@charset "UTF-8";
/*!
 * FAST Core - External CSS
 *
 * Copyright © 2011-2025, Fast Enterprises, LLC.
 * 
 * H: 1071531306
 */
/*!
    Google Material Icons
    https://material.io/tools/icons/

    Copyright 2018 Google LLC.

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
*/
/*! 
    Google Material Components
    https://github.com/material-components/material-components-web/

    The MIT License

    Copyright (c) 2014-2018 Google, Inc.

    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in
    all copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    THE SOFTWARE.
*/
/*!
 *  Line Awesome 1.1.0 by @icons_8 - https://icons8.com/line-awesome
 *  License - https://icons8.com/good-boy-license/ (Font: SIL OFL 1.1, CSS: MIT License)
 *
 * Made with love by Icons8 [ https://icons8.com/ ] using FontCustom [ https://github.com/FontCustom/fontcustom ]
 *
 * Contacts:
 *    [ https://icons8.com/contact ]
 *
 * Follow Icon8 on
 *    Twitter [ https://twitter.com/icons_8 ]
 *    Facebook [ https://www.facebook.com/Icons8 ]
 *    Google+ [ https://plus.google.com/+Icons8 ]
 *    GitHub [ https://github.com/icons8 ]
 */
/********************/
/* _Base.Fonts.scss */
/********************/
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(../Resource/Fonts/MaterialIcons/MaterialIcons-Regular.woff2?v=220919) format("woff2"), url(../Resource/Fonts/MaterialIcons/MaterialIcons-Regular.woff?v=220919) format("woff"), url(../Resource/Fonts/MaterialIcons/MaterialIcons-Regular.ttf?v=220919) format("truetype");
  /*    src: local('Material Icons'), local('MaterialIcons-Regular'), 
       url(../Resource/Fonts/MaterialIcons/MaterialIcons-Regular.woff2?v=220919) format('woff2'), 
      url(../Resource/Fonts/MaterialIcons/MaterialIcons-Regular.woff?v=220919) format('woff'), 
      url(../Resource/Fonts/MaterialIcons/MaterialIcons-Regular.ttf?v=220919) format('truetype');*/
}
@font-face {
  font-family: "LineAwesome";
  font-weight: normal;
  font-style: normal;
  src: url("../Resource/Fonts/LineAwesome/line-awesome.eot?v=1.1.");
  src: url("../Resource/Fonts/LineAwesome/line-awesome.eot??v=1.1.#iefix") format("embedded-opentype"), url("../Resource/Fonts/LineAwesome/line-awesome.woff2?v=1.1.") format("woff2"), url("../Resource/Fonts/LineAwesome/line-awesome.woff?v=1.1.") format("woff"), url("../Resource/Fonts/LineAwesome/line-awesome.ttf?v=1.1.") format("truetype");
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "LineAwesome";
    src: url("../Resource/Fonts/LineAwesome/line-awesome.svg?v=1.1.#fa") format("svg");
  }
}
/*******************/
/* _Base.Vars.scss */
/*******************/
/****************************/
/* _Base.Vars.External.scss */
/****************************/
/*********************/
/* _Base.Mixins.scss */
/*********************/
/*@mixin panel-decoration
{
    border-width: 1px;
    border-style: solid;
    border-radius: $borderRadius;
    @include elevation-base;
}

@mixin subpanel-decoration
{
    border: 1px solid;
    border-radius: $borderRadius;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
}*/
/* Thanks to http://fontawesome.io @fontawesome and @davegandy */
/*************************/
/* _Base.Responsive.scss */
/*************************/
/*******************/
/* _Base.Vars.scss */
/*******************/
/*********************/
/* _Base.Mixins.scss */
/*********************/
/*@mixin panel-decoration
{
    border-width: 1px;
    border-style: solid;
    border-radius: $borderRadius;
    @include elevation-base;
}

@mixin subpanel-decoration
{
    border: 1px solid;
    border-radius: $borderRadius;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
}*/
/* Thanks to http://fontawesome.io @fontawesome and @davegandy */
/********************/
/* _Base.Reset.scss */
/********************/
/*!
    CSS Reset
    http://meyerweb.com/eric/tools/css/reset/
    v2.0 | 20110126
    License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  line-height: 1.4;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ol, ul {
  list-style: none;
}

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

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

th {
  text-align: left;
}

th, td {
  vertical-align: top;
}

/********************/
/* _WDC.Basics.scss */
/********************/
.cke_editable table[border="0"] {
  border-collapse: collapse;
}
.cke_editable table[border="0"] > tbody > tr > td,
.cke_editable table[border="0"] > tr > td {
  border: 1px dashed #CCC;
}

.FHTML {
  /*$h1Size: 2em;
  $h2Size: 1.5em;
  $h3Size: 1.2em;
  $h4Size: 1em;
  $h5Size: 0.8em;
  $h6Size: 0.6em;*/
}
.FHTML ul,
.FHTML ol {
  padding-left: 2rem;
}
.FHTML ul ul,
.FHTML ul ol,
.FHTML ol ul,
.FHTML ol ol {
  margin: 0;
}
.FHTML ol {
  list-style: decimal;
}
.FHTML ul {
  list-style: disc;
}
.FHTML li {
  display: list-item;
}
.FHTML strong, .FHTML b {
  font-weight: bold;
}
.FHTML em, .FHTML i {
  font-style: italic;
}
.FHTML u {
  text-decoration: underline;
}
.FHTML table {
  border-collapse: collapse;
}
.FHTML table[border] {
  border-width: 1px;
  border-style: solid;
}
.FHTML table[border] > thead > tr > td,
.FHTML table[border] > thead > tr > th,
.FHTML table[border] > tbody > tr > td,
.FHTML table[border] > tbody > tr > th,
.FHTML table[border] > tfoot > tr > td,
.FHTML table[border] > tfoot > tr > th,
.FHTML table[border] > tr > td,
.FHTML table[border] > tr > th {
  border-width: 1px;
  border-style: solid;
}
.FHTML table[border="0"] {
  border: none;
}
.FHTML table[border="0"] > thead > tr > td,
.FHTML table[border="0"] > thead > tr > th,
.FHTML table[border="0"] > tbody > tr > td,
.FHTML table[border="0"] > tbody > tr > th,
.FHTML table[border="0"] > tfoot > tr > td,
.FHTML table[border="0"] > tfoot > tr > th,
.FHTML table[border="0"] > tr > td,
.FHTML table[border="0"] > tr > th {
  border: none;
}
.FHTML table[align=left] {
  margin-right: auto;
}
.FHTML table[align=center] {
  margin-left: auto;
  margin-right: auto;
}
.FHTML table[align=right] {
  margin-left: auto;
}
.FHTML td,
.FHTML th {
  padding: 0.2em;
  border: none;
}
.FHTML p {
  display: block;
}
.FHTML h1, .FHTML h2, .FHTML h3, .FHTML h4, .FHTML h5, .FHTML h6 {
  display: block;
  font-weight: 600;
}
.FHTML h1 {
  font-size: 1.65em;
}
.FHTML h2 {
  font-size: 1.5em;
}
.FHTML h3 {
  font-size: 1.35em;
}
.FHTML h4 {
  font-size: 1em;
}
.FHTML h5 {
  font-size: 0.9em;
}
.FHTML h6 {
  font-size: 0.8em;
  font-weight: 700;
}
.FHTML p, .FHTML h1, .FHTML h2, .FHTML h3, .FHTML h4, .FHTML h5, .FHTML h6, .FHTML ul, .FHTML ol, .FHTML table {
  margin: 0;
}
.FHTML p ~ p, .FHTML p ~ ul, .FHTML p ~ ol, .FHTML p ~ table, .FHTML h1 ~ p, .FHTML h1 ~ ul, .FHTML h1 ~ ol, .FHTML h1 ~ table, .FHTML h2 ~ p, .FHTML h2 ~ ul, .FHTML h2 ~ ol, .FHTML h2 ~ table, .FHTML h3 ~ p, .FHTML h3 ~ ul, .FHTML h3 ~ ol, .FHTML h3 ~ table, .FHTML h4 ~ p, .FHTML h4 ~ ul, .FHTML h4 ~ ol, .FHTML h4 ~ table, .FHTML h5 ~ p, .FHTML h5 ~ ul, .FHTML h5 ~ ol, .FHTML h5 ~ table, .FHTML h6 ~ p, .FHTML h6 ~ ul, .FHTML h6 ~ ol, .FHTML h6 ~ table, .FHTML ul ~ p, .FHTML ul ~ ul, .FHTML ul ~ ol, .FHTML ul ~ table, .FHTML ol ~ p, .FHTML ol ~ ul, .FHTML ol ~ ol, .FHTML ol ~ table, .FHTML table ~ p, .FHTML table ~ ul, .FHTML table ~ ol, .FHTML table ~ table {
  margin-top: 1.4em;
}
.FHTML p ~ h1, .FHTML h1 ~ h1, .FHTML h2 ~ h1, .FHTML h3 ~ h1, .FHTML h4 ~ h1, .FHTML h5 ~ h1, .FHTML h6 ~ h1, .FHTML ul ~ h1, .FHTML ol ~ h1, .FHTML table ~ h1 {
  margin-top: 0.8484848485em;
}
.FHTML p ~ h2, .FHTML h1 ~ h2, .FHTML h2 ~ h2, .FHTML h3 ~ h2, .FHTML h4 ~ h2, .FHTML h5 ~ h2, .FHTML h6 ~ h2, .FHTML ul ~ h2, .FHTML ol ~ h2, .FHTML table ~ h2 {
  margin-top: 0.9333333333em;
}
.FHTML p ~ h3, .FHTML h1 ~ h3, .FHTML h2 ~ h3, .FHTML h3 ~ h3, .FHTML h4 ~ h3, .FHTML h5 ~ h3, .FHTML h6 ~ h3, .FHTML ul ~ h3, .FHTML ol ~ h3, .FHTML table ~ h3 {
  margin-top: 1.037037037em;
}
.FHTML p ~ h4, .FHTML h1 ~ h4, .FHTML h2 ~ h4, .FHTML h3 ~ h4, .FHTML h4 ~ h4, .FHTML h5 ~ h4, .FHTML h6 ~ h4, .FHTML ul ~ h4, .FHTML ol ~ h4, .FHTML table ~ h4 {
  margin-top: 1.4em;
}
.FHTML p ~ h5, .FHTML h1 ~ h5, .FHTML h2 ~ h5, .FHTML h3 ~ h5, .FHTML h4 ~ h5, .FHTML h5 ~ h5, .FHTML h6 ~ h5, .FHTML ul ~ h5, .FHTML ol ~ h5, .FHTML table ~ h5 {
  margin-top: 1.5555555556em;
}
.FHTML p ~ h6, .FHTML h1 ~ h6, .FHTML h2 ~ h6, .FHTML h3 ~ h6, .FHTML h4 ~ h6, .FHTML h5 ~ h6, .FHTML h6 ~ h6, .FHTML ul ~ h6, .FHTML ol ~ h6, .FHTML table ~ h6 {
  margin-top: 1.75em;
}
.FHTML sub,
.FHTML sup {
  font-size: 80%;
}
.FHTML sub {
  vertical-align: sub;
}
.FHTML sup {
  vertical-align: super;
}

/*!
 * FAST Core - Core Styles
 *
 * Copyright © 2011-2025, Fast Enterprises, LLC.
 */
/***********************/
/* _WDC.Structure.scss */
/***********************/
/*******************/
/* _Base.Vars.scss */
/*******************/
/********************************/
/* _Base.MaterialIconCodes.scss */
/********************************/
/***********************************/
/* _Base.LineAwesomeIconCodes.scss */
/***********************************/
/*********************/
/* _Base.Mixins.scss */
/*********************/
/*@mixin panel-decoration
{
    border-width: 1px;
    border-style: solid;
    border-radius: $borderRadius;
    @include elevation-base;
}

@mixin subpanel-decoration
{
    border: 1px solid;
    border-radius: $borderRadius;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
}*/
/* Thanks to http://fontawesome.io @fontawesome and @davegandy */
/****************************/
/* _WDC.BasicStructure.scss */
/****************************/
/*** Base HTML Elements ***/
html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  overflow-y: scroll;
}

body,
html {
  padding: 0;
  margin: 0;
}

.no-hiddenscroll::-webkit-scrollbar,
.no-hiddenscroll ::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}

::-webkit-scrollbar-track {
  background-color: #E6E6E6;
}

::-webkit-scrollbar-thumb {
  background: #999;
  border: 4px solid #E6E6E6;
  border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
  background: #888;
}

a {
  text-decoration: none;
}
a:link:hover {
  text-decoration: underline;
}
a.DisabledLink {
  color: inherit;
  cursor: default;
}
a.DisabledLink:link:hover {
  text-decoration: none;
}
a.DisabledLink.ILH {
  display: none;
  visibility: hidden;
}

input,
select,
textarea {
  width: 100%;
  height: auto;
  margin: 0;
  border: 1px solid;
  box-sizing: border-box;
  padding: 6px 8px;
  font: inherit;
  font-size: 1.1em;
  border-radius: 0;
  resize: none;
  display: block;
  line-height: 1.4;
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-timing-function: ease;
}

input[type=checkbox],
input[type=radio] {
  width: 22px;
  height: 22px;
  padding: 0;
}

.DocAttachmentValueWrapper,
.DocAttachmentUpload,
.DocAttachmentDropTarget {
  font-size: 1.1em;
}

/** Elevation Classes **/
.SessionMessageContainer, .WebDocTitleBanner {
  box-shadow: none;
}

/*%FastElevationButton
{
    box-shadow: $elevationShadow_2;
}*/
.qtip.FastNotification, .FGTB, .qtip {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.Sidebar.SidebarMenu, .qtip.FastMenuTip, .ui-datepicker.ui-datepicker-floating {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.ui-dialog {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.BusyProgress,
.FastBusyMessage,
.FastBusyNewWindow {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.FontIcon_Material, .ChatAssistantCloseButton, .SidebarNavigationLink::before, .ManagerNavigationHome .ManagerNavigationItem::before, .ManagerBackNavigation::before, .ManagerHomeLink::before, .ChatMin, .FieldError .FI::after, .FieldCheck .FI::after, .FieldReview .FI::after, .FieldRequired .FI::after, .EnvironmentNameMenuLink::before, .ScrollForMoreLink, .DocAttachmentAction, .DocAttachmentUpload::before, .DocAttachmentDropTarget::before, .DocAttachmentIcon, .DocAttachmentImagePreviewInvalid::before, .FastCompletionItem > .ui-menu-item-wrapper::before, .ChatLink::before, .ChatHistory::before, .ChatActionMenu::before, .ChatToolButton, .ChatSend, .ChatEntryWrapper .ChatConnectSpinner, .ChatTabs .ChatClose, .AssistantHeaderButton, .ManagerAssistantMinimized, .FastNotificationButton, .ModeBanner .ModeBannerIcon,
.ModeBanner .ModeBannerClose,
.ModeBanner .DocHelpSearchLink, .FastMonitorToolButton, .DocMediaAction, .StageStepInfoStep::before, .PathListSeparator::before, .StepInfoStep::before, .ViewSelectorButton, .TabBackButton > .TabSetLink .DocTabText::before, .TabErrorIndicator::before, .FastHeaderLink .TitleMenuLink::before,
.FastHeaderLink .TableFilterLink::before, .FGTB, .FGCSZL::after, .FGCRG, .DocCalendarMonthAddLink, .DocCalendarPrevLink,
.DocCalendarNextLink, .TableEditorAddRow::before,
.TableEditorCopyRow::before,
.TableEditorDeleteRow::before, .TableSortGrip.TDS::before, .TableSortGrip.TDC .DCC::before, .TableSortGrip.TLI::before, .TableSelectRowLink::before,
.TableCopyRowLink::before,
.TableDeleteRowLink::before,
.EditRowLink .DFL::before,
.CopyRowLink .DFL::before,
.DeleteRowLink .DFL::before, .FICF_Material::before, .TableRowSwitchLink, .TablePageLinkPrevious,
.TablePageLinkNext,
.TablePageLinkPaged, .OutlineSeparator, .TableAddCell .DCL::before, .TableFilterCloseLink, .FastInputButton::before, .PanelScrollButton::before, .DevInfoButton, .SidebarHeaderMenuLink i.SidebarNavigationMaterialIcon, .SidebarHeaderMenuLink,
.SidebarBasicActionsLink, .MessagePanelIcon,
.MessagePanelLink,
.MessagePanelCloseLink, .ActionButtonCaption::before, .ManagerNavigationItemWrapper + .ManagerNavigationItemWrapper::before, .SessionEndWarningBanner::before, .ManagerMenuLink, .ManagerHeaderLink, .qtip .qtip-titlebar .qtip-close, .qtip-close, .FastMessageBoxIcon, .ui-dialog .ui-dialog-titlebar .ModalTitleButton,
.ui-dialog .ui-dialog-titlebar .ui-button, .ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span, .ui-checkboxradio-label .FastToggle::before, .FieldHeaderTool.FastFieldPopupButton, .FieldHeaderTool.FastInputImageClear, .FieldHeaderTool.FastInputImageCapture, .DocControlToken .FastInputButton::before,
.FGControlToken .FastInputButton::before,
.CellToken .FastInputButton::before, .FastCameraToolbar .FastCameraTool, .FastCameraTool.FastInputImageCapture, .FastCameraInputMessage::before, .FastSelect::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.FontIcon_LineAwesome, .TableEditorCopyRow::before, .FICF_LineAwesome::before, .ui-datepicker-trigger::before {
  display: block;
  font-family: "LineAwesome";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body {
  /*&.Loading > *
  {
      opacity: 0;
  }

  &.Loaded
  {
      > *
      {
          @include custom-fast-transitions($gentleTransition, visibility, opacity);
      }
  }*/
}
body.Busy, body.Busy *,
body .FastTransitioning,
body .FastTransitioning * {
  cursor: wait !important;
}
.Loading > body > * {
  opacity: 0;
}
.Loaded > body > * {
  transition-property: visibility, opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
body.Busy > .FastBusyOverlay {
  transition-delay: 0s, 0.5s;
}
body.Export {
  padding: 20px;
  overflow: auto;
}

.TextColorLink,
.TextColorLink a {
  color: inherit;
}

.RowLinkWrapper {
  display: block;
  text-decoration: none;
  color: inherit;
}
.RowLinkWrapper:link:hover {
  text-decoration: none;
}

.ui-autocomplete-input.FieldEnabled,
input.hasDatepicker.FieldEnabled,
input.HasShowPassword.FieldEnabled {
  padding-right: 34px;
}
.ui-autocomplete-input.FieldEnabled.CellEditor,
input.hasDatepicker.FieldEnabled.CellEditor,
input.HasShowPassword.FieldEnabled.CellEditor {
  padding-right: 34px !important;
}

.HasShowPassword::-ms-reveal {
  display: none;
}

textarea {
  overflow: auto;
  min-height: 1.5em;
}

select {
  padding: 6px 8px;
}

select::-ms-expand {
  display: none;
}

.FastSelect {
  position: relative;
  display: block;
}
.FastSelect > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 26px;
}
.FastSelect::after {
  font-size: 26px;
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  height: 26px;
  width: 26px;
}
.FastSelect.FieldDisabled::after {
  display: none;
}

option {
  font-style: normal;
}

.FI {
  display: block;
}

.Heading1 {
  display: block;
  font-size: 2em;
  font-weight: 600;
}

.Heading2 {
  display: block;
  font-size: 1.5em;
  font-weight: 600;
}

.Heading3 {
  display: block;
  font-size: 1.2em;
  font-weight: 600;
}

.Heading4 {
  display: block;
  font-size: 1em;
  font-weight: 600;
}

.Heading5 {
  display: block;
  font-size: 0.8em;
  font-weight: 600;
}

.Heading6 {
  display: block;
  font-size: 0.6em;
  font-weight: 600;
}

.SkipToMain {
  left: -100000px;
  position: fixed;
  top: 1rem;
  z-index: -1000;
  overflow: hidden;
  width: 1px;
  height: 1px;
}
.SkipToMain:focus, .SkipToMain:active {
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  width: auto;
  padding: 14px 6px;
  border: 2px solid;
  border-radius: 4px;
  text-align: center;
  z-index: 15000;
  font-weight: 600;
}

div:focus,
main:focus,
nav:focus {
  outline: none;
}

.InputWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
.InputWrapper > .clearer {
  display: none;
}

.FastComboButtonSet {
  display: block;
  border: 1px solid;
  box-sizing: border-box;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  min-width: 0;
}
.FastComboButtonSetButtons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-justify: stretch;
  -ms-flex-pack: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-align: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  position: relative;
  margin: -1px;
}
.FastComboButtonSetButtons > .clearer {
  display: none;
}

.Replay .FastComboButtonRadio:checked + .FastComboButton::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
}

@media print {
  .ComboSelectorUnderline {
    display: none !important;
  }

  .FastComboButtonRadio:checked + .FastComboButton::after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background-color: currentColor;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
}
.FastComboAutoButtons {
  display: inline-block;
  max-width: 100%;
}
.FastComboAutoButtons .FastComboButton {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

/*.ComboSelectorUnderline
{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: $selectorBorderThickness;
    z-index: 1;
    @include fast-transitions(left, width);
}*/
.FastComboButton {
  box-sizing: border-box;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-width: 0;
  padding: 1px 0;
  text-align: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-justify: stretch;
  -ms-flex-pack: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-align: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-timing-function: ease;
  border: 0 solid rgba(0, 0, 0, 0.15);
}
.FastComboButton > .clearer {
  display: none;
}
.FastComboButton ~ .FastComboButton {
  border-left-width: 1px;
}
.FastComboButtonRadio:disabled + .FastComboButton {
  cursor: default;
}

.FastComboButtonLabelText {
  border-radius: 0;
  padding: 6px 8px;
  margin: 0 0 0 0;
  border-bottom: 0 solid transparent;
  /*@include display-flex;
  @include flex-direction(column);
  @include justify-content(center);
  @include align-items(center);*/
  text-align: center;
  transition-property: background-color, color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  white-space: normal;
  background-color: transparent;
  color: inherit;
  overflow: hidden;
  height: 100%;
}
.FastComboButtonRadio:disabled + .FastComboButtonItem > .FastComboButtonLabelText {
  opacity: 0.5;
}

.FCBRWrapper {
  display: -ms-flexbox;
  display: flex;
}
.FCBRWrapper > .clearer {
  display: none;
}

.InputWrapperFCBRadio {
  -ms-flex-align: start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.InputWrapperFCBRadio::before {
  content: " ";
  display: block;
  padding: 7px 0;
  width: 0;
  max-width: 0;
  -ms-flex: 0 0 0;
  flex: 0 0 0;
  vertical-align: middle;
  line-height: 1.4;
}

.FCBRadioLabel {
  margin-left: 10px;
  padding: 7px 0;
}

input,
textarea,
select {
  opacity: 1;
}
input.FixedWidth, .FixedWidth input,
textarea.FixedWidth,
.FixedWidth textarea,
select.FixedWidth,
.FixedWidth select {
  font-family: monospace;
}

input[type=range] {
  padding-left: 0;
  padding-right: 0;
}

.FieldLabel {
  padding: 6px 8px;
  border: 1px solid;
  border-radius: 4px;
  border-color: transparent;
}

.CodeMirror {
  border: 1px solid;
}
.CodeMirror .CodeMirror-lines {
  padding: 6px 0;
}

.CodeMirror,
.FastCodeMirrorBox,
.FastCodeMirrorInit,
.CellTextCalcString,
.CellTextSql {
  font-family: monospace;
  font-size: inherit;
}

.CodeMirror-lines,
.FastCodeMirrorInit {
  padding-top: 6px;
  padding-bottom: 6px;
}

.CodeMirror pre,
.FastCodeMirrorInit {
  padding-left: 8px;
  padding-right: 8px;
}

.CodeMirror-lines,
.CodeMirror-scroll {
  cursor: text;
}

.FastSignatureWrapper,
.FastInputImage,
.FastCameraInputImage,
.sigWrapper {
  border: 1px solid;
}

.sigWrapper > .pad {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.FastInputImage,
.FastCameraInputImage {
  min-height: 10em;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.FastCameraInputImageVideoContainer {
  overflow: hidden;
  position: relative;
}

.FastCameraInputImageVideoWrapper {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 56.25%;
}
.FastCameraInputImageVideoWrapper.FastCameraRotate90, .FastCameraInputImageVideoWrapper.FastCameraRotate270 {
  padding-top: 177.7777777778%;
}
.FastCameraInputImageReady .FastCameraInputImageVideoWrapper {
  padding-top: 0;
}
.FastCameraInputImageLoading .FastCameraInputImageVideoWrapper, .FastCameraInputImageError .FastCameraInputImageVideoWrapper {
  height: 0 !important;
}

.FastCameraInputImageLoading .FastCameraInputImageVideo {
  display: none;
}

.FastCameraRotate90 .FastCameraInputImageVideo {
  transform: rotate(90deg);
  transform-origin: top left;
  margin-left: 100%;
}

.FastCameraRotate180 .FastCameraInputImageVideo {
  transform: rotate(180deg);
  transform-origin: center;
}

.FastCameraRotate270 .FastCameraInputImageVideo {
  transform: rotate(270deg);
  transform-origin: top right;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 100%;
}

.Rotated90 {
  position: absolute;
  left: 100%;
  top: 0;
  transform: rotate(90deg);
  transform-origin: 0 0;
}

.Rotated180 {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.Rotated270 {
  position: absolute;
  bottom: 0;
  transform: rotate(270deg);
  transform-origin: bottom left;
  left: 100%;
}

.FastCameraInputMessage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-justify: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  padding: 20px;
  display: none;
  color: inherit;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.FastCameraInputMessage > .clearer {
  display: none;
}
.FastCameraInputMessage::before {
  content: "";
  font-size: 32px;
}

.FastCameraInputMessageLoading::before {
  content: "";
}

.FastCameraInputMessageError::before {
  content: "";
}

.FastCameraInputImageReady .DocControlImage {
  display: none;
}
.FastCameraInputImageReady .FieldHeaderTool.FastInputImageCapture {
  display: block;
}

.FastCameraInputImageLoading .FastCameraInputMessageLoading {
  display: block;
}

.FastCameraInputImageError .FastCameraInputMessageError {
  display: block;
}

.FastCameraTool.FastInputImageCapture {
  position: absolute;
  left: 50%;
  bottom: 10px;
  border-radius: 100%;
  box-sizing: content-box;
  padding: 10px;
  margin-left: -30px;
  text-indent: -100000px;
  overflow: hidden;
  font-size: 40px;
  height: 1em;
  width: 1em;
  color: rgba(0, 0, 0, 0.9);
  background: rgba(255, 255, 255, 0.8);
  border: none;
}
.FastCameraTool.FastInputImageCapture::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
}
.FastCameraTool.FastInputImageCapture:enabled:hover, .FastCameraTool.FastInputImageCapture:enabled:focus {
  color: rgba(0, 0, 0, 0.9);
  background: rgba(255, 255, 255, 0.8);
}
.FastCameraTool.FastInputImageCapture:enabled:active {
  color: black;
  background: white;
}

.FastCameraToolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
  padding: 5px 0 5px 5px;
  white-space: pre;
  border-top: 1px solid;
}
.FastCameraToolbar > .clearer {
  display: none;
}
.FastCameraInputImageLoading .FastCameraToolbar > .FastCameraTool {
  opacity: 0.5;
  pointer-events: none;
}
.FastCameraInputImageError .FastCameraToolbar > .FastCameraTool {
  display: none;
}
.FastCameraInputImageError .FastCameraToolbar > .FastInputImageViewError {
  display: block;
}
.FastCameraToolbar .FastCameraTool {
  text-indent: -100000px;
  overflow: hidden;
  font-size: 32px;
  height: 1em;
  width: 1em;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0;
  margin-right: 5px;
  background: none;
  border: none;
  color: inherit;
}
.FastCameraToolbar .FastCameraTool::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
}
.FastCameraToolbar .FastInputImageCapture::before {
  content: "";
  content: ""/"";
}
.FastCameraToolbar .FastInputImageRotateCW::before {
  content: "";
  content: ""/"";
}
.FastCameraToolbar .FastInputImageRotateCCW::before {
  content: "";
  content: ""/"";
}
.FastCameraToolbar .FastInputImageViewError {
  display: none;
}
.FastCameraToolbar .FastInputImageViewError::before {
  content: "";
  content: ""/"";
}
.FastCameraToolbar .FastCameraToggleAdvanced {
  display: none;
}
.FastCameraToolbar .FastCameraToggleAdvanced::before {
  content: "";
  content: ""/"";
}
.FastCameraInputImageReady.FastCameraShowAdvanced .FastCameraToolbar .FastCameraToggleAdvanced {
  display: block;
}
.FastCameraToolbar .FastInputImageClear::before {
  content: "";
  content: ""/"";
}
.FastCameraToolbar .FastCameraToolSelect {
  -ms-flex: 1 1 10em;
  flex: 1 1 10em;
  margin-right: 5px;
}
.FastCameraInputImageLoading .FastCameraToolbar .FastCameraToolSelect {
  pointer-events: none;
}

.FastCameraSettings {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  margin: 5px 0 0 0;
  display: none;
}
.FastCameraShowSettings .FastCameraSettings {
  display: -ms-flexbox;
  display: flex;
}
.FastCameraShowSettings .FastCameraSettings > .clearer {
  display: none;
}

.FastCameraToolSetting {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-right: 5px;
  max-width: 20em;
}

.FastCameraAdvanced {
  display: none;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding-top: 5px;
}
.FastCameraAdvanced .FastCameraToolSetting {
  max-width: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.FastCameraAdvanced .FastCameraToolSetting > .clearer {
  display: none;
}
.FastCameraInputImageReady .FastCameraAdvanced.CameraShowAdvanced {
  display: block;
}
.FastCameraAdvanced .FastCameraToolSettingCaption,
.FastCameraAdvanced .FastCameraToolSettingInput {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.FastCameraToolSettingInput {
  padding: 0;
}

.FastCameraInputImage .DocControlImage {
  margin: 0 auto;
}

.FastCameraCaptureModalPrompt {
  display: block;
  margin-bottom: 14px;
}

.FastCameraCapturePreview {
  max-width: 100%;
  border: 1px solid;
}

.FastCameraCaptureDialogContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ui-dialog.fast-ui-dialog-open .FastCameraCaptureDialogContent {
  overflow: hidden;
}
.FastCameraCaptureDialogContent > .clearer {
  display: none;
}

.FGFC .FastSignatureWrapper {
  min-height: 10em;
}

.FastSignatureImageLink,
.FastSignatureWrapper {
  height: 100%;
  box-sizing: border-box;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.FastSignaturePlaceholder {
  display: block;
}

.BlankSignature,
.FastInputImageInstructions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  padding: 6px 8px;
}
.BlankSignature > .clearer,
.FastInputImageInstructions > .clearer {
  display: none;
}

.sigNav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-justify: end;
  -ms-flex-pack: end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 14px;
}
.sigNav > .clearer {
  display: none;
}
.DocControlToken {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.DocControlToken > .clearer {
  display: none;
}
.DocControlToken.HasToken {
  padding-left: 0;
}
.DocControlToken.HasToken .DocControlTokenValue {
  margin-left: 10px;
}

.DocControlToken .FastInputButton,
.FGControlToken .FastInputButton,
.CellToken .FastInputButton {
  left: 0;
  right: auto;
  border-radius: 4px;
}
.DocControlToken .FastInputButton::before,
.FGControlToken .FastInputButton::before,
.CellToken .FastInputButton::before {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: top;
  overflow: hidden;
  font-size: 22px;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
  margin-right: 10px;
}

.CellToken .FastInputButton {
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.CellToken .DLC,
.CellToken .DSC {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
}
.CellToken .DLC > .clearer,
.CellToken .DSC > .clearer {
  display: none;
}
.CellToken .DCL,
.CellToken .DocControlTokenValue {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.CellToken .DSC .DocControlTokenValue {
  margin-left: 6px;
}

.FGControlToken .FGNVV {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}
.FGControlToken .FGNVV > .clearer {
  display: none;
}
.FGControlToken .FGNVT {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-left: 10px;
}
.FGControlToken .FastInputButton {
  position: relative;
}

div:focus {
  outline: none;
}

button,
.ui-button,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper,
.LinkButton {
  display: block;
  border-radius: 4px;
  cursor: default;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.4;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  padding: 6px;
  border: 1px solid;
  font: inherit;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ForegroundButton,
.TextButton {
  border: none;
  padding: 0;
}

button,
.ui-button.fast-ui-animate-ready {
  transition-property: background-color, color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.DFB {
  width: 100%;
}

.ActionButton,
.DFB,
.ui-button,
.ChatMenuButton {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.ActionButton:active,
.DFB:active,
.ui-button:active,
.ChatMenuButton:active {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.ActionButton.ActionButtonCancel, .ActionButton.ActionButtonClose, .ActionButton.ActionButtonNo, .ActionButton.ActionButtonPrev, .ActionButton.ActionButtonSavDrf, .ActionButton.FastMessageBoxButtonNo, .ActionButton.FastMessageBoxButtonCancel, .ActionButton.NegativeButton,
.DFB.ActionButtonCancel,
.DFB.ActionButtonClose,
.DFB.ActionButtonNo,
.DFB.ActionButtonPrev,
.DFB.ActionButtonSavDrf,
.DFB.FastMessageBoxButtonNo,
.DFB.FastMessageBoxButtonCancel,
.DFB.NegativeButton,
.ui-button.ActionButtonCancel,
.ui-button.ActionButtonClose,
.ui-button.ActionButtonNo,
.ui-button.ActionButtonPrev,
.ui-button.ActionButtonSavDrf,
.ui-button.FastMessageBoxButtonNo,
.ui-button.FastMessageBoxButtonCancel,
.ui-button.NegativeButton,
.ChatMenuButton.ActionButtonCancel,
.ChatMenuButton.ActionButtonClose,
.ChatMenuButton.ActionButtonNo,
.ChatMenuButton.ActionButtonPrev,
.ChatMenuButton.ActionButtonSavDrf,
.ChatMenuButton.FastMessageBoxButtonNo,
.ChatMenuButton.FastMessageBoxButtonCancel,
.ChatMenuButton.NegativeButton {
  box-shadow: none;
}

.ActionButton,
.ui-dialog-buttonset .ui-button {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  /*margin-top: $buttonSpacing;*/
  margin-left: 14px;
  min-width: 8rem;
  font-weight: bold;
}

.ActionBar .ActionButton,
.ui-dialog-buttonset .ui-button {
  /* Apply top margin to buttons in standard action bars to account for wrapping. */
  margin-top: 14px;
}

.RippleEffect {
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  min-width: 100px;
  min-height: 100px;
  margin: 0;
  background: currentColor;
  opacity: 0.1;
  z-index: -1;
  transform: translate(-50%, -50%) scale(0);
  transition-property: transform, opacity;
  transition-duration: 0.5s, 0.25s;
  transition-timing-function: ease-out, ease-out;
  border-radius: 100%;
  pointer-events: none;
}
.RippleEffect.RippleStart {
  transform: translate(-50%, -50%) scale(1);
}
.RippleEffect.RippleEnd {
  opacity: 0;
}

.ButtonCaptionWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.ButtonCaptionWrapper > .clearer {
  display: none;
}

.ButtonCaptionText {
  display: block;
  text-align: center;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  white-space: pre;
  font-weight: bold;
}

.ButtonIconWrapper {
  margin-right: 10px;
}
.ButtonIconWrapper + .ButtonCaptionText {
  margin: 0 auto;
}

.ui-checkboxradio-label {
  box-shadow: none;
}
.FieldHeaderTool {
  opacity: 0;
  position: absolute;
  z-index: 20;
}
.FieldHeaderTool.FastFieldPopupButton, .FieldHeaderTool.FastInputImageClear, .FieldHeaderTool.FastInputImageCapture {
  text-indent: -100000px;
  overflow: hidden;
  font-size: 18px;
  height: 1em;
  width: 1em;
  padding: 1px;
  border-radius: 1em;
  height: 1em;
  width: 1em;
  top: -9px;
  right: -13px;
  box-sizing: content-box;
}
.FieldHeaderTool.FastFieldPopupButton::before, .FieldHeaderTool.FastInputImageClear::before, .FieldHeaderTool.FastInputImageCapture::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
}
.FieldHeaderTool.FastFieldPopupButton.FastComboboxMenuButton, .FieldHeaderTool.FastInputImageClear.FastComboboxMenuButton, .FieldHeaderTool.FastInputImageCapture.FastComboboxMenuButton {
  right: 26px;
}
.CellEditorContainer > .FieldHeaderTool.FastFieldPopupButton.FastComboboxMenuButton, .CellEditorContainer > .FieldHeaderTool.FastInputImageClear.FastComboboxMenuButton, .CellEditorContainer > .FieldHeaderTool.FastInputImageCapture.FastComboboxMenuButton {
  right: -18px;
}
.FieldHeaderTool.FastFieldPopupButton.FastComboboxMenuButton:hover, .FieldHeaderTool.FastInputImageClear.FastComboboxMenuButton:hover, .FieldHeaderTool.FastInputImageCapture.FastComboboxMenuButton:hover {
  opacity: 1;
}
.FieldHeaderTool.FastFieldPopupButton.FastComboboxMenuButton::before, .FieldHeaderTool.FastInputImageClear.FastComboboxMenuButton::before, .FieldHeaderTool.FastInputImageCapture.FastComboboxMenuButton::before {
  content: "";
}
.FieldHeaderTool.FastFieldPopupButton.FastInputImageClear, .FieldHeaderTool.FastInputImageClear.FastInputImageClear, .FieldHeaderTool.FastInputImageCapture.FastInputImageClear {
  display: block;
}
.FieldHeaderTool.FastFieldPopupButton.FastInputImageClear::before, .FieldHeaderTool.FastInputImageClear.FastInputImageClear::before, .FieldHeaderTool.FastInputImageCapture.FastInputImageClear::before {
  content: "";
}
.FieldHeaderTool.FastFieldPopupButton.FastInputImageCapture::before, .FieldHeaderTool.FastInputImageClear.FastInputImageCapture::before, .FieldHeaderTool.FastInputImageCapture.FastInputImageCapture::before {
  content: "";
}
.FieldDisabled ~ .FieldHeaderTool.FastFieldPopupButton::before, .FieldDisabled ~ .FieldHeaderTool.FastInputImageClear::before, .FieldDisabled ~ .FieldHeaderTool.FastInputImageCapture::before {
  content: "";
}
.FieldHeaderTool.FieldHeaderTools {
  border-radius: 4px;
  padding: 0 14px;
  bottom: 100%;
  right: 0;
  margin-bottom: -0.7em;
}
.FieldHeaderTool .FieldHeaderToolLink {
  color: inherit;
}
.FieldHeaderTool .FieldHeaderToolLink + .FieldHeaderToolLink {
  margin-left: 28px;
}
input:focus ~ .FieldHeaderTool, select:focus ~ .FieldHeaderTool, textarea:focus ~ .FieldHeaderTool, button:focus ~ .FieldHeaderTool, a:focus ~ .FieldHeaderTool, input:hover ~ .FieldHeaderTool, select:hover ~ .FieldHeaderTool, textarea:hover ~ .FieldHeaderTool, button:hover ~ .FieldHeaderTool, a:hover ~ .FieldHeaderTool, .FieldHeaderTool:focus, .FieldHeaderTool:hover, .FastCmFocus .FieldHeaderTool, .FastCmHover .FieldHeaderTool, .FastRichTextEditor:hover + .FieldHeaderTool, .FastRichTextEditor.cke_focus + .FieldHeaderTool {
  display: block;
  opacity: 0.5;
}
input:focus ~ .FieldHeaderTool:focus, input:focus ~ .FieldHeaderTool:hover, select:focus ~ .FieldHeaderTool:focus, select:focus ~ .FieldHeaderTool:hover, textarea:focus ~ .FieldHeaderTool:focus, textarea:focus ~ .FieldHeaderTool:hover, button:focus ~ .FieldHeaderTool:focus, button:focus ~ .FieldHeaderTool:hover, a:focus ~ .FieldHeaderTool:focus, a:focus ~ .FieldHeaderTool:hover, input:hover ~ .FieldHeaderTool:focus, input:hover ~ .FieldHeaderTool:hover, select:hover ~ .FieldHeaderTool:focus, select:hover ~ .FieldHeaderTool:hover, textarea:hover ~ .FieldHeaderTool:focus, textarea:hover ~ .FieldHeaderTool:hover, button:hover ~ .FieldHeaderTool:focus, button:hover ~ .FieldHeaderTool:hover, a:hover ~ .FieldHeaderTool:focus, a:hover ~ .FieldHeaderTool:hover, .FieldHeaderTool:focus:focus, .FieldHeaderTool:focus:hover, .FieldHeaderTool:hover:focus, .FieldHeaderTool:hover:hover, .FastCmFocus .FieldHeaderTool:focus, .FastCmFocus .FieldHeaderTool:hover, .FastCmHover .FieldHeaderTool:focus, .FastCmHover .FieldHeaderTool:hover, .FastRichTextEditor:hover + .FieldHeaderTool:focus, .FastRichTextEditor:hover + .FieldHeaderTool:hover, .FastRichTextEditor.cke_focus + .FieldHeaderTool:focus, .FastRichTextEditor.cke_focus + .FieldHeaderTool:hover {
  opacity: 1;
}
input:focus ~ .FieldHeaderTool .FieldHeaderTools, select:focus ~ .FieldHeaderTool .FieldHeaderTools, textarea:focus ~ .FieldHeaderTool .FieldHeaderTools, button:focus ~ .FieldHeaderTool .FieldHeaderTools, a:focus ~ .FieldHeaderTool .FieldHeaderTools, input:hover ~ .FieldHeaderTool .FieldHeaderTools, select:hover ~ .FieldHeaderTool .FieldHeaderTools, textarea:hover ~ .FieldHeaderTool .FieldHeaderTools, button:hover ~ .FieldHeaderTool .FieldHeaderTools, a:hover ~ .FieldHeaderTool .FieldHeaderTools, .FieldHeaderTool:focus .FieldHeaderTools, .FieldHeaderTool:hover .FieldHeaderTools, .FastCmFocus .FieldHeaderTool .FieldHeaderTools, .FastCmHover .FieldHeaderTool .FieldHeaderTools, .FastRichTextEditor:hover + .FieldHeaderTool .FieldHeaderTools, .FastRichTextEditor.cke_focus + .FieldHeaderTool .FieldHeaderTools {
  display: -ms-flexbox;
  display: flex;
}
input:focus ~ .FieldHeaderTool .FieldHeaderTools > .clearer, select:focus ~ .FieldHeaderTool .FieldHeaderTools > .clearer, textarea:focus ~ .FieldHeaderTool .FieldHeaderTools > .clearer, button:focus ~ .FieldHeaderTool .FieldHeaderTools > .clearer, a:focus ~ .FieldHeaderTool .FieldHeaderTools > .clearer, input:hover ~ .FieldHeaderTool .FieldHeaderTools > .clearer, select:hover ~ .FieldHeaderTool .FieldHeaderTools > .clearer, textarea:hover ~ .FieldHeaderTool .FieldHeaderTools > .clearer, button:hover ~ .FieldHeaderTool .FieldHeaderTools > .clearer, a:hover ~ .FieldHeaderTool .FieldHeaderTools > .clearer, .FieldHeaderTool:focus .FieldHeaderTools > .clearer, .FieldHeaderTool:hover .FieldHeaderTools > .clearer, .FastCmFocus .FieldHeaderTool .FieldHeaderTools > .clearer, .FastCmHover .FieldHeaderTool .FieldHeaderTools > .clearer, .FastRichTextEditor:hover + .FieldHeaderTool .FieldHeaderTools > .clearer, .FastRichTextEditor.cke_focus + .FieldHeaderTool .FieldHeaderTools > .clearer {
  display: none;
}
.FieldHeaderTool:focus, .FieldHeaderTool:hover {
  opacity: 1;
}

.Mnemonic {
  text-decoration: underline;
}
.DisabledLink .Mnemonic {
  text-decoration: none;
}

.FlexSpacer {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.SelectorUnderline, .Replay .TabSetActive::after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  z-index: 2;
  transition-property: left, width;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  pointer-events: none;
}
.SelectorUnderline.Init, .Replay .Init.TabSetActive::after {
  transition: none;
}

.Replay .TabSetActive::after {
  top: 100%;
  width: 100%;
  bottom: auto;
}

.FtmlWrapper {
  white-space: pre-wrap;
  word-break: break-word;
}
.FtmlWrapper th {
  font-weight: 600;
}
.FtmlWrapper table[border] th {
  font-weight: normal;
}
.FtmlWrapper .FtmlVAlignTOP {
  vertical-align: top;
}
.FtmlWrapper .FtmlVAlignMIDDLE {
  vertical-align: middle;
}
.FtmlWrapper .FtmlVAlignBOTTOM {
  vertical-align: bottom;
}
.FtmlWrapper .FtmlHAlignLEFT {
  text-align: left;
}
.FtmlWrapper .FtmlHAlignCENTER {
  text-align: center;
}
.FtmlWrapper .FtmlHAlignRIGHT {
  text-align: right;
}
.FtmlWrapper li + li {
  margin-top: 0.5em;
}

.FtmlLabelContainerFull .FHTML {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.TableInputWrapper.InputWrapperCheckbox, .TableInputWrapper.InputWrapperRadioButton {
  justify-content: center;
}
.TableInputWrapper.InputWrapperRadioButtonCaption {
  justify-content: flex-start;
}

input.FastToggleInput {
  position: absolute;
  opacity: 0;
  min-height: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
input.FastToggleInput:checked + .FastToggleDisplay::after, input.FastToggleInput.FastIndeterminateInput + .FastToggleDisplayCheckbox::after {
  opacity: 1;
}

.FastToggleDisplay {
  position: relative;
  display: block;
  border: 1px solid;
  border-radius: 4px;
  height: 22px;
  width: 22px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-sizing: border-box;
  cursor: default;
  transition-property: background-color, color;
  transition-duration: 0.1s;
  transition-timing-function: ease;
}
.FastToggleDisplay::before {
  content: " ";
  visibility: hidden;
}
.FastToggleDisplay::after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.1s;
  transition-timing-function: ease;
  box-sizing: border-box;
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
}
.TableInputWrapper .FastToggleDisplay {
  margin: -50% -6px;
  transition-property: color;
  transition-duration: 0.1s;
  transition-timing-function: ease;
}

.FastToggleDisplayCheckbox::after {
  height: 15px;
  width: 8px;
  margin: -9px 0 0 -4px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: currentColor;
  transform: rotate(45deg);
}
.FastIndeterminateInput + .FastToggleDisplayCheckbox::after {
  height: 10px;
  width: 8px;
  margin: -9px 0 0 -4px;
  border-style: solid;
  border-width: 0 0 4px 0;
  border-color: currentColor;
  transform: rotate(0deg);
}

.FastToggleDisplayRadioButton {
  border-radius: 22px;
}
.InputWrapperFCBRadio > .FastToggleDisplayRadioButton {
  margin: 6px 0;
}
.FastToggleDisplayRadioButton::after {
  background: currentColor;
  /* font-size: 12px; */
  height: 12px;
  width: 12px;
  border-radius: 100%;
  margin: -6px 0 0 -6px;
}
.FastToggleDisplayRadioButton.FastRadioCaption {
  margin: 0px 10px;
}

.FastRadioCaption {
  text-wrap: auto;
}

.FastComboRadioButtonLabelDescribedText {
  font-weight: 600;
}

.FastComboRadioButtonLabelDescription {
  display: block;
}

.CellCheckbox .DSC,
.CellCheckbox .DCL,
.CellRadioButton .DSC,
.CellRadioButton .DCL {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-justify: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.CellCheckbox .DSC > .clearer,
.CellCheckbox .DCL > .clearer,
.CellRadioButton .DSC > .clearer,
.CellRadioButton .DCL > .clearer {
  display: none;
}
.CellCheckbox .DSC::before,
.CellCheckbox .DCL::before,
.CellRadioButton .DSC::before,
.CellRadioButton .DCL::before {
  content: " ";
  width: 0;
  display: block;
}
.CellCheckbox .DSC .DCCCB,
.CellCheckbox .DSC .DCCRB,
.CellCheckbox .DCL .DCCCB,
.CellCheckbox .DCL .DCCRB,
.CellRadioButton .DSC .DCCCB,
.CellRadioButton .DSC .DCCRB,
.CellRadioButton .DCL .DCCCB,
.CellRadioButton .DCL .DCCRB {
  margin: -11px 0;
}
.SelectAllWrapper {
  margin-right: 7px;
}

.SelectAllWrapperNoCaption {
  margin: 4px 0px;
  padding: 4px;
}

.ElevationShadow_0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.ElevationShadow_1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.ElevationShadow_2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.ElevationShadow_3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.ElevationShadow_4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.ElevationShadow_5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.ElevationShadow_6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.ElevationShadow_7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.ElevationShadow_8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.ElevationShadow_9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.ElevationShadow_10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.ElevationShadow_11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.ElevationShadow_12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.ElevationShadow_13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.ElevationShadow_14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.ElevationShadow_15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.ElevationShadow_16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.ElevationShadow_17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.ElevationShadow_18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.ElevationShadow_19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.ElevationShadow_20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.ElevationShadow_21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.ElevationShadow_22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.ElevationShadow_23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.ElevationShadow_24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.Elevate_0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  transform: translateY(0px);
}

.Elevate_1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.Elevate_2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.Elevate_3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}

.Elevate_4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.Elevate_5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

.Elevate_6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  transform: translateY(-6px);
}

.Elevate_7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  transform: translateY(-7px);
}

.Elevate_8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  transform: translateY(-8px);
}

.Elevate_9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  transform: translateY(-9px);
}

.Elevate_10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  transform: translateY(-10px);
}

.Elevate_11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  transform: translateY(-11px);
}

.Elevate_12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  transform: translateY(-12px);
}

.Elevate_13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  transform: translateY(-13px);
}

.Elevate_14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  transform: translateY(-14px);
}

.Elevate_15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  transform: translateY(-15px);
}

.Elevate_16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  transform: translateY(-16px);
}

.Elevate_17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  transform: translateY(-17px);
}

.Elevate_18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  transform: translateY(-18px);
}

.Elevate_19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  transform: translateY(-19px);
}

.Elevate_20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  transform: translateY(-20px);
}

.Elevate_21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  transform: translateY(-21px);
}

.Elevate_22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  transform: translateY(-22px);
}

.Elevate_23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  transform: translateY(-23px);
}

.Elevate_24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  transform: translateY(-24px);
}

.ui-helper-hidden-accessible,
.AccessibleHelper {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * Modified jQueryUI Structure CSS
 */
/*******************/
/* _Base.Vars.scss */
/*******************/
/*********************/
/* _Base.Mixins.scss */
/*********************/
/*@mixin panel-decoration
{
    border-width: 1px;
    border-style: solid;
    border-radius: $borderRadius;
    @include elevation-base;
}

@mixin subpanel-decoration
{
    border: 1px solid;
    border-radius: $borderRadius;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
}*/
/* Thanks to http://fontawesome.io @fontawesome and @davegandy */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

/*.ui-helper-hidden-accessible
{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}*/
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  opacity: 0;
  background: #000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize !important;
  height: 10px;
  max-height: 50%;
  min-height: 5px;
  width: 100%;
  top: -2px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize !important;
  height: 10px;
  max-height: 50%;
  min-height: 5px;
  width: 100%;
  bottom: -2px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize !important;
  width: 10px;
  max-width: 50%;
  min-width: 5px;
  right: -2px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize !important;
  width: 10px;
  max-width: 50%;
  min-width: 5px;
  left: -2px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize !important;
  width: 15px;
  height: 15px;
  max-width: 50%;
  min-width: 5px;
  max-height: 50%;
  min-height: 5px;
  right: -2px;
  bottom: -2px;
}

.ui-resizable-sw {
  cursor: sw-resize !important;
  width: 15px;
  height: 15px;
  max-width: 50%;
  min-width: 5px;
  max-height: 50%;
  min-height: 5px;
  left: -2px;
  bottom: -2px;
}

.ui-resizable-nw {
  cursor: nw-resize !important;
  width: 15px;
  height: 15px;
  max-width: 50%;
  min-width: 5px;
  max-height: 50%;
  min-height: 5px;
  left: -2px;
  top: -2px;
}

.ui-resizable-ne {
  cursor: ne-resize !important;
  width: 15px;
  height: 15px;
  max-width: 50%;
  min-width: 5px;
  max-height: 50%;
  min-height: 5px;
  right: -2px;
  top: -2px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 15000;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* button text element */
/* button sets */
.ui-controlgroup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid;
  border-radius: 4px;
  position: relative;
}
.ui-controlgroup > .clearer {
  display: none;
}
.ui-controlgroup .ui-button {
  display: block;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-justify: stretch;
  -ms-flex-pack: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-align: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  background: none;
  padding: 0;
  border: none;
  border-radius: 0;
  overflow: hidden;
}
.ui-controlgroup .ui-button > .clearer {
  display: none;
}
.ui-controlgroup .ui-button.ui-state-focus {
  z-index: 1;
}
.ui-controlgroup .ui-button.ui-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ui-controlgroup .ui-button.ui-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ui-controlgroup .ui-button .fast-ui-button-text {
  display: block;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-justify: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
  min-width: 50%;
  transition-property: color, background-color, border-bottom-color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.ui-controlgroup .ui-button .fast-ui-button-text > .clearer {
  display: none;
}
.ui-controlgroup .ui-button.ui-state-active .fast-ui-button-text {
  opacity: 1;
}
.ui-controlgroup.fast-ui-buttonset .ui-button.FastComboButtonLabel {
  padding: 3px;
  margin: 3px;
  border-radius: 4px;
}
.ui-controlgroup .SelectorUnderline, .ui-controlgroup .Replay .TabSetActive::after, .Replay .ui-controlgroup .TabSetActive::after {
  display: block;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: auto;
  background: #000;
  transition-property: left, width;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.ui-controlgroup .SelectorUnderline.Init, .ui-controlgroup .Replay .Init.TabSetActive::after, .Replay .ui-controlgroup .Init.TabSetActive::after {
  transition: none;
}

.ui-checkboxradio-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid;
  padding-right: 0;
}
.ui-checkboxradio-label > .clearer {
  display: none;
}
.ui-checkboxradio-label .fast-ui-button-text {
  margin: 0 auto;
  min-width: 0;
  flex: 0 1 auto;
}
.ui-checkboxradio-label .fast-ui-button-text .CTE {
  padding: 0;
}
.ui-checkboxradio-label .FastToggle {
  content: "";
  display: block;
  position: relative;
  margin: -0.5em 0.2em;
  overflow: hidden;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
  transition-property: background-color, border-color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.ui-checkboxradio-label .FastToggle::before {
  line-height: 1;
  content: "";
  position: absolute;
  top: 50%;
  transition-property: left, color, background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.ui-checkboxradio-label .FastToggle::after {
  content: "";
  display: block;
  line-height: 1;
  top: 50%;
  position: absolute;
  border-radius: 100%;
  transition-property: left, color, background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.ui-checkboxradio-label.ui-state-active .FastToggle::before {
  content: "";
}

.ui-checkboxradio-label .FastToggle {
  height: 20px;
  width: 40px;
  border-radius: 40px;
  border: 2px solid;
}
.ui-checkboxradio-label .FastToggle::before {
  font-size: 16px;
  height: 16px;
  width: 16px;
  left: -18px;
  margin-top: -8px;
}
.ui-checkboxradio-label .FastToggle::after {
  height: 16px;
  width: 16px;
  margin-top: -8px;
  left: 2px;
}
.ui-checkboxradio-label.ui-state-active .FastToggle::after {
  left: 22px;
}
.ui-checkboxradio-label.ui-state-active .FastToggle::before {
  left: 2px;
}

.ui-state-disabled .fast-ui-button-text {
  opacity: 0.5;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  padding: 20px;
  border: 1px solid;
  display: none;
  /* .ui-datepicker-calendar.ui-state-disabled
  {
      a,
      button
      {
          cursor: text;
          font-weight: normal;

          &:hover
          {
              text-decoration: none;
          }
      }
  }*/
  /* with multiple calendars */
}
.ui-datepicker.ui-datepicker-inline {
  max-width: 30em;
  margin: 0 auto;
}
.ui-datepicker.ui-datepicker-inline .ui-datepicker-title {
  font-weight: 600;
}
.ui-datepicker.ui-datepicker-floating {
  width: 15.5rem;
}
.ui-datepicker .ui-datepicker-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  padding: 6px 6px;
  margin: -20px -20px 14px -20px;
}
.ui-datepicker .ui-datepicker-header > .clearer {
  display: none;
}
.ui-datepicker .ui-datepicker-header.ui-state-disabled a,
.ui-datepicker .ui-datepicker-header.ui-state-disabled button {
  visibility: hidden;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  text-indent: -100000px;
  overflow: hidden;
  font-size: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
}
.ui-datepicker .ui-datepicker-prev span::before,
.ui-datepicker .ui-datepicker-next span::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
}
.FieldDisabled .ui-datepicker .ui-datepicker-prev,
.FieldDisabled .ui-datepicker .ui-datepicker-next {
  display: none;
}
.ui-datepicker .ui-datepicker-next span::before {
  content: "";
  content: ""/"";
}
.ui-datepicker .ui-datepicker-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-justify: start;
  -ms-flex-pack: start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-height: 1.5rem;
}
.ui-datepicker .ui-datepicker-title > .clearer {
  display: none;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month,
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  margin-left: 5px;
}
.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker.ui-datepicker-floating .ui-datepicker-calendar {
  width: 16rem;
  margin: 0 -0.25rem;
}
.ui-datepicker th {
  border: 0;
  padding: 0 3px 6px 3px;
  text-align: center;
  font-weight: 600;
  opacity: 0.9;
  border-bottom: 1px solid;
}
.ui-datepicker td {
  border: 0;
  padding: 3px;
  line-height: 2em;
}
.ui-datepicker td span,
.ui-datepicker td a,
.ui-datepicker td button {
  display: block;
  text-align: center;
  text-decoration: none;
  box-sizing: content-box;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border-radius: 2em;
  margin: -1px auto;
  color: inherit;
  border: 1px solid transparent;
  padding: 0px;
}
.ui-datepicker td span:hover,
.ui-datepicker td a:hover,
.ui-datepicker td button:hover {
  text-decoration: none;
}
.ui-datepicker td a,
.ui-datepicker td button {
  font-weight: 600;
}
.ui-datepicker td span {
  opacity: 0.7;
}
.ui-datepicker td.ui-state-disabled a,
.ui-datepicker td.ui-state-disabled button {
  cursor: default;
  font-weight: normal;
}
.ui-datepicker td.ui-state-disabled a:hover,
.ui-datepicker td.ui-state-disabled button:hover {
  text-decoration: none;
}
.ui-datepicker tr:first-child td {
  padding-top: 6px;
}
.ui-datepicker .ui-datepicker-buttonpane {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-justify: space-between;
  -ms-flex-pack: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-top: 20px;
}
.ui-datepicker .ui-datepicker-buttonpane > .clearer {
  display: none;
}
.ui-datepicker .ui-datepicker-current-day a,
.ui-datepicker .ui-datepicker-current-day span,
.ui-datepicker .ui-datepicker-current-day button {
  opacity: 1;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  outline: 0;
  border: 1px solid;
  opacity: 0;
  /*&.ui-dialog-ready
  {
      margin-top: -100px;
  }*/
  /*.ui-resizable-se
  {
      width: 12px;
      height: 12px;
      right: -5px;
      bottom: -5px;
      background-position: 16px 16px;
  }*/
}
.ui-dialog .ui-dialog-titlebar {
  padding: 20px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  background-color: #2668B4;
  color: #FFF;
  /*.ui-dialog-titlebar-close
  {
      width: $dialogTitleButtonSize;
      height: $dialogTitleButtonSize;
      padding: 0;
      overflow: hidden;
      background: none;

      .ui-button-icon
      {
          @include material-icon-replace(close, $dialogTitleButtonSize);
      }
  }*/
}
.ui-dialog .ui-dialog-titlebar > .clearer {
  display: none;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  margin-right: auto;
}
.ui-dialog .ui-dialog-titlebar .ModalTitleButton,
.ui-dialog .ui-dialog-titlebar .ui-button {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  overflow: hidden;
  margin-left: 14px;
  background-color: inherit;
  color: inherit;
  text-indent: -100000px;
  overflow: hidden;
  font-size: 1.5rem;
  height: 1em;
  width: 1em;
}
.ui-dialog .ui-dialog-titlebar .ModalTitleButton::before,
.ui-dialog .ui-dialog-titlebar .ui-button::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "help";
  content: "help"/"";
}
.ui-dialog .ui-dialog-titlebar .ModalTitleButton .ui-button-icon,
.ui-dialog .ui-dialog-titlebar .ui-button .ui-button-icon {
  display: none;
}
.ui-dialog .ui-dialog-titlebar .FastModalButtonHelp::before {
  content: "help_outline";
  content: "help_outline"/"";
}
.ui-dialog .ui-dialog-titlebar .FastModalButtonNewManager::before {
  content: "open_in_new";
  content: "open_in_new"/"";
}
.ui-dialog .ui-dialog-titlebar .FastModalButtonLockSession::before {
  content: "lock";
  content: "lock"/"";
}
.ui-dialog .ui-dialog-titlebar .FastModalButtonDecodeInfo::before {
  content: "language";
  content: "language"/"";
}
.ui-dialog .ui-dialog-titlebar .FastModalButtonToggleLog::before {
  content: "library_books";
  content: "library_books"/"";
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close::before {
  content: "close";
  content: "close"/"";
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 20px;
}
.ui-dialog .ui-dialog-content.FastFieldPopup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ui-dialog .ui-dialog-content.FastFieldPopup > .clearer {
  display: none;
}
.ui-dialog.fast-ui-dialog-open .ui-dialog-content {
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  /*@include display-flex;
  @include flex-direction(row);
  @include justify-content(flex-end);

  button
  {
      @include flex(0 0 auto);
      margin-left: $panelPadding;
      min-width: $actionButtonMinWidth;
  }*/
}
.ui-dialog.fast-ui-dialog-positioned, .ui-dialog.fast-ui-dialog-positioned.ContextMenuModal {
  transform: scale(0.95);
  transition-property: visibility, opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.ui-dialog.fast-ui-dialog-positioned.fast-ui-dialog-open, .ui-dialog.fast-ui-dialog-positioned.ContextMenuModal.fast-ui-dialog-open {
  opacity: 1;
  transform: none;
}
.ui-dialog.fast-ui-dialog-positioned.fast-ui-dialog-closing, .ui-dialog.fast-ui-dialog-positioned.ContextMenuModal.fast-ui-dialog-closing {
  transform: scale(0.95);
  opacity: 0;
}

/*.ui-dialog
{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

    .ui-dialog .ui-dialog-titlebar
    {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title
    {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-dialog .ui-dialog-titlebar-close
    {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 20px;
    }

    .ui-dialog .ui-dialog-content
    {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
    }

    .ui-dialog .ui-dialog-buttonpane
    {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin-top: .5em;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-controlgroup
        {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button
        {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-se
    {
        width: 12px;
        height: 12px;
        right: -5px;
        bottom: -5px;
        background-position: 16px 16px;
    }*/
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
  border: 1px solid;
  border-radius: 4px;
}
.ui-progressbar .ui-progressbar-value {
  position: relative;
  height: 100%;
}

/*.ui-progressbar .ui-progressbar-overlay
    {
        background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
        height: 100%;
        opacity: 0.25;
    }*/
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
  width: 40% !important;
  left: -40%;
  -webkit-animation: indeterminate-progress 1s infinite linear;
  -moz-animation: indeterminate-progress 1s infinite linear;
  -o-animation: indeterminate-progress 1s infinite linear;
  animation: indeterminate-progress 1s infinite linear;
}

@-webkit-keyframes indeterminate-progress {
  0% {
    left: -40%;
  }
  100% {
    left: 100%;
  }
}
@-moz-keyframes indeterminate-progress {
  0% {
    left: -40%;
  }
  100% {
    left: 100%;
  }
}
@-o-keyframes indeterminate-progress {
  0% {
    left: -40%;
  }
  100% {
    left: 100%;
  }
}
@keyframes indeterminate-progress {
  0% {
    left: -40%;
  }
  100% {
    left: 100%;
  }
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
  border: 1px solid;
  max-height: 20em;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 15000;
}
.ui-menu.ui-autocomplete {
  max-width: 75%;
}
.ui-menu .ui-menu-item {
  display: block;
}
.ui-menu .ui-menu-item-wrapper {
  padding: 6px 8px;
}

.ui-slider {
  display: block;
  position: relative;
  border: 1px solid;
  box-sizing: border-box;
}

.ui-slider-horizontal {
  height: 1rem;
}

.ui-slider-range {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
}
.ui-slider-range.ui-slider-range-min {
  left: 0;
}

.ui-slider-handle {
  display: block;
  position: absolute;
  top: 50%;
  border: 1px solid #AAA;
  background-color: #CDF;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 0.75rem;
  box-sizing: border-box;
  margin: -0.75rem 0 0 -0.75rem;
  cursor: default;
  touch-action: none;
}
.ui-slider-horizontal .ui-slider-handle {
  cursor: ew-resize;
}

.fast-ui-selectable .ui-sortable-handle *, .ui-sortable-handle.fast-ui-selectable *,
.fast-ui-selectable .ui-draggable-handle *,
.ui-draggable-handle.fast-ui-selectable * {
  cursor: move;
}
.ui-sortable-handle .ui-resizable-e,
.ui-draggable-handle .ui-resizable-e {
  cursor: ew-resize;
}

div.ui-sortable-handle, div.ui-draggable-handle, span.ui-sortable-handle, span.ui-draggable-handle {
  cursor: move;
}

/*** jQuery UI Elements ***/
.ui-widget-overlay {
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.ui-widget-overlay.ModalOverlay.ui-front {
  opacity: 0.2;
}
.ui-widget-overlay.ModalOverlay.ui-widget-hiding {
  opacity: 0;
}
.ui-widget-overlay.ContextMenuOverlay {
  opacity: 0;
}

.ui-front {
  z-index: 100;
}

.ui-dialog.ContextMenuModal.FastPanel, .ui-dialog.ContextMenuModal.FastForcedPanel {
  position: absolute;
  padding: 0;
}
.ui-dialog.ContextMenuModal.FastPanel .ui-dialog-content, .ui-dialog.ContextMenuModal.FastForcedPanel .ui-dialog-content {
  padding: 20px;
}
.ui-dialog.ContextMenuModal.SingleFastPanel .DocTable {
  width: 100%;
  table-layout: auto;
}
.ui-dialog.ContextMenuModal.SingleFastPanel .DocTable .FastCol {
  width: auto;
}
.ui-dialog.ContextMenuModal .ui-dialog-titlebar {
  display: none;
}
.ui-dialog.ContextMenuModal.fast-ui-dialog-positioned {
  transform: translateY(-1rem) scale(0.95);
  transform-origin: top left;
}
.ui-dialog.ContextMenuModal.fast-ui-dialog-positioned.fast-ui-dialog-open {
  transform: none;
}
.ui-dialog.ContextMenuModal.fast-ui-dialog-positioned.fast-ui-dialog-closing {
  transform: translateY(-1rem) scale(0.95);
  opacity: 0;
}
.ui-dialog.FastModal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 95%;
  max-width: 100%;
}
.ui-dialog.FastModal > .clearer {
  display: none;
}
.ui-dialog.FastModal.FastModalFullDisplay {
  max-width: 100%;
  max-height: 100%;
}
.ui-dialog.FastModal.ModalResized {
  max-width: none;
}
.ui-dialog.FastModal .ui-dialog-content.FastModalDialog,
.ui-dialog.FastModal .ManagerContainer,
.ui-dialog.FastModal .ManagerContentWrapper,
.ui-dialog.FastModal .ManagerContentContainer,
.ui-dialog.FastModal .ModalDocument,
.ui-dialog.FastModal .DocViewContextMenu,
.ui-dialog.FastModal .ContextDocumentContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0;
  padding: 0;
  overflow: hidden;
}
.ui-dialog.FastModal .ui-dialog-content.FastModalDialog > .clearer,
.ui-dialog.FastModal .ManagerContainer > .clearer,
.ui-dialog.FastModal .ManagerContentWrapper > .clearer,
.ui-dialog.FastModal .ManagerContentContainer > .clearer,
.ui-dialog.FastModal .ModalDocument > .clearer,
.ui-dialog.FastModal .DocViewContextMenu > .clearer,
.ui-dialog.FastModal .ContextDocumentContainer > .clearer {
  display: none;
}
.ui-dialog.FastModal .ui-dialog-content.FastModalDialog.FastTransitionOld,
.ui-dialog.FastModal .ManagerContainer.FastTransitionOld,
.ui-dialog.FastModal .ManagerContentWrapper.FastTransitionOld,
.ui-dialog.FastModal .ManagerContentContainer.FastTransitionOld,
.ui-dialog.FastModal .ModalDocument.FastTransitionOld,
.ui-dialog.FastModal .DocViewContextMenu.FastTransitionOld,
.ui-dialog.FastModal .ContextDocumentContainer.FastTransitionOld {
  bottom: 0;
}
.ui-dialog.FastModal .ControlContainer,
.ui-dialog.FastModal .ModalDocument > .DocumentForm,
.ui-dialog.FastModal .DocViewContextMenu > .DocumentForm,
.ui-dialog.FastModal .ContextLogDocumentForm {
  margin: 0;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
}
.ui-dialog.FastModal .FastModalSizeThird {
  max-width: 30rem;
}
.ui-dialog.FastModal .FastModalSizeHalf {
  max-width: 45rem;
}
.ui-dialog.FastModal .FastModalSizeTwoThirds {
  max-width: 60rem;
}
.ui-dialog.FastMessageBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 80%;
  min-width: 300px;
  min-height: 100px;
  max-width: 90rem;
}
.ui-dialog.FastMessageBox > .clearer {
  display: none;
}
.ui-dialog.FastMessageBox .ui-dialog-titlebar .ui-dialog-titlebar-close {
  display: none;
}
.ui-dialog.FastMessageBox .ui-dialog-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.ui-dialog.FastMessageBox .ui-dialog-content > .clearer {
  display: none;
}
.ui-dialog .ui-dialog-titlebar .ui-button,
.ui-dialog .ui-dialog-titlebar .ModalTitleButton {
  box-shadow: none;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ui-dialog .ui-dialog-titlebar button,
.ui-dialog .ui-dialog-titlebar .ui-button {
  box-shadow: none;
  background: none;
  border: none;
  border-radius: 4px;
  color: inherit;
}
.ui-dialog .ui-dialog-titlebar button:hover, .ui-dialog .ui-dialog-titlebar button:focus,
.ui-dialog .ui-dialog-titlebar .ui-button:hover,
.ui-dialog .ui-dialog-titlebar .ui-button:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.ui-dialog .ui-dialog-titlebar button:active,
.ui-dialog .ui-dialog-titlebar .ui-button:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.FastMessageBoxCaption {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  white-space: pre-wrap;
}
.FastMessageBoxIcon + .FastMessageBoxCaption {
  margin-top: 0.8em;
}

.FastMessageBoxIcon {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-indent: -100000px;
  overflow: hidden;
  font-size: 3em;
  height: 1em;
  width: 1em;
  margin-right: 20px;
}
.FastMessageBoxIcon::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
}
.FastMessageBoxIcon.FastMessageBoxIconError::before {
  content: "";
  content: ""/"";
}
.FastMessageBoxIcon.FastMessageBoxIconInformation::before {
  content: "";
  content: ""/"";
}
.FastMessageBoxIcon.FastMessageBoxIconQuestion::before {
  content: "";
  content: ""/"";
}
.FastMessageBoxIcon.FastMessageBoxIconWarning::before {
  content: "";
  content: ""/"";
}

.ui-selected,
.ui-selecting {
  outline: 2px dashed;
}

.qtip-close {
  border-radius: 4px;
  padding: 0;
  background: inherit;
  color: inherit;
  border: none;
  text-indent: -100000px;
  overflow: hidden;
  font-size: 22px;
  height: 1em;
  width: 1em;
}
.qtip-close::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
}

.qtip {
  background-color: #FFF;
  color: #000;
  border-color: #666;
  font-size: inherit;
  line-height: inherit;
  max-width: none;
}
.qtip .qtip-content {
  padding: 20px;
}
.qtip .qtip-titlebar {
  padding: 10px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.qtip .qtip-titlebar > .clearer {
  display: none;
}
.qtip .qtip-titlebar .qtip-title {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.qtip .qtip-titlebar .qtip-close {
  position: static;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  right: auto;
  top: auto;
  padding: 0;
  margin: 0 0 0 10px;
  border-radius: 4px;
  background: inherit;
  color: inherit;
  border: none;
  text-indent: -100000px;
  overflow: hidden;
  font-size: 22px;
  height: 1em;
  width: 1em;
}
.qtip .qtip-titlebar .qtip-close::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
}
.qtip.FastMenuTip.FastPanel {
  padding: 0;
}
.qtip.FastMenuTip.FastPanel .qtip-content {
  padding: 20px;
}
.qtip.FastInfoTip {
  max-width: 80vw;
}
.qtip.FastInfoTip .qtip-content {
  max-width: 50rem;
}

.FastFieldQTip .qtip-content {
  padding: 4px;
}

.FastQTipContent {
  white-space: pre-wrap;
}

/*** Page Structure Elements ***/
.ManagerWrapper {
  position: relative;
}

.ManagerPlaceholder {
  min-height: 50vh;
}

.ManagerContainer {
  position: relative;
  transition-property: opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.ManagerContainer.FastLoading {
  z-index: 100;
}
.ManagerContainer.FastTransitionNew {
  /*&.FastManagerNewControl
  {
      .ManagerContentContainer
      {
          //transform: translateX($transitionSlideDistance);
          //transform: translateX(100%);
      }

      &.FastTransitionBack
      {
          .ManagerContentContainer
          {
              //transform: translateX(-1 * $transitionSlideDistance);
              //transform: translateX(-100%);
          }
      }
  }*/
}
.Loaded .ManagerContainer.FastTransitionNew, .ManagerContainer.FastTransitionNew.FastTransitionTest {
  opacity: 0;
}
.ManagerContainer.FastTransitionOld {
  /*&.FastManagerNewControl
  {
      .ManagerContentContainer
      {
          //transform: translateX(-1 * $transitionSlideDistance);
          //transform: translateX(-100%);
      }

      &.FastTransitionBack
      {
          .ManagerContentContainer
          {
              //transform: translateX($transitionSlideDistance);
              //transform: translateX(100%);
          }
      }
  }*/
}

.ApplicationHeaderContainer {
  z-index: 95;
  position: relative;
}

.ApplicationName {
  font-weight: 600;
}
.ApplicationName .ApplicationEnvironment::before {
  content: " - ";
}

.RunDateNoticeLabel {
  display: block;
  font-weight: 600;
  color: #000;
  line-height: 3rem;
  padding: 0 1rem;
  border-radius: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
  /*
    Top-center fixed position.

  margin-right: 1rem;
  position: absolute;
  top: 0;
  border-radius: 0 0 $borderRadius $borderRadius;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);*/
}

.ManagerHeader {
  height: 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  box-sizing: border-box;
}
.ManagerHeader > .clearer {
  display: none;
}
.ManagerHeader .RunDateNotice {
  margin-right: 20px;
}
.ManagerHeader .ManagerHeaderLinkContainer,
.ManagerHeader .ManagerHeaderLogonContainer {
  margin-left: 1rem;
}

.ApplicationLogoContainer {
  height: 2rem;
  margin-right: 20px;
}

.ApplicationLogo {
  display: block;
  height: 100%;
}

.ManagerHomeLogoLink,
.ManagerHomeLink {
  color: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  margin-right: auto;
}
.ManagerHomeLogoLink > .clearer,
.ManagerHomeLink > .clearer {
  display: none;
}

.ManagerHeaderLinkList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
  -ms-flex-item-align: center;
  align-self: center;
}
.ManagerHeaderLinkList > .clearer {
  display: none;
}

.ManagerHeaderLinkContainer,
.ManagerHeaderLogonContainer {
  display: block;
}

.ManagerMenuLink, .ManagerHeaderLink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  text-indent: -100000px;
  overflow: hidden;
  font-size: 2rem;
  height: 3rem;
  width: 3rem;
  transition-property: background-color, color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  line-height: 1.5rem;
  color: inherit;
  overflow: hidden;
  border-radius: 100%;
}
.ManagerMenuLink > .clearer, .ManagerHeaderLink > .clearer {
  display: none;
}
.ManagerMenuLink::before, .ManagerHeaderLink::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
  -ms-flex: 0 0 1em;
  flex: 0 0 1em;
  padding: 0.5rem;
  line-height: 1;
}
.ManagerMenuLink:link:hover, .ManagerHeaderLink:link:hover {
  text-decoration: none;
}
.ManagerHeaderLink.ManagerHeaderLinkHome::before {
  content: "";
  content: ""/"";
}
.ManagerHeaderLink.ManagerHeaderLinkWebProfile::before {
  content: "";
  content: ""/"";
}
.ManagerHeaderLink.ManagerHeaderLinkShoppingCart::before {
  content: "";
  content: ""/"";
}
.ManagerHeaderLink.ManagerHeaderLinkHelp::before {
  content: "";
  content: ""/"";
}
.ManagerHeaderLink.ManagerHeaderLinkBookmarks::before {
  content: "";
  content: ""/"";
}
.ManagerHeaderLink.ManagerHeaderLinkClose::before {
  content: "";
  content: ""/"";
}
.ManagerHeaderLink.ManagerHeaderLinkFlows::before {
  content: "";
  content: ""/"";
}
.ManagerHeaderLink.ManagerHeaderLinkLogOff::before {
  content: "";
  content: ""/"";
}
.ManagerHeaderLink.ManagerHeaderLinkLogonSettings::before {
  content: "";
  content: ""/"";
}
.ManagerHeaderLink.ManagerHeaderLinkSupportChat::before {
  content: "";
  content: ""/"";
}
.ManagerHeaderLink.ManagerHeaderLinkMenu::before {
  content: "";
  content: ""/"";
}

.ManagerMenuLink {
  margin-right: 10px;
  /*&:link:hover
  {
      text-decoration: none;
  }*/
}
.ManagerMenuLink::before {
  content: "";
}

.ManagerContextHeader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-justify: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  overflow: hidden;
  white-space: nowrap;
  margin-right: auto;
  padding-right: 20px;
}
.ManagerContextHeader > .clearer {
  display: none;
}

/*.ManagerIconContainer
{
    display: block;
    @include flex(0 0 $iconSizeLarge);
    //margin-right: $managerHeaderPadding;
    height: $iconSizeLarge;
    width: $iconSizeLarge;
    margin-right: $textSpacing;
    display: none;
}*/
.ManagerIcon {
  display: block;
  height: 100%;
}
.ManagerIcon.FICF {
  color: inherit;
}

.ApplicationTitle {
  display: block;
  white-space: pre;
  font-size: 1.5rem;
}

.ManagerName {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ManagerName.ManagerRedundantName {
  display: none;
}

.ManagerContentContainer {
  position: relative;
}

.ManagerBase {
  /*&::before
  {
      content: " ";
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
  }*/
}
.ManagerBase .ActionBar {
  margin: 20px;
  position: relative;
}
.ManagerBase .ActionBar.ActionBarBottom {
  padding: 0 20px 14px;
  box-sizing: content-box;
  margin: 20px 0 0;
  /*            @include sticky($zIndex: $zIndexControlSticky)
  {
      left: 0;
      right: 0;
  }*/
}
.ManagerBase .ActionBar.ActionBarBottom::before {
  content: " ";
  display: block;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 20px;
  right: 20px;
}

.ControlContainer::before, .ControlContainer::after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.SimpleControlContainer {
  margin: 20px;
}

.SessionEndWarningBanner {
  margin: 20px 20px 0;
  padding: 20px;
  border: 1px solid;
  border-radius: 4px;
  z-index: 1;
  box-shadow: none;
  font-weight: bold;
  font-size: 120%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.SessionEndWarningBanner > .clearer {
  display: none;
}
.SessionEndWarningBanner::before {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: top;
  overflow: hidden;
  font-size: 26px;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
  margin-right: 10px;
}

.ControlMessageContainer {
  position: relative;
  z-index: 1;
  box-shadow: none;
}
.ControlMessageContainer .FastTitlebar {
  margin-bottom: 10px;
}

.ControlMessageTitle,
.ControlMessageContainerHeader {
  margin: 20px 20px 0;
}

.ControlMessageContainerFooter {
  margin: 0 20px 20px;
}

.ControlMessageHeader,
.ControlMessageFooter {
  padding: 20px 0;
}
.ControlMessageHeader.ControlMessageHighlight,
.ControlMessageFooter.ControlMessageHighlight {
  padding: 20px;
  border-radius: 4px;
}

.ManagerControlContainer {
  position: relative;
  min-width: 0;
  /*.ManagerBase &
  {
      padding-bottom: $bodyExtraSpace; // Give us some wiggle room on vertical scrolling for projectors.
  }*/
}

.ManagerNavigationContainer {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ManagerNavigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-justify: start;
  -ms-flex-pack: start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
  line-height: 1.5rem;
}
.ManagerNavigation > .clearer {
  display: none;
}

.ManagerNavigationItemWrapper,
.ManagerNavigationItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.ManagerNavigationItemWrapper > .clearer,
.ManagerNavigationItem > .clearer {
  display: none;
}

.ManagerNavigationItemWrapper {
  color: inherit;
}
.ManagerNavigationItemWrapper + .ManagerNavigationItemWrapper {
  margin-left: 14px;
}
.ManagerNavigationItemWrapper + .ManagerNavigationItemWrapper::before {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: top;
  overflow: hidden;
  font-size: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  content: "chevron_right";
  content: "chevron_right"/"";
  margin-right: 14px;
}

.ManagerNavigationItemLink {
  color: inherit;
}

.ui-dialog-buttonpane {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ActionBar,
.ui-dialog-buttonpane .ui-dialog-buttonset {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-justify: end;
  -ms-flex-pack: end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 14px 14px;
  border-style: solid;
  position: relative;
  z-index: 60;
}
.ActionBar > .clearer,
.ui-dialog-buttonpane .ui-dialog-buttonset > .clearer {
  display: none;
}
.ActionBar.NoActions,
.ui-dialog-buttonpane .ui-dialog-buttonset.NoActions {
  display: none;
}

.DocumentContainer .ActionBar {
  z-index: 10;
}

.ModalActionBar,
.ui-dialog-buttonpane .ui-dialog-buttonset {
  border-top-width: 1px;
}

.ActionBarTop {
  display: none;
  margin-bottom: 20px;
}

.ActionBarBottom {
  margin-top: 20px;
}

.ActionButtonNext .ActionButtonCaption::before {
  content: "";
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: flex;
  font-size: 22px;
  height: 1em;
  width: 1em;
  line-height: 1em;
  margin-right: 10px;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  margin-left: 10px;
  margin-right: 0;
  -ms-flex-order: 1;
  flex-order: 1;
  order: 1;
}

.ActionButtonPrev .ActionButtonCaption::before {
  content: "";
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: flex;
  font-size: 22px;
  height: 1em;
  width: 1em;
  line-height: 1em;
  margin-right: 10px;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
}

.ActionButtonCaption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-justify: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.ActionButtonCaption > .clearer {
  display: none;
}
.ActionButtonCaptionText {
  white-space: pre;
  overflow: hidden;
  margin: 0 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: bold;
}

.ActionButtonPosStepDisabled {
  display: none;
}
.ActionButtonPosStepDisabled.ActionButtonPrev, .ActionButtonPosStepDisabled.ActionButtonStepPrev {
  display: block;
}

.StepSelectorActionBar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 20px 0 0 0;
}
.StepSelectorActionBar > .clearer {
  display: none;
}
.StepSelectorActionBar .StepSelectorPrevious {
  margin-left: auto;
}
.StepSelectorActionBar .StepSelectorAction {
  margin-left: 0;
  margin-right: 14px;
}
.StepSelectorActionBar .StepSelectorSubmit {
  margin-left: 14px;
  margin-right: 0;
}
.StepSelectorActionBar .StepSelectorNext.StepSelectorDisabled,
.StepSelectorActionBar .StepSelectorSubmit.StepSelectorDisabled {
  display: none;
}

.ActionBar.HasStepActions .ActionButtonPosStandard {
  margin-left: 0;
  margin-right: 14px;
}

.MessagePanel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 20px;
  font-size: 1.25em;
  margin-bottom: 20px;
  box-shadow: none;
  border: 1px solid;
  border-radius: 4px;
}
.MessagePanel > .clearer {
  display: none;
}

.MessagePanelMessages {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 20px;
}

.MessagePanelMessage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 20px 0 0;
}
.MessagePanelMessage > .clearer {
  display: none;
}
.MessagePanelMessage + .MessagePanelMessage {
  margin-top: 20px;
}

.MessagePanelIcon,
.MessagePanelLink,
.MessagePanelCloseLink {
  text-indent: -100000px;
  overflow: hidden;
  font-size: 2rem;
  height: 1em;
  width: 1em;
  -ms-flex: 0 0 2rem;
  flex: 0 0 2rem;
}
.MessagePanelIcon::before,
.MessagePanelLink::before,
.MessagePanelCloseLink::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: " ";
  content: " "/"";
}

.MessagePanelIcon {
  margin-right: 20px;
}
.MessagePanelIcon.MessagePanelIconError::before {
  content: "highlight_off";
  content: "highlight_off"/"";
}
.MessagePanelIcon.MessagePanelIconInformation::before {
  content: "info_outline";
  content: "info_outline"/"";
}
.MessagePanelIcon.MessagePanelIconQuestion::before {
  content: "help_outline";
  content: "help_outline"/"";
}
.MessagePanelIcon.MessagePanelIconWarning::before {
  content: "error_outline";
  content: "error_outline"/"";
}

.MessagePanelText {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  white-space: pre-wrap;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2rem;
}

.MessagePanelLink::before {
  content: "";
  content: ""/"";
}

.MessagePanelCloseLink::before {
  content: "";
  content: ""/"";
}

.Sidebar {
  display: none;
  position: relative;
  z-index: 1;
  padding: 0;
  box-sizing: border-box;
  will-change: margin-left, margin-right;
}
.Sidebar.SidebarMenu {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20rem;
  z-index: 15000;
  overflow-y: auto;
  transform: translateX(-100%);
  will-change: transform;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.Sidebar.SidebarMenu.ManagerMenuOpen {
  transform: none;
}
.Sidebar.SidebarMenu.ManagerMenuHiding {
  transform: translateX(-100%);
}
.ContextLogDocked .Sidebar.SidebarMenu {
  bottom: 20rem;
}
.Sidebar .ToggleSidebarLink {
  margin: 0 0 0 auto;
  display: none;
}

.SidebarMenuHeader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 4rem;
  box-sizing: border-box;
  margin: 0 -20px;
  padding: 0 20px;
}
.SidebarMenuHeader > .clearer {
  display: none;
}

.SidebarMenuHeaderCaption {
  font-size: 1.25rem;
  margin-right: auto;
}

.SidebarContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  overflow: hidden;
}
.SidebarContainer > .clearer {
  display: none;
}

.SidebarScrollContainer {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 20px;
}

.SidebarSection {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 40px 0;
}

.SidebarHeader {
  margin: 20px 0 0 0;
}
.SidebarHeader .ManagerHeaderLink {
  position: relative;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2rem;
  /*&::before
  {
      margin-right: $sidebarElementSpacing;
  }*/
}
.SidebarHeader .ManagerHeaderLink::before {
  /*position: absolute;
  top: 50%;
  left: 0;
  margin-top: $sidebarHeaderLinkSize/-2;*/
}
.SidebarHeader .ManagerLogonOptionCaption {
  position: relative;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2rem;
}

.SidebarTitlebar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-justify: space-between;
  -ms-flex-pack: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
  margin: 0 0 0.5rem 0;
  border-bottom: 1px solid;
  line-height: 2.5rem;
}
.SidebarTitlebar > .clearer {
  display: none;
}
.SidebarTitlebar .HeaderLinkContainer {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-justify: space-between;
  -ms-flex-pack: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-left: 2rem;
}

.SidebarTitlebarCaption {
  display: block;
  font-weight: 600;
  max-width: 100%;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
}
.ManagerMenuOverlay {
  background: #000;
  opacity: 0;
  z-index: 10000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.ManagerMenuOverlay.ManagerMenuOpen {
  opacity: 0.1;
}
.ManagerMenuOverlay.ManagerMenuHiding {
  opacity: 0;
}

.SidebarActionEntry {
  padding: 0.2rem 0.5rem;
}

.SidebarNavigationEntry,
.SidebarNavigationGroupHeader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  margin: 0;
}
.SidebarNavigationEntry > .clearer,
.SidebarNavigationGroupHeader > .clearer {
  display: none;
}

.SidebarNavigationLink,
.SidebarNavigationGroupHeaderLabel {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
  line-height: 2rem;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  color: inherit;
  white-space: pre;
}

.SidebarActionEntry {
  display: block;
  position: relative;
  padding: 0 0.5rem;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

/*.SidebarNavigationLink
{
    padding: 0 0.5rem;
}*/
.SidebarActionLink {
  display: block;
  padding: 0.5rem;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
}

.SidebarHeaderMenu,
.SidebarBasicActionsMenu {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.5rem;
}

.SidebarHeaderMenuList,
.SidebarBasicActionsList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-justify: space-between;
  -ms-flex-pack: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.SidebarHeaderMenuList > .clearer,
.SidebarBasicActionsList > .clearer {
  display: none;
}

.SidebarHeaderMenuEntry,
.SidebarBasicActionsEntry {
  -ms-flex: 0 0 2.5rem;
  flex: 0 0 2.5rem;
  display: block;
  text-align: center;
  line-height: 0;
}

.SidebarHeaderMenuLink,
.SidebarBasicActionsLink {
  text-indent: -100000px;
  overflow: hidden;
  font-size: 2rem;
  height: 1em;
  width: 1em;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  padding: 0.25rem;
  background: none;
  position: relative;
  transition-property: background-color, color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.SidebarHeaderMenuLink::before,
.SidebarBasicActionsLink::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
}
.SidebarHeaderMenuLink:link:hover,
.SidebarBasicActionsLink:link:hover {
  text-decoration: none;
}

.SidebarHeaderMenuLink i {
  height: 2rem;
  width: 2rem;
  display: block;
}
.SidebarHeaderMenuLink i.SidebarNavigationMaterialIcon {
  text-indent: -100000px;
  overflow: hidden;
  font-size: 2rem;
  height: 1em;
  width: 1em;
  display: block;
}
.SidebarHeaderMenuLink i.SidebarNavigationMaterialIcon::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
}
.SidebarHeaderMenuLink i.SidebarNavigationMaterialIcon::before {
  content: "";
  height: 2rem;
  width: 2rem;
}
.SidebarHeaderMenuLink i img {
  display: block;
  height: 2rem;
  width: 2rem;
}
.SidebarHeaderMenuLink:hover > .SidebarNavigationFastIcon > img {
  opacity: 0.7;
}
.SidebarHeaderMenuLink.FastEvtNewManager i::before {
  content: "";
  content: ""/"";
}
.SidebarHeaderMenuLink.FastHomeManagerLink i::before {
  content: "";
  content: ""/"";
}

.SidebarBasicActionsLinkIcon {
  display: none;
}

.ViewNotificationsCount {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-align: center;
  text-indent: 0;
}
.ViewNotificationsCount.NoUnread {
  display: none;
}

.SidebarNavigationCurrentGroupMenu {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 0.5rem;
}

.SidebarSpacer {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.SidebarActionSection {
  margin: 20px;
}
.SidebarActionSection .SidebarTitlebar {
  background: none;
  border-bottom: 1px solid;
  padding: 0.25rem 0;
}
.SidebarActionSection .SidebarGroup {
  border-top: 1px solid;
  padding: 0.5rem 0 0;
}
.SidebarActionSection .SidebarGroup.SidebarHeaderedGroup {
  border: none;
}

.SidebarActionEntry {
  padding: 0;
}

.SidebarActionLink {
  margin: 0;
  padding: 0.5rem 0;
}

.SidebarDevelopmentPanel {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.5rem 20px 0;
}
.AppHasNavigation .SidebarDevelopmentPanel {
  border-top-width: 1px;
  border-top-style: solid;
}
.SidebarDevelopmentPanel a {
  color: inherit;
}

.DevInfoTools {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
.DevInfoTools > .clearer {
  display: none;
}

.DevInfoButtons {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  margin-left: auto;
}
.DevInfoButtons > .clearer {
  display: none;
}

.DevInfoSlice {
  margin-right: 1rem;
}

.DevInfoRunDate {
  margin-right: auto;
}

.DevInfoButton {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-indent: -100000px;
  overflow: hidden;
  font-size: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  margin-left: 14px;
}
.DevInfoButton::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
}
.DevInfoButton.DevInfoSyncRules::before {
  content: "";
  content: ""/"";
}
.DevInfoButton.DevInfoDecodeMode::before {
  content: "";
  content: ""/"";
}
.DevInfoButton.DevInfoToggleLog::before {
  content: "";
  content: ""/"";
}

.DevInfoRequestTime {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 1em;
}

.SidebarDevTiming {
  display: table;
}

.DevTiming {
  display: table-row;
}

.DevTimingLabel {
  display: table-cell;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
  text-align: right;
}

.DevTimingDuration {
  display: table-cell;
}

.SidebarLogonInfo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-justify: space-between;
  -ms-flex-pack: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 0;
  margin: 0;
  line-height: 2.5rem;
  white-space: nowrap;
  /*.SidebarLogoffLink
  {
      @include flex(0 0 auto);
      display: block;
  }*/
}
.SidebarLogonInfo > .clearer {
  display: none;
}
.SidebarLogonInfo .SidebarUser {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
  min-width: 0;
}
.SidebarLogonInfo .SidebarUser .SidebarUserLink {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.SidebarLogonInfo .ApplicationHeaderMenu {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-justify: end;
  -ms-flex-pack: end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  margin: 0;
  padding: 0.5rem 0;
}
.SidebarLogonInfo .ApplicationHeaderMenuItem {
  margin-left: 0.5rem;
}
.SidebarLogonInfo .ApplicationHeaderMenuLink {
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

/*** Utility Classes ***/
.clearer,
.clearfix::after {
  content: " ";
  visibility: hidden !important;
  display: block !important;
  height: 0 !important;
  clear: both !important;
  margin: 0 !important;
  padding: 0 !important;
}

.Hidden {
  display: none !important;
  visibility: hidden !important;
}

.DisplayHidden {
  visibility: hidden !important;
}

div.DisplayHidden,
span.DisplayHidden,
table.DisplayHidden,
tr.DisplayHidden,
tbody.DisplayHidden {
  display: none !important;
}

.CTE,
.CaptionLabel,
.CaptionLinkText,
.CaptionIconText {
  display: block;
}

button .CaptionLabel {
  display: block;
  text-align: center;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  white-space: pre;
  font-weight: bold;
}
button .CaptionLabel.CTE {
  padding: 0px;
}
button .CaptionLabel.IconCaption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
button .CaptionLabel.IconCaption > .clearer {
  display: none;
}
button .CaptionLabel.IconCaption .IconCaptionText {
  display: block;
  text-align: center;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  white-space: pre;
  font-weight: bold;
}
button .CaptionLabel.IconCaption .CaptionIconWrapper {
  margin-right: 10px;
}
button .CaptionLabel.IconCaption .CaptionIconWrapper + .IconCaptionText {
  margin: 0 auto;
}

.CTEW,
.LBW {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  /*> .CaptionLabel,
  > .CaptionLink
  {
      @include flex(1 1 100%);
  }*/
}
.CTEW > .clearer,
.LBW > .clearer {
  display: none;
}
.TALeft .CTEW, .CTEW.TALeft,
.TALeft .LBW,
.LBW.TALeft {
  -ms-flex-justify: start;
  -ms-flex-pack: start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.TACenter .CTEW, .CTEW.TACenter,
.TACenter .LBW,
.LBW.TACenter {
  -ms-flex-justify: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.TARight .CTEW, .CTEW.TARight,
.TARight .LBW,
.LBW.TARight {
  -ms-flex-justify: end;
  -ms-flex-pack: end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.CaptionLink {
  display: block;
  position: relative;
  z-index: 1;
}

/* Experimental flex version.  Causes too many problems with HTML versions that have multiple children like links.
.CTE // Caption Text Element class.
{
    @include display-flex;
    @include flex-direction(row);
    @include align-items(flex-start);

    .TALeft &
    {
        @include justify-content(flex-start);
    }

    .TACenter &
    {
        @include justify-content(center);
    }

    .TARight &
    {
        @include justify-content(flex-end);
    }
}*/
.Pre {
  white-space: pre;
}

.Wrap {
  white-space: normal;
  word-break: break-word;
}

.Pre.Wrap {
  white-space: pre-wrap;
  word-break: break-word;
}

textarea.Wrap {
  white-space: pre-wrap;
}
textarea.NoWrap {
  white-space: pre;
}

.NoWrap {
  white-space: nowrap;
}
.NoWrap.Pre {
  white-space: pre;
}

#CellMouseMeasurer__ {
  white-space: pre-wrap;
  float: left;
  visibility: hidden;
  margin: -100000px 0 0 -100000px;
}

.CheckboxAligner {
  display: none;
}

.TableCheckboxAligner {
  display: block;
  width: 0;
}

.FastAccessibleText {
  position: absolute !important;
  left: -100000px;
  clip: rect(1px, 1px, 1px, 1px) !important;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.DocHelpElement,
.DocHelpElement *,
.DocDecodeElement,
.DocDecodeElement * {
  cursor: help !important;
}

img[src=""] {
  display: none;
  visibility: hidden;
}

.watermark,
input[disabled=disabled].watermark,
input[readonly=readonly].watermark,
select.watermark,
option.watermark {
  font-style: italic;
  font-weight: normal;
  text-align: left;
  text-transform: none;
  opacity: 1;
}

select.watermark:disabled::-ms-value {
  font-style: italic;
  font-weight: normal;
  text-align: left;
  text-transform: none;
  opacity: 1;
}

:-moz-placeholder {
  font-style: italic;
  font-weight: normal;
  text-align: left;
  text-transform: none;
  opacity: 1;
}

::-moz-placeholder {
  font-style: italic;
  font-weight: normal;
  text-align: left;
  text-transform: none;
  opacity: 1;
}

:-ms-input-placeholder {
  font-style: italic;
  font-weight: normal;
  text-align: left;
  text-transform: none;
  opacity: 1;
}

::-webkit-input-placeholder {
  font-style: italic;
  font-weight: normal;
  text-align: left;
  text-transform: none;
  opacity: 1;
}

input[type=text].watermark,
input[type=number].watermark,
input[type=email].watermark {
  font-style: italic;
  font-weight: normal;
  text-align: left;
  text-transform: none;
  opacity: 1;
}

select.watermark:focus {
  /*font-style: normal;*/
}

.Uppercase {
  text-transform: uppercase;
}
.Uppercase.watermark {
  text-transform: none;
}

.Lowercase {
  text-transform: lowercase;
}
.Lowercase.watermark {
  text-transform: none;
}

/*** Text Alignment ***/
.TALeft,
.TAAutoLeft {
  text-align: left;
}

.TARight,
.TAAutoRight {
  text-align: right;
}

.TACenter,
.TAAutoCenter {
  text-align: center;
}

.TAJustify,
.TAAutoJustify {
  text-align: justify;
}

.OFE {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.OFE .FGNVT,
.OFE .CaptionLabel,
.OFE .CaptionLinkText,
.OFE .DCT,
.OFE .DSC,
.OFE .CTE,
.OFE .IconCaptionText {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/*** Panels ***/
.FastPanel,
.FastForcedPanel,
.FastNestedPanel,
.FastSubPanel,
.FastForcedSubPanel,
.FastStatusPanel,
.FastWidget {
  padding: 20px;
}
.FastPanel.qtip.FastMenuTip, .FastPanel.ui-dialog,
.FastForcedPanel.qtip.FastMenuTip,
.FastForcedPanel.ui-dialog,
.FastNestedPanel.qtip.FastMenuTip,
.FastNestedPanel.ui-dialog,
.FastSubPanel.qtip.FastMenuTip,
.FastSubPanel.ui-dialog,
.FastForcedSubPanel.qtip.FastMenuTip,
.FastForcedSubPanel.ui-dialog,
.FastStatusPanel.qtip.FastMenuTip,
.FastStatusPanel.ui-dialog,
.FastWidget.qtip.FastMenuTip,
.FastWidget.ui-dialog {
  border: 1px solid;
}
.FastPanel > .RowLinkWrapper,
.FastForcedPanel > .RowLinkWrapper,
.FastNestedPanel > .RowLinkWrapper,
.FastSubPanel > .RowLinkWrapper,
.FastForcedSubPanel > .RowLinkWrapper,
.FastStatusPanel > .RowLinkWrapper,
.FastWidget > .RowLinkWrapper {
  margin: -20px;
  padding: 20px;
}
.FastPanel .WebDocTitleBanner,
.FastForcedPanel .WebDocTitleBanner,
.FastNestedPanel .WebDocTitleBanner,
.FastSubPanel .WebDocTitleBanner,
.FastForcedSubPanel .WebDocTitleBanner,
.FastStatusPanel .WebDocTitleBanner,
.FastWidget .WebDocTitleBanner {
  box-shadow: none;
}
.FastPanel.qtip,
.FastForcedPanel.qtip,
.FastNestedPanel.qtip,
.FastSubPanel.qtip,
.FastForcedSubPanel.qtip,
.FastStatusPanel.qtip,
.FastWidget.qtip {
  position: absolute;
}

.FastPanel .FastPanel,
.FastPanel .DocTabWrapper,
.FastForcedPanel .FastPanel,
.FastForcedPanel .DocTabWrapper,
.FastNestedPanel .FastPanel,
.FastNestedPanel .DocTabWrapper,
.FastSubPanel .FastPanel,
.FastSubPanel .DocTabWrapper,
.FastForcedSubPanel .FastPanel,
.FastForcedSubPanel .DocTabWrapper,
.FastStatusPanel .FastPanel,
.FastStatusPanel .DocTabWrapper,
.FastWidget .FastPanel,
.FastWidget .DocTabWrapper,
.FastBackgroundPanel .FastPanel,
.FastBackgroundPanel .DocTabWrapper,
.DataDocContainer .FastPanel,
.DataDocContainer .DocTabWrapper {
  background: none;
  padding: 0;
  border: none;
  box-shadow: none;
  border-width: 0;
  border-radius: 0;
  overflow: visible;
}
@media print {
  .FastPanel .FastPanel,
.FastPanel .DocTabWrapper,
.FastForcedPanel .FastPanel,
.FastForcedPanel .DocTabWrapper,
.FastNestedPanel .FastPanel,
.FastNestedPanel .DocTabWrapper,
.FastSubPanel .FastPanel,
.FastSubPanel .DocTabWrapper,
.FastForcedSubPanel .FastPanel,
.FastForcedSubPanel .DocTabWrapper,
.FastStatusPanel .FastPanel,
.FastStatusPanel .DocTabWrapper,
.FastWidget .FastPanel,
.FastWidget .DocTabWrapper,
.FastBackgroundPanel .FastPanel,
.FastBackgroundPanel .DocTabWrapper,
.DataDocContainer .FastPanel,
.DataDocContainer .DocTabWrapper {
    box-shadow: none;
    outline: none;
  }
}
.FastPanel .FastPanel::before,
.FastPanel .DocTabWrapper::before,
.FastForcedPanel .FastPanel::before,
.FastForcedPanel .DocTabWrapper::before,
.FastNestedPanel .FastPanel::before,
.FastNestedPanel .DocTabWrapper::before,
.FastSubPanel .FastPanel::before,
.FastSubPanel .DocTabWrapper::before,
.FastForcedSubPanel .FastPanel::before,
.FastForcedSubPanel .DocTabWrapper::before,
.FastStatusPanel .FastPanel::before,
.FastStatusPanel .DocTabWrapper::before,
.FastWidget .FastPanel::before,
.FastWidget .DocTabWrapper::before,
.FastBackgroundPanel .FastPanel::before,
.FastBackgroundPanel .DocTabWrapper::before,
.DataDocContainer .FastPanel::before,
.DataDocContainer .DocTabWrapper::before {
  background: none;
}
.FastPanel .FastPanel > .RowLinkWrapper,
.FastPanel .DocTabWrapper > .RowLinkWrapper,
.FastForcedPanel .FastPanel > .RowLinkWrapper,
.FastForcedPanel .DocTabWrapper > .RowLinkWrapper,
.FastNestedPanel .FastPanel > .RowLinkWrapper,
.FastNestedPanel .DocTabWrapper > .RowLinkWrapper,
.FastSubPanel .FastPanel > .RowLinkWrapper,
.FastSubPanel .DocTabWrapper > .RowLinkWrapper,
.FastForcedSubPanel .FastPanel > .RowLinkWrapper,
.FastForcedSubPanel .DocTabWrapper > .RowLinkWrapper,
.FastStatusPanel .FastPanel > .RowLinkWrapper,
.FastStatusPanel .DocTabWrapper > .RowLinkWrapper,
.FastWidget .FastPanel > .RowLinkWrapper,
.FastWidget .DocTabWrapper > .RowLinkWrapper,
.FastBackgroundPanel .FastPanel > .RowLinkWrapper,
.FastBackgroundPanel .DocTabWrapper > .RowLinkWrapper,
.DataDocContainer .FastPanel > .RowLinkWrapper,
.DataDocContainer .DocTabWrapper > .RowLinkWrapper {
  margin: 0;
  padding: 0;
}
.FastPanel .FastPanel.FastStatusPanel,
.FastPanel .DocTabWrapper.FastStatusPanel,
.FastForcedPanel .FastPanel.FastStatusPanel,
.FastForcedPanel .DocTabWrapper.FastStatusPanel,
.FastNestedPanel .FastPanel.FastStatusPanel,
.FastNestedPanel .DocTabWrapper.FastStatusPanel,
.FastSubPanel .FastPanel.FastStatusPanel,
.FastSubPanel .DocTabWrapper.FastStatusPanel,
.FastForcedSubPanel .FastPanel.FastStatusPanel,
.FastForcedSubPanel .DocTabWrapper.FastStatusPanel,
.FastStatusPanel .FastPanel.FastStatusPanel,
.FastStatusPanel .DocTabWrapper.FastStatusPanel,
.FastWidget .FastPanel.FastStatusPanel,
.FastWidget .DocTabWrapper.FastStatusPanel,
.FastBackgroundPanel .FastPanel.FastStatusPanel,
.FastBackgroundPanel .DocTabWrapper.FastStatusPanel,
.DataDocContainer .FastPanel.FastStatusPanel,
.DataDocContainer .DocTabWrapper.FastStatusPanel {
  padding: 20px;
}
.FastPanel .ManagerContainer,
.FastPanel .DocumentContainer,
.FastForcedPanel .ManagerContainer,
.FastForcedPanel .DocumentContainer,
.FastNestedPanel .ManagerContainer,
.FastNestedPanel .DocumentContainer,
.FastSubPanel .ManagerContainer,
.FastSubPanel .DocumentContainer,
.FastForcedSubPanel .ManagerContainer,
.FastForcedSubPanel .DocumentContainer,
.FastStatusPanel .ManagerContainer,
.FastStatusPanel .DocumentContainer,
.FastWidget .ManagerContainer,
.FastWidget .DocumentContainer,
.FastBackgroundPanel .ManagerContainer,
.FastBackgroundPanel .DocumentContainer,
.DataDocContainer .ManagerContainer,
.DataDocContainer .DocumentContainer {
  background: inherit;
}
.FastPanel .FastNestedPanel,
.FastForcedPanel .FastNestedPanel,
.FastNestedPanel .FastNestedPanel,
.FastSubPanel .FastNestedPanel,
.FastForcedSubPanel .FastNestedPanel,
.FastStatusPanel .FastNestedPanel,
.FastWidget .FastNestedPanel,
.FastBackgroundPanel .FastNestedPanel,
.DataDocContainer .FastNestedPanel {
  margin: 20px;
}
.FastPanel .TabContainer,
.FastForcedPanel .TabContainer,
.FastNestedPanel .TabContainer,
.FastSubPanel .TabContainer,
.FastForcedSubPanel .TabContainer,
.FastStatusPanel .TabContainer,
.FastWidget .TabContainer,
.FastBackgroundPanel .TabContainer,
.DataDocContainer .TabContainer {
  box-shadow: none;
  border-width: 0;
  border-radius: 0;
}
@media print {
  .FastPanel .TabContainer,
.FastForcedPanel .TabContainer,
.FastNestedPanel .TabContainer,
.FastSubPanel .TabContainer,
.FastForcedSubPanel .TabContainer,
.FastStatusPanel .TabContainer,
.FastWidget .TabContainer,
.FastBackgroundPanel .TabContainer,
.DataDocContainer .TabContainer {
    box-shadow: none;
    outline: none;
  }
}
.FastPanel .TabContainer::before,
.FastForcedPanel .TabContainer::before,
.FastNestedPanel .TabContainer::before,
.FastSubPanel .TabContainer::before,
.FastForcedSubPanel .TabContainer::before,
.FastStatusPanel .TabContainer::before,
.FastWidget .TabContainer::before,
.FastBackgroundPanel .TabContainer::before,
.DataDocContainer .TabContainer::before {
  background: none;
}
.FastPanel .DataDocContainer,
.FastForcedPanel .DataDocContainer,
.FastNestedPanel .DataDocContainer,
.FastSubPanel .DataDocContainer,
.FastForcedSubPanel .DataDocContainer,
.FastStatusPanel .DataDocContainer,
.FastWidget .DataDocContainer,
.FastBackgroundPanel .DataDocContainer,
.DataDocContainer .DataDocContainer {
  box-shadow: none;
}

.FastStatusPanel .FastStatusPanel, .LightStatusPanel .FastStatusPanel .FastStatusPanel {
  padding: 0;
  border-radius: 0;
  border: none;
  background: inherit;
  box-shadow: none;
  border-width: 0;
  border-radius: 0;
  overflow: visible;
}
@media print {
  .FastStatusPanel .FastStatusPanel, .LightStatusPanel .FastStatusPanel .FastStatusPanel {
    box-shadow: none;
    outline: none;
  }
}
.FastStatusPanel .FastStatusPanel::before, .LightStatusPanel .FastStatusPanel .FastStatusPanel::before {
  background: none;
}

.FastPanel .FastSubPanel,
.FastPanel .FastForcedSubPanel,
.FastForcedPanel .FastSubPanel,
.FastForcedPanel .FastForcedSubPanel,
.FastNestedPanel .FastSubPanel,
.FastNestedPanel .FastForcedSubPanel,
.FastSubPanel .FastSubPanel,
.FastSubPanel .FastForcedSubPanel,
.FastBackgroundPanel .FastSubPanel,
.FastBackgroundPanel .FastForcedSubPanel,
.DataDocContainer .FastSubPanel,
.DataDocContainer .FastForcedSubPanel {
  padding: 20px;
  overflow: hidden;
}
.FastPanel .FastSubPanel > .RowLinkWrapper,
.FastPanel .FastForcedSubPanel > .RowLinkWrapper,
.FastForcedPanel .FastSubPanel > .RowLinkWrapper,
.FastForcedPanel .FastForcedSubPanel > .RowLinkWrapper,
.FastNestedPanel .FastSubPanel > .RowLinkWrapper,
.FastNestedPanel .FastForcedSubPanel > .RowLinkWrapper,
.FastSubPanel .FastSubPanel > .RowLinkWrapper,
.FastSubPanel .FastForcedSubPanel > .RowLinkWrapper,
.FastBackgroundPanel .FastSubPanel > .RowLinkWrapper,
.FastBackgroundPanel .FastForcedSubPanel > .RowLinkWrapper,
.DataDocContainer .FastSubPanel > .RowLinkWrapper,
.DataDocContainer .FastForcedSubPanel > .RowLinkWrapper {
  margin: -20px;
  padding: 20px;
}
.FastPanel .FastSubPanel .FastSubPanel,
.FastPanel .FastForcedSubPanel .FastSubPanel,
.FastForcedPanel .FastSubPanel .FastSubPanel,
.FastForcedPanel .FastForcedSubPanel .FastSubPanel,
.FastNestedPanel .FastSubPanel .FastSubPanel,
.FastNestedPanel .FastForcedSubPanel .FastSubPanel,
.FastSubPanel .FastSubPanel .FastSubPanel,
.FastSubPanel .FastForcedSubPanel .FastSubPanel,
.FastBackgroundPanel .FastSubPanel .FastSubPanel,
.FastBackgroundPanel .FastForcedSubPanel .FastSubPanel,
.DataDocContainer .FastSubPanel .FastSubPanel,
.DataDocContainer .FastForcedSubPanel .FastSubPanel {
  border: none;
  padding: 0;
  box-shadow: none;
  border-width: 0;
  border-radius: 0;
  background: inherit;
  overflow: visible;
}
@media print {
  .FastPanel .FastSubPanel .FastSubPanel,
.FastPanel .FastForcedSubPanel .FastSubPanel,
.FastForcedPanel .FastSubPanel .FastSubPanel,
.FastForcedPanel .FastForcedSubPanel .FastSubPanel,
.FastNestedPanel .FastSubPanel .FastSubPanel,
.FastNestedPanel .FastForcedSubPanel .FastSubPanel,
.FastSubPanel .FastSubPanel .FastSubPanel,
.FastSubPanel .FastForcedSubPanel .FastSubPanel,
.FastBackgroundPanel .FastSubPanel .FastSubPanel,
.FastBackgroundPanel .FastForcedSubPanel .FastSubPanel,
.DataDocContainer .FastSubPanel .FastSubPanel,
.DataDocContainer .FastForcedSubPanel .FastSubPanel {
    box-shadow: none;
    outline: none;
  }
}
.FastPanel .FastSubPanel .FastSubPanel::before,
.FastPanel .FastForcedSubPanel .FastSubPanel::before,
.FastForcedPanel .FastSubPanel .FastSubPanel::before,
.FastForcedPanel .FastForcedSubPanel .FastSubPanel::before,
.FastNestedPanel .FastSubPanel .FastSubPanel::before,
.FastNestedPanel .FastForcedSubPanel .FastSubPanel::before,
.FastSubPanel .FastSubPanel .FastSubPanel::before,
.FastSubPanel .FastForcedSubPanel .FastSubPanel::before,
.FastBackgroundPanel .FastSubPanel .FastSubPanel::before,
.FastBackgroundPanel .FastForcedSubPanel .FastSubPanel::before,
.DataDocContainer .FastSubPanel .FastSubPanel::before,
.DataDocContainer .FastForcedSubPanel .FastSubPanel::before {
  background: none;
}
.FastPanel .FastSubPanel .FastSubPanel > .RowLinkWrapper,
.FastPanel .FastForcedSubPanel .FastSubPanel > .RowLinkWrapper,
.FastForcedPanel .FastSubPanel .FastSubPanel > .RowLinkWrapper,
.FastForcedPanel .FastForcedSubPanel .FastSubPanel > .RowLinkWrapper,
.FastNestedPanel .FastSubPanel .FastSubPanel > .RowLinkWrapper,
.FastNestedPanel .FastForcedSubPanel .FastSubPanel > .RowLinkWrapper,
.FastSubPanel .FastSubPanel .FastSubPanel > .RowLinkWrapper,
.FastSubPanel .FastForcedSubPanel .FastSubPanel > .RowLinkWrapper,
.FastBackgroundPanel .FastSubPanel .FastSubPanel > .RowLinkWrapper,
.FastBackgroundPanel .FastForcedSubPanel .FastSubPanel > .RowLinkWrapper,
.DataDocContainer .FastSubPanel .FastSubPanel > .RowLinkWrapper,
.DataDocContainer .FastForcedSubPanel .FastSubPanel > .RowLinkWrapper {
  margin: 0;
  padding: 0;
}
.FastPanel .FastSubPanel.FastStatusPanel,
.FastPanel .FastForcedSubPanel.FastStatusPanel,
.FastForcedPanel .FastSubPanel.FastStatusPanel,
.FastForcedPanel .FastForcedSubPanel.FastStatusPanel,
.FastNestedPanel .FastSubPanel.FastStatusPanel,
.FastNestedPanel .FastForcedSubPanel.FastStatusPanel,
.FastSubPanel .FastSubPanel.FastStatusPanel,
.FastSubPanel .FastForcedSubPanel.FastStatusPanel,
.FastBackgroundPanel .FastSubPanel.FastStatusPanel,
.FastBackgroundPanel .FastForcedSubPanel.FastStatusPanel,
.DataDocContainer .FastSubPanel.FastStatusPanel,
.DataDocContainer .FastForcedSubPanel.FastStatusPanel {
  border: none;
}
/* // This should not be necessary as the triple nested bit from the sub-panel section should cover it.
// Clear styling from nested sub panels.
.FastSubPanel,
.FastStatusPanel
{
    .FastSubPanel
    {
        padding: 0;
        border: none;
        @include remove-panel-decoration;
        overflow: visible;
    }
}*/
.FastPanel .qtip-content,
.FastForcedPanel .qtip-content {
  padding: 0;
}

.FastStatusLabel,
.FastStatusBanner,
.FastStatusPanel,
.FastStatusPanel.FastPanel,
.FastStatusPanel.FastSubPanel {
  border-radius: 4px;
  border: 1px solid;
}
.FastStatusLabel.FastTitleStatusLabel,
.FastStatusBanner.FastTitleStatusLabel,
.FastStatusPanel.FastTitleStatusLabel,
.FastStatusPanel.FastPanel.FastTitleStatusLabel,
.FastStatusPanel.FastSubPanel.FastTitleStatusLabel {
  border-radius: 0 0 4px 4px;
}
.FastStatusLabel .FICF, .FPB .FastStatusLabel .FICF,
.FastStatusLabel .DFL,
.FPB .FastStatusLabel .DFL,
.FastStatusLabel .CaptionLink,
.FPB .FastStatusLabel .CaptionLink,
.FastStatusBanner .FICF,
.FPB .FastStatusBanner .FICF,
.FastStatusBanner .DFL,
.FPB .FastStatusBanner .DFL,
.FastStatusBanner .CaptionLink,
.FPB .FastStatusBanner .CaptionLink,
.FastStatusPanel .FICF,
.FPB .FastStatusPanel .FICF,
.FastStatusPanel .DFL,
.FPB .FastStatusPanel .DFL,
.FastStatusPanel .CaptionLink,
.FPB .FastStatusPanel .CaptionLink,
.FastStatusPanel.FastPanel .FICF,
.FPB .FastStatusPanel.FastPanel .FICF,
.FastStatusPanel.FastPanel .DFL,
.FPB .FastStatusPanel.FastPanel .DFL,
.FastStatusPanel.FastPanel .CaptionLink,
.FPB .FastStatusPanel.FastPanel .CaptionLink,
.FastStatusPanel.FastSubPanel .FICF,
.FPB .FastStatusPanel.FastSubPanel .FICF,
.FastStatusPanel.FastSubPanel .DFL,
.FPB .FastStatusPanel.FastSubPanel .DFL,
.FastStatusPanel.FastSubPanel .CaptionLink,
.FPB .FastStatusPanel.FastSubPanel .CaptionLink {
  color: inherit;
}

.FastStatusLabel,
.FastStatusBanner {
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  border-radius: 0 4px 4px 0;
}
.FPB .FastStatusLabel,
.FPB .FastStatusBanner {
  border-width: 0 0 0 4px;
}
.FastStatusLabel.TDC,
.FastStatusBanner.TDC {
  border-radius: 0px;
  border-width: 0 0 1px 0;
}
.FastStatusLabel.TableTotal, .FastStatusLabel.OutlineHeaderCell,
.FastStatusBanner.TableTotal,
.FastStatusBanner.OutlineHeaderCell {
  border-radius: 0px;
  border: none;
}

.OutlineValue .FastStatusLabel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  border-radius: 4px;
  padding: 4px 8px;
  border: none;
}
.OutlineValue .FastStatusLabel > .clearer {
  display: none;
}

.FastStatusLabel.ViewStackStatusTitlebarWrapper {
  margin: -20px -20px 20px;
  border-radius: 3px 3px 0 0;
  border: none;
  /*.FastTitlebarCaption
  {
      font-size: 110%;
  }*/
}
.FastStatusLabel.ViewStackStatusTitlebarWrapper .FastTitlebar.FastTitlebar {
  padding: 6px 8px;
}
.FastStatusLabel.ViewStackStatusTitlebarWrapper.WebDocTitleBanner .FastTitlebarCaption {
  font-size: 150%;
}

.FastWidget {
  border-radius: 4px;
  border: 1px solid;
}

.FastStatusBanner {
  font-size: 1.5rem;
}
.FastStatusBanner .CaptionLabel,
.FastStatusBanner .FGLW .CaptionLabel,
.FastStatusBanner .CaptionLink,
.FastStatusBanner .FGLW .CaptionLink {
  padding: 1rem;
}

.FastStatusPanel {
  /*.DFB
  {
      background-color: transparent;
      border: 1px solid;
      padding: ($inputVPadding - 1);

      &:hover,
      &:focus
      {
          background-color: rgba(255,255,255,0.1);
      }

      &:active
      {
          background-color: rgba(0,0,0,0.1);
      }
  }*/
}
.FastStatusPanel .FastStatusPanel, .LightStatusPanel .FastStatusPanel .FastStatusPanel, .FastStatusPanel.LightStatusPanel .FastStatusPanel {
  background: inherit;
  color: inherit;
  border: none;
}

.LightStatusPanel .FastStatusPanel, .LightStatusPanel.FastStatusPanel {
  border-top: 3px solid;
  border-radius: 0;
}
.LightStatusPanel .FastStatusPanel .FastTitlebar, .LightStatusPanel.FastStatusPanel .FastTitlebar {
  border: none;
}

.DocTabWrapper {
  padding: 0;
}

.DocTabContainer {
  padding: 20px;
}

.DynamicTabContainer {
  margin-top: 20px;
}

.DocViewWide,
.DocViewNotResponsive {
  width: 100%;
  position: relative;
}

.PanelScrollWrapper {
  position: relative;
}

.PanelScrollContainer {
  width: auto;
  overflow: hidden;
  position: static;
}
.PanelScrollContainer.CanScroll, .Replay .PanelScrollContainer {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.PanelScrollButton {
  padding: 0;
  position: absolute;
  top: 50%;
  margin: -1rem 0;
  text-indent: -1000000px;
  overflow: hidden;
  height: 2rem;
  width: 2rem;
  display: none;
  z-index: 10;
  opacity: 0.5;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.PanelScrollButton:hover {
  opacity: 1;
}
.PanelScrollButton::before {
  font-size: 2rem;
  display: block;
  content: "";
  height: 1em;
  width: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  padding: 5frem;
  text-indent: 0;
}
.PanelScrollButton.PanelScrollLeft {
  left: 0;
  border-radius: 0 2rem 2rem 0;
}
.PanelScrollButton.PanelScrollLeft::before {
  content: "";
}
.CanScrollLeft > .PanelScrollButton.PanelScrollLeft {
  display: block;
}
.PanelScrollButton.PanelScrollRight {
  right: 0;
  border-radius: 2rem 0 0 2rem;
}
.PanelScrollButton.PanelScrollRight::before {
  content: "";
}
.CanScrollRight > .PanelScrollButton.PanelScrollRight {
  display: block;
}

/*** Docs ***/
.ModalDocument {
  background: inherit;
  margin: 0;
}

.DocModalContainer {
  background: inherit;
}

.DocumentContainer,
.TableContainer,
.ContextDocumentContainer {
  position: relative;
  transition-property: opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.DocumentContainer.FastLoading,
.TableContainer.FastLoading,
.ContextDocumentContainer.FastLoading {
  z-index: 50;
}
.Loaded .DocumentContainer.FastTransitionNew,
.Loaded .TableContainer.FastTransitionNew,
.Loaded .ContextDocumentContainer.FastTransitionNew {
  opacity: 0;
}
.TablePanelScrollWrapper {
  position: relative;
}

/*.TableContainer
{
    transition-duration: 30s;

    &.FastLoading
    {
        background: red;
    }
}*/
.DocumentForm {
  display: block;
}

.ViewContainer::before, .ViewContainer::after {
  content: "";
  font-size: 0;
  line-height: 0;
  display: table;
  width: 100%;
  table-layout: fixed;
  clear: both;
  background: none;
  color: transparent;
  height: 0;
  -ms-flex: 0 0 0;
  flex: 0 0 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.DocViewContextMenu .ViewContainer::before, .DocViewContextMenu .ViewContainer::after {
  width: auto;
}

/**** Data Docs ****/
.DataDocContainer {
  border-radius: 4px 4px 0 0;
  border: 1px solid;
  padding: 0;
}

.DataDocHeader {
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid;
  pading: 20px;
}
.DataDocHeader .FastTitlebar {
  border: none;
  padding: 0;
}

.DataDocWrapper {
  padding: 20px;
}

.DocumentContentWrapper {
  padding: 20px;
}
.Export .DocumentContentWrapper {
  padding: 0;
}
div.PageBreak, div.PrintableViewDivider {
  page-break-after: always;
}

/**** Fields ****/
.CaptionLabel,
.CaptionLinkText {
  overflow: hidden;
}

.FastInputButton {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-justify: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  height: auto;
  width: 26px;
  overflow: hidden;
  text-indent: -100000px;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.FastInputButton > .clearer {
  display: none;
}
.FastInputButton::before {
  display: block;
  position: absolute;
  height: 1em;
  width: 1em;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  text-indent: 0;
  font-size: 22px;
}
input[readonly] ~ .FastInputButton, input[disabled] ~ .FastInputButton, select[disabled] ~ .FastInputButton {
  display: none;
}

.FastComboboxButton {
  /*~ .FastComboboxMenuButton
  {
      right: $inputButtonWidth;
      border-radius: 0;
  }*/
}
.FastComboboxButton::before {
  content: "";
}

.FastComboboxMenuButton::before {
  content: "";
}

.ui-datepicker-trigger::before {
  content: "";
}

.ShowPasswordButton::before {
  content: "";
}
.PasswordVisible ~ .ShowPasswordButton::before {
  content: "";
}

/*.FastComboboxPopupButton
{
    $size: 22px;
    @include material-icon-replace($mi-info, $size);
    position: absolute;
    top: 0;
    right: 0;
    margin-top: (-0.5 * $size);
    margin-right: (-0.5 * $size);
    display: none;
    border-radius: $size * 0.5;
    padding: 0;

    .DocControlCombobox:focus ~ &,
    .DocControlCombobox:hover ~ &,
    .FastComboboxButton:focus ~ &,
    .FastComboboxButton:hover ~ &,
    &:focus,
    &:hover
    {
        display: block;
    }
}*/
.ui-menu .ComboMoreItems .ui-menu-item-wrapper {
  padding: 6px 8px;
  margin: 8px;
}

.FastHiddenLegend {
  display: block !important;
  height: 1px !important;
  width: 1px !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  padding: 1px !important;
  background: none !important;
  color: transparent !important;
}

.DFL,
.FRC,
.LinkButton,
.FastLink {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.DocControlImage {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}

.DocControlImage,
.DocControlImageLink {
  display: block;
  box-sizing: border-box;
}

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

.TablePageSelectorWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.TablePageSelectorWrapper > .clearer {
  display: none;
}

.TableFilterContainer {
  position: relative;
  -ms-flex: 1 1 240px;
  flex: 1 1 240px;
  position: relative;
}

.TableFilter {
  /*height: $tableToolbarHeight;
  line-height: $tableToolbarHeight;
  padding-top: 0;
  padding-bottom: 0;*/
}

.TableFilterCloseLink {
  text-indent: -100000px;
  overflow: hidden;
  font-size: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -0.75rem;
  z-index: 1;
  text-decoration: none;
}
.TableFilterCloseLink::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
}
.TableFilterCloseLink:link:hover {
  text-decoration: none;
}

/**** Views ****/
.DocViewLayout {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.FastPanel,
.DocTabWrapper,
.VSPanelContainer,
.DocViewLayout,
.TabContainer,
.ManagerBase .ActionBar,
.MessagePanel,
.ModeBanner,
.ManagerNavigationContainer,
.StepInfoContainer,
.StageStepInfoContainer,
.ManagerNavigation,
.ViewContainer::before,
.ViewContainer::after {
  box-sizing: border-box;
  clear: both;
}
.ModalDocument .FastPanel, .ModalManager .FastPanel,
.ModalDocument .DocTabWrapper,
.ModalManager .DocTabWrapper,
.ModalDocument .VSPanelContainer,
.ModalManager .VSPanelContainer,
.ModalDocument .DocViewLayout,
.ModalManager .DocViewLayout,
.ModalDocument .TabContainer,
.ModalManager .TabContainer,
.ModalDocument .ManagerBase .ActionBar,
.ModalManager .ManagerBase .ActionBar,
.ModalDocument .MessagePanel,
.ModalManager .MessagePanel,
.ModalDocument .ModeBanner,
.ModalManager .ModeBanner,
.ModalDocument .ManagerNavigationContainer,
.ModalManager .ManagerNavigationContainer,
.ModalDocument .StepInfoContainer,
.ModalManager .StepInfoContainer,
.ModalDocument .StageStepInfoContainer,
.ModalManager .StageStepInfoContainer,
.ModalDocument .ManagerNavigation,
.ModalManager .ManagerNavigation,
.ModalDocument .ViewContainer::before,
.ModalManager .ViewContainer::before,
.ModalDocument .ViewContainer::after,
.ModalManager .ViewContainer::after {
  max-width: 90rem;
}
.ModalResized .FastPanel,
.ModalResized .DocTabWrapper,
.ModalResized .VSPanelContainer,
.ModalResized .DocViewLayout,
.ModalResized .TabContainer,
.ModalResized .ManagerBase .ActionBar,
.ModalResized .MessagePanel,
.ModalResized .ModeBanner,
.ModalResized .ManagerNavigationContainer,
.ModalResized .StepInfoContainer,
.ModalResized .StageStepInfoContainer,
.ModalResized .ManagerNavigation,
.ModalResized .ViewContainer::before,
.ModalResized .ViewContainer::after {
  max-width: none;
}

.DocViewNotResponsive {
  max-width: none;
  float: left;
}

/***** Tables *****/
.DocTableWrapper {
  position: relative;
}

.DocTable,
.DocTableVirtualHeaders {
  width: 100%;
}

.TableContainer {
  background: inherit;
}
.TableContainer.HeadersSimple .TableColumnHeaderRow {
  border: none;
  background: none;
  font-weight: 600;
}
.TableContainer.HeadersSimple .TableColumnHeaderRow .TCH {
  background: none;
}
.TableContainer.HeadersSimple .TableColumnHeaderRow .TCH + .TCH::before {
  display: none;
}
.TableContainer.HeadersSimple > .DocTableHeader > .TableTitlebar > .FastTitlebar,
.TableContainer.HeadersSimple > .TableTitlebar > .FastTitlebar {
  border-bottom-width: 1px;
  margin-bottom: 10px;
}

.HeaderedTableTitlebar .FastTitlebar {
  margin-bottom: 0;
}

.DTCGLNone .NonHeaderedTableTitlebar .FastTitlebar {
  margin-bottom: 10px;
}

.DocTableItemList .TableEmptyRow {
  padding: 6px 6px;
}
.DocTableItemList.DocTemplatedTable .TableEmptyRow {
  padding: 6px 0;
}

.DocTableRenderWrapItemList .NonHeaderedTableTitlebar {
  margin-bottom: 10px;
}

.HasTitle.DocTableItemList .ItemListOutlineGroup {
  margin-top: 20px;
}

.DocTableVAlignCenter td,
.DocTableVAlignCenter th {
  vertical-align: middle;
}

.DocTableVAlignBottom td,
.DocTableVAlignBottom th {
  vertical-align: bottom;
}

/*.ContextMenuModal
{
    &.FastPanel
    {
        padding: 0;

        .FastDialogElement
        {
            padding: $panelPadding;
        }
    }

    .TableContainer.SingleFastPanel
    {
        .DocTable
        {
            width: auto; // Makes small context menus nicer, but squishes wide tables.
            col
            {
                width: auto;
            }
        }
    }
}*/
.DocTableBody:focus {
  outline: none;
}
.DocTableBody + .DocTableBody::before {
  content: " ";
  display: block;
  height: 20px;
}
.TableContainer.FastPanelContainer .DocTableBody + .DocTableBody::before {
  display: none;
}

.TableTitlebar {
  text-align: inherit;
}

.TableDescription {
  display: block;
  margin-bottom: 10px;
}
.TableContainer.FastPanelContainer .TableDescription {
  margin-bottom: 20px;
}

.DocTableFixed {
  table-layout: fixed;
}

.HiddenExportLink {
  display: none;
}

.ColMeasuring > col {
  display: none;
}

.TLIC {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  white-space: pre;
  min-width: 0;
}
.TLIC.Wrap {
  white-space: pre-wrap;
}
.FastColSizeSeparator {
  width: 10px;
}

.FastColSizeIcon,
.FastColCtlRowButton {
  width: 28px;
}
.FastColSizeIcon.FastColIconMedium,
.FastColCtlRowButton.FastColIconMedium {
  width: 32px;
}
.FastColSizeIcon.FastColIconLarge,
.FastColCtlRowButton.FastColIconLarge {
  width: 38px;
}

.FastColRowTemplate {
  width: 100%;
}

.FastColSizeVerySmall {
  width: 100%;
}

.FastColSizeSmall {
  width: 200%;
}

.FastColSizeMedium {
  width: 300%;
}

.FastColSizeLarge {
  width: 400%;
}

.DocTableNotResponsive .FastColSizeVerySmall,
.FastColSizeVerySmallFixed {
  width: 6rem;
}

.DocTableNotResponsive .FastColSizeSmall,
.FastColSizeSmallFixed {
  width: 10rem;
}

.DocTableNotResponsive .FastColSizeMedium,
.FastColSizeMediumFixed {
  width: 15rem;
}

.DocTableNotResponsive .FastColSizeLarge,
.FastColSizeLargeFixed {
  width: 20rem;
}

.FastColSizeStandard {
  width: 10em;
}
.FastColSizeStandard.FastColCtlDate {
  width: 8em;
}
.FastColSizeStandard.FastColCtlDate.FastColHasIcon {
  width: 10em;
}
.FastColSizeStandard.FastColCtlDatetime {
  width: 14em;
}
.FastColSizeStandard.FastColCtlDatetime.FastColHasIcon {
  width: 16em;
}
.FastColSizeStandard.FastColCtlQuantity {
  width: 8em;
}
.FastColSizeStandard.FastColCtlCurrency {
  width: 10em;
}
.FastColSizeStandard.FastColCtlCheckbox, .FastColSizeStandard.FastColCtlRadioButton {
  width: 8em;
}
.FastColSizeStandard.FastColCtlCheckbox.FastColNoHeader, .FastColSizeStandard.FastColCtlRadioButton.FastColNoHeader {
  width: 2rem;
}

.FastColOutlined,
.FastColOutlined.FastColSizeStandard {
  width: 2rem;
}

.FastListItemSizeSeparator {
  -ms-flex-preferred-size: 10px;
  -ms-flex-basis: 10px;
  flex-basis: 10px;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}

.FastListItemSizeIcon,
.FastListItemCtlRowButton {
  -ms-flex-preferred-size: 28px;
  -ms-flex-basis: 28px;
  flex-basis: 28px;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}
.FastListItemSizeIcon.FastListItemIconMedium,
.FastListItemCtlRowButton.FastListItemIconMedium {
  -ms-flex-preferred-size: 32px;
  -ms-flex-basis: 32px;
  flex-basis: 32px;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}
.FastListItemSizeIcon.FastListItemIconLarge,
.FastListItemCtlRowButton.FastListItemIconLarge {
  -ms-flex-preferred-size: 38px;
  -ms-flex-basis: 38px;
  flex-basis: 38px;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}

.FastListItemRowTemplate {
  -ms-flex-preferred-size: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-shrink: 10000;
  flex-shrink: 10000;
}

.FastListItemSizeVerySmall {
  -ms-flex-preferred-size: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-shrink: 10000;
  flex-shrink: 10000;
}

.FastListItemSizeSmall {
  -ms-flex-preferred-size: 200%;
  -ms-flex-basis: 200%;
  flex-basis: 200%;
  -ms-flex-shrink: 10000;
  flex-shrink: 10000;
}

.FastListItemSizeMedium {
  -ms-flex-preferred-size: 300%;
  -ms-flex-basis: 300%;
  flex-basis: 300%;
  -ms-flex-shrink: 10000;
  flex-shrink: 10000;
}

.FastListItemSizeLarge {
  -ms-flex-preferred-size: 400%;
  -ms-flex-basis: 400%;
  flex-basis: 400%;
  -ms-flex-shrink: 10000;
  flex-shrink: 10000;
}

.DocTableNotResponsive .FastListItemSizeVerySmall,
.FastListItemSizeVerySmallFixed {
  -ms-flex-preferred-size: 6rem;
  -ms-flex-basis: 6rem;
  flex-basis: 6rem;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}

.DocTableNotResponsive .FastListItemSizeSmall,
.FastListItemSizeSmallFixed {
  -ms-flex-preferred-size: 10rem;
  -ms-flex-basis: 10rem;
  flex-basis: 10rem;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}

.DocTableNotResponsive .FastListItemSizeMedium,
.FastListItemSizeMediumFixed {
  -ms-flex-preferred-size: 15rem;
  -ms-flex-basis: 15rem;
  flex-basis: 15rem;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}

.DocTableNotResponsive .FastListItemSizeLarge,
.FastListItemSizeLargeFixed {
  -ms-flex-preferred-size: 20rem;
  -ms-flex-basis: 20rem;
  flex-basis: 20rem;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}

.FastListItemSizeStandard {
  -ms-flex-preferred-size: 10em;
  -ms-flex-basis: 10em;
  flex-basis: 10em;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}
.FastListItemSizeStandard.FastListItemCtlDate {
  -ms-flex-preferred-size: 8em;
  -ms-flex-basis: 8em;
  flex-basis: 8em;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}
.FastListItemSizeStandard.FastListItemCtlDate.FastListItemHasIcon {
  -ms-flex-preferred-size: 10em;
  -ms-flex-basis: 10em;
  flex-basis: 10em;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}
.FastListItemSizeStandard.FastListItemCtlDatetime {
  -ms-flex-preferred-size: 14em;
  -ms-flex-basis: 14em;
  flex-basis: 14em;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}
.FastListItemSizeStandard.FastListItemCtlDatetime.FastListItemHasIcon {
  -ms-flex-preferred-size: 16em;
  -ms-flex-basis: 16em;
  flex-basis: 16em;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}
.FastListItemSizeStandard.FastListItemCtlQuantity {
  -ms-flex-preferred-size: 8em;
  -ms-flex-basis: 8em;
  flex-basis: 8em;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}
.FastListItemSizeStandard.FastListItemCtlCurrency {
  -ms-flex-preferred-size: 10em;
  -ms-flex-basis: 10em;
  flex-basis: 10em;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}
.FastListItemSizeStandard.FastListItemCtlCheckbox, .FastListItemSizeStandard.FastListItemCtlRadioButton {
  -ms-flex-preferred-size: 8em;
  -ms-flex-basis: 8em;
  flex-basis: 8em;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}
.FastListItemSizeStandard.FastListItemCtlCheckbox.FastListItemNoHeader, .FastListItemSizeStandard.FastListItemCtlRadioButton.FastListItemNoHeader {
  -ms-flex-preferred-size: 2rem;
  -ms-flex-basis: 2rem;
  flex-basis: 2rem;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}

.FastListItemOutlined,
.FastListItemOutlined.FastListItemSizeStandard {
  -ms-flex-preferred-size: 2rem;
  -ms-flex-basis: 2rem;
  flex-basis: 2rem;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}

th {
  text-align: left;
}

.TDC,
.TDS {
  white-space: nowrap;
  position: relative;
  background-clip: padding-box;
}
.TDC.Wrap,
.TDS.Wrap {
  white-space: normal;
}
.TDC.Pre,
.TDS.Pre {
  white-space: pre;
}
.TDC.Pre.Wrap,
.TDS.Pre.Wrap {
  white-space: pre-wrap;
}

.TCH {
  overflow: visible;
  white-space: nowrap;
  position: relative;
  background-clip: padding-box;
}
.DocTableWrapHeaders .TCH {
  white-space: normal;
}
.TCH + .TCH::before {
  content: " ";
  width: 1px;
  display: block;
  position: absolute;
  top: 3px;
  bottom: 3px;
}
.TCH.Outlined {
  font-style: italic;
}

.DocTableInverted .TCH {
  border-left-width: 1px;
  border-left-style: solid;
  border-right-style: 1px;
  border-right-style: solid;
  text-align: right;
}
.DocTableInverted > .DocTableBody > tr:first-child .TCH {
  border-top-width: 1px;
  border-top-style: solid;
}
.DocTableInverted > .DocTableBody > tr:last-child .TCH {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.DCR {
  position: relative;
}

.DHC {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.DHC > .clearer {
  display: none;
}

.ColumnResizeGrip {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: block;
  width: 5px;
  margin-left: -3px;
  margin-right: -2px;
  cursor: ew-resize;
  z-index: 20;
}
.DocTableResponsive > .TableHeader .TCH:last-child .ColumnResizeGrip {
  display: none;
}

.DCC,
.DSC,
.DLC,
.DBC {
  display: block;
}

.TDS,
.DSC,
.DCL,
.TableEmpty,
.TLIS {
  overflow: hidden;
  padding: 6px 6px;
  /*.DTGLNoneNoHeaders &
  {
      padding: $cellVPadding 0;
  }

  .FieldEnabled &
  {
      .DTGLNoneNoHeaders &
      {
          padding: $cellPadding;
      }
  }*/
}
.DTGLAll .TDS, .DTGLHorizontal .TDS,
.DTGLAll .DSC,
.DTGLHorizontal .DSC,
.DTGLAll .DCL,
.DTGLHorizontal .DCL,
.DTGLAll .TableEmpty,
.DTGLHorizontal .TableEmpty,
.DTGLAll .TLIS,
.DTGLHorizontal .TLIS {
  padding: 14px 6px;
}
.DTGLAll .TDS.CellBar, .DTGLHorizontal .TDS.CellBar,
.DTGLAll .DSC.CellBar,
.DTGLHorizontal .DSC.CellBar,
.DTGLAll .DCL.CellBar,
.DTGLHorizontal .DCL.CellBar,
.DTGLAll .TableEmpty.CellBar,
.DTGLHorizontal .TableEmpty.CellBar,
.DTGLAll .TLIS.CellBar,
.DTGLHorizontal .TLIS.CellBar {
  padding-left: 0;
  padding-right: 0;
}

.CellHasEditor.TDS, .CellHasEditor > .DSC {
  padding: 0;
  overflow: visible;
}

.TDSeparator {
  padding-left: 0;
  padding-right: 0;
}

.DCL,
.DCB,
.DTColText {
  display: block;
  overflow: hidden;
  padding: 3px 3px;
  margin: 3px 3px;
  /*.DTGLNoneNoHeaders &
  {
      padding: $cellLinkVPadding 0;
      margin: $cellLinkVPadding 0;
  }*/
}
.DTGLAll .DCL, .DTGLHorizontal .DCL,
.DTGLAll .DCB,
.DTGLHorizontal .DCB,
.DTGLAll .DTColText,
.DTGLHorizontal .DTColText {
  padding: 7px 3px;
  margin: 7px 3px;
}

.DocTableInverted.DTGLAll .TCH .DTColText, .DocTableInverted.DTGLHorizontal .TCH .DTColText {
  margin-top: 8px;
}

.DCB {
  width: 100%;
  margin: 3px 0;
}

.DBC {
  padding: 0 3px;
}

.DCL,
.DCB {
  z-index: 1;
}

.DTColText {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}
.DocTableInverted .DTColText::before {
  content: " ";
}
.TCHHideText .DTColText {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  overflow: hidden;
  /* position: absolute; */
  width: 1px;
  /* overflow: hidden; */
  color: transparent;
  text-indent: -100000px;
  text-align: left;
}

.DCRT {
  text-align: center;
  position: relative;
}

.TableAddCell {
  overflow: visible;
  text-align: left;
  white-space: nowrap;
}

.TableAddCell .DCL {
  width: auto;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.TableAddCell .DCL > .clearer {
  display: none;
}
.TableAddCell .DCL::before {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: top;
  overflow: hidden;
  font-size: 22px;
  height: 22px;
  width: 22px;
  content: "";
  content: ""/"";
  margin-right: 10px;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
}

.TableEmptyWrapper {
  white-space: pre-wrap;
}

.TableAddCell .DTC {
  display: -ms-flexbox;
  display: flex;
}
.TableAddCell .DTC > .clearer {
  display: none;
}
.TableAddCell .DTC .DCL {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.FastStatusCell .DCL,
.FastStatusCell .DSC,
.FastStatusCell .CTE {
  padding: 3px 3px;
  margin: 3px 3px;
  border-radius: 4px;
}
.FastStatusCell.TAAuto {
  text-align: center;
}

.FastStatusCellHeader.TAAuto {
  text-align: center;
}

.CellEditorContainer {
  position: relative;
  display: none;
}
.CellEditorContainer.HasEditor {
  display: block;
}
.CellEditorContainer input,
.CellEditorContainer select,
.CellEditorContainer textarea {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  padding: 14px 6px;
  /*font: inherit;
  color: inherit;
  background: transparent;
  text-align: inherit;
  text-transform: inherit;
  line-height: inherit;*/
  box-sizing: border-box;
  min-height: 0;
  border-radius: 0;
}
.CellEditorContainer.ExistingRowEditor textarea {
  min-height: 15em;
}
.CellEditorContainer .FastComboboxButton,
.CellEditorContainer .ui-datepicker-trigger {
  border-radius: 0;
}
.CellEditorContainer .FastFieldPopupButton {
  top: 0;
}

td.CellEditing {
  z-index: 61;
}

.SelectedCell .DCL {
  /* Adjust the spacing and add a border for the selection indicator. */
  padding: 5px 5px;
  margin: 0;
  border: 1px solid;
}
.DTGLAll .SelectedCell .DCL, .DTGLHorizontal .SelectedCell .DCL {
  padding: 13px 5px;
}

.OutlineHeaderCell {
  overflow: visible;
}
.DTGLAll .OutlineHeaderCell, .DTGLHorizontal .OutlineHeaderCell {
  padding: 14px 0 0;
}
.OutlineHeaderCell .ColIcon {
  position: static;
  top: auto;
  left: auto;
  padding: 0 10px 0 0;
  margin: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.OutlineHeaderCell .ColIconText,
.OutlineHeaderCell .ColIcon + .ColIconText {
  padding: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.OutlineValueWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  font-weight: 600;
  padding: 6px 0;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.OutlineValueWrapper > .clearer {
  display: none;
}

.OutlineValue {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
}

.OutlineSeparator {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-indent: -100000px;
  overflow: hidden;
  font-size: 1em;
  height: 1em;
  width: 1em;
  font-weight: 600;
  margin: 0 10px;
}
.OutlineSeparator::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
}

.OutlineDescriptionText {
  padding: 6px 0;
  white-space: pre-wrap;
}

.OutlineValueWrapper,
.OutlinePlaceholder {
  color: inherit;
}

.OutlineValueWrapper,
.OutlinePlaceholder,
.OutlineDescriptionWrapper {
  border-bottom: 2px solid;
}

.CellImage .DocControlImage,
.CellImageIcon .DocControlImage,
.CellProtectedDataSource .DocControlImage {
  display: inline-block;
  vertical-align: top;
}

.CellImageIcon .DSC,
.CellImageIcon .DCL, .CellImageIcon.TDS {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.DocEditableTable .CellTextMultiline .DSC,
.DocEditableTable .CellTextRichText .DSC {
  max-height: 15em;
  box-sizing: border-box;
}
.DocEditableTable .TableInsertionRow .DSC:empty::after,
.DocEditableTable .TableInsertionRow .TDS:empty::after {
  content: " ";
}

.DocNoneditableTable .FieldDisabled.CellTextCalcString .DCL,
.DocNoneditableTable .FieldDisabled.CellTextCalcString .DSC, .DocNoneditableTable .FieldDisabled.CellTextSql .DCL,
.DocNoneditableTable .FieldDisabled.CellTextSql .DSC {
  height: 1.4em;
}

.TableHeader > tr:first-child {
  border-top-width: 1px;
  border-top-style: solid;
}
.TableHeader > tr:last-child {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.DocCalendarHeader > .TableToolsRow {
  border-width: 1px;
  border-style: solid;
}

.DocCalendarDayTimeHeader {
  border-width: 1px;
  border-style: solid;
}

.TableHeaderViewRow,
.TableToolsRow,
.TableColumnHeaderRow {
  border-left: 1px solid;
  border-right: 1px solid;
}

.TableColumnHeaderRow {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.TableToolsRow {
  border-bottom: 1px solid;
}

.TableToolsContainer {
  border: 1px solid;
  padding: 0;
  position: relative;
}
.TableToolsContainer + .DocTableWrapper > .HasColumnHeaders,
.TableToolsContainer + .TablePanelScrollWrapper > .PanelScrollContainer > .DocTableWrapper > .HasColumnHeaders {
  margin-top: -1px;
}

.TableHeaderViewCell,
.TableToolsCell {
  padding: 20px;
}

.TableHeaderViewContainer {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

/*.TableOutlineColumnHeaderRow
{
    .TCH:last-child // Add a border to the last cell in an outline column header row.  Chrome issue?
    {
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: inherit;
    }
}*/
.HasHeaderView > .TableHeader > .TableToolsRow > .TableToolsCell {
  padding-top: 0;
}

.TableFooter > .TableToolsRow {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.TableTools {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-justify: start;
  -ms-flex-pack: start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  padding-left: 20px;
  padding-bottom: 20px;
}
.TableTools > .clearer {
  display: none;
}
.TableTools > .TableHeaderViewContainer,
.TableTools > .TableSecuredRows,
.TableTools > .TableViewSelectorContainer,
.TableTools > .TableFilterContainer,
.TableTools > .TablePageSelectorMenu {
  margin-top: 20px;
  margin-right: 20px;
}

.TableSecuredRows {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.TableSecuredRows > .clearer {
  display: none;
}

.TablePageSelectorMenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 2rem;
  height: 2rem;
  margin: 0 20px 0 0;
  padding: 0;
  box-sizing: border-box;
  -ms-flex: 0 0 310px;
  flex: 0 0 310px;
}
.TablePageSelectorMenu > .clearer {
  display: none;
}

.TablePageItem {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  line-height: inherit;
}

.TablePageCurrent {
  min-width: 6rem;
  text-align: center;
  font-weight: 600;
}

.TablePagesRowCount,
.TablePagesToggleErrors {
  margin-left: 20px;
}

.TablePageLink,
.TablePageInfo {
  display: block;
  line-height: inherit;
}

.TablePageLinkPrevious,
.TablePageLinkNext,
.TablePageLinkPaged {
  text-indent: -100000px;
  overflow: hidden;
  font-size: 2rem;
  height: 1em;
  width: 1em;
  font-weight: 600;
}
.TablePageLinkPrevious::before,
.TablePageLinkNext::before,
.TablePageLinkPaged::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
}

.TablePageLinkPrevious::before {
  content: "";
  content: ""/"";
}

.TablePageLinkPaged::before {
  content: "";
  content: ""/"";
}

.TableTotalsRow {
  border-top: 1px solid;
}

.TableRowSwitchLink {
  text-indent: -100000px;
  overflow: hidden;
  font-size: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
}
.TableRowSwitchLink::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
}
.TableRowSwitchLink.DisabledLink {
  opacity: 0.5;
}

.TableRowFirstLink::before {
  content: "";
  content: ""/"";
}

.TableRowPreviousLink::before {
  content: "";
  content: ""/"";
}

.TableRowNextLink::before {
  content: "";
  content: ""/"";
}

.TableRowLastLink::before {
  content: "";
  content: ""/"";
}

.TableTotalRows,
.DocTotalRowsCell,
.DocTotalRowsCell .DSC {
  overflow: visible;
  white-space: pre;
}

.SortIndicatorContainer {
  position: absolute;
  right: 1px;
  top: 1px;
  display: -ms-flexbox;
  display: flex;
}
.SortIndicatorContainer > .clearer {
  display: none;
}

.SortAscending,
.SortDescending,
.SortNone::before,
.SortNone::after {
  display: block;
  height: 0;
  width: 0;
  border: 4px solid transparent;
}

.SortNone::before,
.SortNone::after {
  content: "";
  opacity: 0.5;
}

.SortNone::after {
  margin-top: 2px;
}

.SortAscending,
.SortNone::before {
  border-bottom-color: currentColor;
  border-top-width: 0;
}

.SortDescending,
.SortNone::after {
  border-top-color: currentColor;
  border-bottom-width: 0;
}

.RepeatedValue.TDS {
  color: transparent;
  cursor: default;
}
.RepeatedValue .DSC,
.RepeatedValue .DCC,
.RepeatedValue .DLC,
.RepeatedValue .DBC {
  visibility: hidden;
}

.BarScale .DTC::before {
  display: none;
}
.BarScale .DTColText {
  position: relative;
  padding: 0;
  margin: 0;
}
.BarScale .DTColText::before {
  display: block;
  content: " ";
  margin: 6px 0;
}

.BarScaleLabel {
  display: block;
  position: absolute;
  top: 6px;
  transform: translateX(-50%);
}
.BarScaleLabel.Last {
  transform: translateX(-100%);
}
.BarScaleLabel.First {
  transform: none;
}

.BarScaleMark {
  position: absolute;
  bottom: 0;
  height: 6px;
  width: 1px;
}

.CellBar .DSC {
  padding-left: 0;
  padding-right: 0;
}

.DocBarWrapper {
  position: relative;
  height: 1.4em;
  margin: 0;
}

.DocBarIndicatorValue {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
}

.DocControlBar {
  position: absolute;
  top: 0;
  bottom: 0;
  min-width: 1px;
}

.SubBars .SubBar {
  top: 6px;
  bottom: 6px;
}

.SubBars2 .SubBar {
  top: 4px;
  bottom: 4px;
}
.SubBars2 .SubBar2 {
  top: 8px;
  bottom: 8px;
}

.SubBars3 .SubBar {
  top: 3px;
  bottom: 3;
}
.SubBars3 .SubBar2 {
  top: 6px;
  bottom: 6px;
}
.SubBars3 .SubBar3 {
  top: 8px;
  bottom: 8px;
}

/*.TablePageLinkFirst,
.TablePageLinkPrevious,
.TablePageLinkNext,
.TablePageLinkLast
{
    @include material-icon-replace($mi-help, 1rem, 1rem);
    height: 1.5rem;
    line-height: 1.5rem;

    &:link:hover
    {
        text-decoration: none;
    }
}

.TablePageLinkFirst
{
    @include material-icon-replace($mi-first_page);
}

.TablePageLinkPrevious
{
    @include material-icon-replace($mi-navigate_before);
}

.TablePageLinkNext
{
    @include material-icon-replace($mi-navigate_next);
}

.TablePageLinkLast
{
    @include material-icon-replace($mi-last_page);
}*/
.TDR,
.ItemListRow {
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-timing-function: ease;
}

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

.ItemListContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ItemListContainer > .clearer {
  display: none;
}
.HasHeaderTools .DocTable > .ItemListContainer {
  margin-top: 0;
}
.HasFooterTools .DocTable > .ItemListContainer {
  margin-bottom: 20px;
}

.ItemListRow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}
.ItemListRow > .clearer {
  display: none;
}

.DTGLHorizontal .TDR + .TDR,
.DTGLHorizontal .TDR .fast-sort-placeholder,
.DTGLHorizontal .TDR .ItemListRow,
.DTGLHorizontal .fast-sort-placeholder + .TDR,
.DTGLHorizontal .fast-sort-placeholder .fast-sort-placeholder,
.DTGLHorizontal .fast-sort-placeholder .ItemListRow,
.DTGLHorizontal .ItemListRow + .TDR,
.DTGLHorizontal .ItemListRow .fast-sort-placeholder,
.DTGLHorizontal .ItemListRow .ItemListRow {
  border-top-width: 1px;
  border-top-style: solid;
}
.DTGLHorizontal .TableTotalsRow {
  border-top-width: 1px;
  border-top-style: solid;
}
.DTGLHorizontal.DTRowColors .TDR,
.DTGLHorizontal.DTRowColors .fast-sort-placeholder,
.DTGLHorizontal.DTRowColors .ItemListRow {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.DTGLHorizontal.DocTableInverted .TDS,
.DTGLHorizontal.DocTableInverted .TDC,
.DTGLHorizontal.DocTableInverted .TTC {
  border-left: 1px solid;
  border-right: 1px solid;
}
.DTGLHorizontal .FastSubPanelCell.RowTemplateCell {
  background: inherit;
}

tr.RowColor1 + tr.RowColor2,
tr.RowColor2 + tr.RowColor1,
tr.RowColor1:first-child {
  border-top: 1px solid;
}

tr.RowColor1:last-child,
tr.RowColor2:last-child {
  border-bottom: 1px solid;
}

.DTGLNone .TDCTxt.FieldEnabled,
.DTGLHorizontal .TDCTxt.FieldEnabled {
  border: 1px solid;
}

/*
    //This special border spacing mode caused problems with row backgrounds.
.DTGLNoneNoHeaders
{
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: $fgColumnSpacing 0;
}

.DTCGLNoneNoHeaders
{
    > .DocTableWrapper
    {
        margin: 0 (-1 * $fgColumnSpacing);
    }
}*/
.DTGLAll > tbody > tr > td {
  border: 1px solid;
}
.DTGLAll > tbody > tr > td.TableAddCell {
  border: none;
}
.DTGLAll > tbody > tr.TableTotalsRow > td, .DTGLAll > tbody > tr.TableEmptyRow > td {
  border: none;
}
.DTGLAll .TDR,
.DTGLAll .TableInsertionRow {
  font-size: 1.1em;
}

.DocTableWrapTemplate {
  box-sizing: border-box;
}
.DocTableWrapTemplate .OutlineHeader {
  margin-bottom: 10px;
}

.TableContainer.FastPanelContainer {
  max-width: 160rem;
}
.TableContainer.FastPanelContainer.HasHeaderTools > .DocTableHeader {
  margin-bottom: 20px;
}
.TableContainer.FastPanelContainer > .TableToolsContainer,
.TableContainer.FastPanelContainer > .DocTableFooter {
  margin-top: 20px;
}
.TableContainer.FastPanelContainer .DocTableWrapper {
  margin: -20px;
}
.TableContainer.FastPanelContainer .DocTable {
  border-collapse: separate;
  border-spacing: 20px;
  width: 100%;
}
.TableContainer.FastPanelContainer .DocTable > .TableTitlebar {
  margin: 0 20px -20px;
}
.TableContainer.FastPanelContainer .DocTableWrapTemplate,
.TableContainer.FastPanelContainer .DocTableItemList {
  padding: 20px;
}
.TableContainer.FastPanelContainer .DocTemplatedTable {
  box-sizing: border-box;
}
.TableContainer.FastPanelContainer.DocTableRenderItemList .ItemListRow + .ItemListRow {
  margin-top: 20px;
}

.PadTemplateFull {
  padding: 14px;
}
.PadTemplateFull > .RowLinkWrapper {
  padding: 14px;
  margin: -14px;
}

.PadTemplateVertical {
  padding: 14px 0;
}
.PadTemplateVertical > .RowLinkWrapper {
  padding: 14px 3px;
  margin: -14px -3px;
}

.PadTemplateTop {
  padding: 14px 0 0;
}
.PadTemplateTop > .RowLinkWrapper {
  padding: 14px 3px 0;
  margin: -14px -3px 0;
}

.PadTemplateCondensedFull {
  padding: 6px;
}

.PadTemplateCondensedVertical {
  padding: 6px 0;
}

.PadTemplateCondensedTop {
  padding: 6px 0 0 0;
}

.TDR + .TDR > .PadTemplateFields, .ItemListRow + .ItemListRow > .PadTemplateFields {
  padding-top: 14px;
}

/*** Table Virtual Headers ***/
.DocTableVirtualHeadersContainer {
  display: none;
  overflow: hidden;
}
.DocTableVirtualHeadersContainer.Ready {
  display: block;
}
.DocTableVirtualHeadersContainer.FastInitElement {
  display: none;
}
.no-csspositionsticky.FastApp .DocTableVirtualHeadersContainer {
  display: none;
}
.Replay .DocTableVirtualHeadersContainer {
  display: none;
}
.TableToolsContainer + .DocTableVirtualHeadersContainer {
  margin-top: -1px;
}

.DocTableHeader {
  background: inherit;
  position: relative;
}

.csspositionsticky.FastApp .DocTableStickyHeader {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  top: -1px;
}
.FastApp .ContextLogContainer.Docked .DocTableStickyHeader {
  position: relative;
}
.DocTableStickyHeader .FastModalSizeSmall {
  position: relative;
}

.DocTableStickyHeaderHasColumns > .TableToolsContainer {
  margin-bottom: -1px;
}

/*** Table Virtual Scrollbar ***/
.DocTableVirtualScrollbar {
  display: none;
  overflow-y: hidden;
  overflow-x: auto;
  z-index: 10;
  bottom: 0;
  position: -webkit-sticky;
  position: sticky;
}
.HasScrollableChild + .DocTableVirtualScrollbar {
  display: block;
}
.HasScrollableChild + .DocTableVirtualScrollbar.Init {
  display: none;
}
.DocTableVirtualScrollbar.FastInitElement {
  display: none;
}
.no-csspositionsticky.FastApp .DocTableVirtualScrollbar {
  display: none;
}

.DocTableVirtualScrollbarContent {
  height: 1px;
  display: block;
}

/****** Special Cell Control Tweaks ******/
/*.DCC,
.TDS
{
    > input[type="checkbox"],
    > input[type="radio"]
    {
        //height: 1em;
        //width: 1em;
        display: inline-block;
        vertical-align: top;
    }
}*/
.CellEditorContainer .cke_top,
.CellEditorContainer .cke_bottom {
  display: none;
  visibility: hidden;
}

.CellEditorRichTextData {
  visibility: hidden;
}

.TCE:focus,
.CellEditorContainer {
  z-index: 1;
}

.TCE:focus,
.CellEditor:focus {
  box-shadow: none;
  outline: 2px solid;
}

.CellProtectedDataSource img {
  height: 1em;
  width: 1em;
  display: block;
}

.IconCaption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  overflow: visible;
}
.IconCaption > .clearer {
  display: none;
}
.TACenter .IconCaption {
  -ms-flex-justify: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.TARight .IconCaption {
  -ms-flex-justify: end;
  -ms-flex-pack: end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.IconCaption .CaptionIcon {
  -ms-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.IconCaption .IconCaptionText {
  overflow: hidden;
}

.ICPLeft .CaptionIconWrapper {
  margin-right: 10px;
}

.ICPRight .CaptionIconWrapper {
  margin-left: 10px;
  -ms-flex-order: 1;
  flex-order: 1;
  order: 1;
}

.ICPBottom,
.ICPTop {
  -ms-flex-direction: column;
  flex-direction: column;
}
.ICPBottom .CaptionIconWrapper,
.ICPTop .CaptionIconWrapper {
  margin: 0;
}

.ICPBottom .CaptionIconWrapper {
  -ms-flex-order: 1;
  flex-order: 1;
  order: 1;
}

.IconCaptionSmall {
  padding: calc((22px - 1.4em) / 2) 0;
}

.ColIconWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
.ColIconWrapper > .clearer {
  display: none;
}

.FICW {
  display: block;
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.FICW.ColIconWrapper {
  margin-right: 10px;
}

.FIC,
.FICImg {
  display: block;
}

.ColIconText {
  display: block;
}

.FICF {
  overflow: hidden;
  text-indent: -1000000px;
  position: relative;
}
.FICF::before {
  content: attr(data-icon);
  position: absolute;
  font-size: inherit;
  top: 0;
  left: 0;
  height: 1em;
  width: 1em;
  text-indent: 0;
}
.FICF > .FICImg {
  display: none;
}

.DCIC {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
.DCIC > .clearer {
  display: none;
}
.DCIC::before {
  content: " ";
  display: block;
  width: 0;
  visibility: hidden;
}

.FICWSmall {
  height: 22px;
  width: 22px;
}

.FICSmall {
  font-size: 22px;
  height: 1em;
  width: 1em;
}
.FICSmall.FICI, .FICSmall.FICRI {
  height: 16px;
  width: 16px;
  margin: 3px;
}

.FICImgSmall {
  height: 16px;
  width: 16px;
}

.FICWMedium {
  height: 26px;
  width: 26px;
}

.FICMedium {
  font-size: 26px;
  height: 1em;
  width: 1em;
}
.FICMedium.FICI, .FICMedium.FICRI {
  height: 24px;
  width: 24px;
  margin: 1px;
}

.FICImgMedium {
  height: 24px;
  width: 24px;
}

.FICWLarge {
  height: 32px;
  width: 32px;
}

.FICLarge {
  font-size: 32px;
  height: 1em;
  width: 1em;
}
.FICImgLarge {
  height: "";
  width: "";
}

.FICWSmall.ColIconWrapper, .FICWSmall.CaptionIconWrapper, .FICWSmall.ButtonIconWrapper, .DCIC .FICWSmall {
  top: 0.7em;
  margin-top: -11px;
  margin-bottom: -11px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.Col_EditRowLink,
.Col_CopyRowLink,
.Col_DeleteRowLink {
  width: 34px;
}
.DocTableNotResponsive .Col_EditRowLink,
.DocTableNotResponsive .Col_CopyRowLink,
.DocTableNotResponsive .Col_DeleteRowLink {
  width: 34px;
}

.TableSelectRowLink,
.TableCopyRowLink,
.TableDeleteRowLink,
.EditRowLink .DFL,
.CopyRowLink .DFL,
.DeleteRowLink .DFL {
  position: relative;
  margin: 3px 0;
  padding: 3px 0;
  display: block;
  overflow: hidden;
  text-indent: -100000px;
}
.TableSelectRowLink::before,
.TableCopyRowLink::before,
.TableDeleteRowLink::before,
.EditRowLink .DFL::before,
.CopyRowLink .DFL::before,
.DeleteRowLink .DFL::before {
  content: "play_arrow";
  height: 1em;
  width: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  text-indent: 0;
}
.TableSelectRowLink:link:hover,
.TableCopyRowLink:link:hover,
.TableDeleteRowLink:link:hover,
.EditRowLink .DFL:link:hover,
.CopyRowLink .DFL:link:hover,
.DeleteRowLink .DFL:link:hover {
  text-decoration: none;
}
.TableSelectRowLink::after,
.TableCopyRowLink::after,
.TableDeleteRowLink::after,
.EditRowLink .DFL::after,
.CopyRowLink .DFL::after,
.DeleteRowLink .DFL::after {
  content: " ";
}

.TableSelectRowLink::before,
.EditRowLink .DFL::before {
  content: "";
  content: ""/"";
}

.TableCopyRowLink::before,
.CopyRowLink .DFL::before {
  content: "";
  content: ""/"";
}

.TableDeleteRowLink::before,
.DeleteRowLink .DFL::before {
  content: "";
  content: ""/"";
}

.Col_TableSortGrip {
  width: 34px;
}

.TableSortGrip {
  text-align: center;
}
.TableSortGrip.TDC .DCC, .TableSortGrip.TLI {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  cursor: ns-resize;
}
.TableSortGrip.TDC .DCC > .clearer, .TableSortGrip.TLI > .clearer {
  display: none;
}
.TableSortGrip.TDC .DCC::before, .TableSortGrip.TLI::before {
  content: "";
  content: ""/"";
  height: 22px;
  width: 22px;
  font-size: 22px;
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
  margin: -11px 0;
}
.TableSortGrip.TDC .DCC::after, .TableSortGrip.TLI::after {
  content: " ";
  display: block;
  width: 0;
}
.TableSortGrip.TLI {
  padding-left: 0;
  padding-right: 0;
}
.TableSortGrip.TDS {
  cursor: ns-resize;
  /*&::after
  {
      content: "\00a0";
      display: block;
      width: 0;
  }*/
}
.TableSortGrip.TDS::before {
  content: "";
  content: ""/"";
  height: 22px;
  width: 22px;
  font-size: 22px;
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
}

/*** Table Editor Styles ***/
.TableEditorHeader .FastTitlebar {
  margin: 10px 0;
}
.TableEditorContainer.DocTabWrapper .TableEditorHeader .FastTitlebar {
  margin-top: 0;
}

.TableEditorFooter {
  clear: both;
}
.TableEditorFooter .FastTitlebar {
  border: 0;
  border-top: 1px solid;
  margin: 10px 0 0 0;
  padding: 6px 0 0 0;
}

.TableEditorAddRow,
.TableEditorCopyRow,
.TableEditorDeleteRow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  overflow: hidden;
}
.TableEditorAddRow > .clearer,
.TableEditorCopyRow > .clearer,
.TableEditorDeleteRow > .clearer {
  display: none;
}
.TableEditorAddRow::before,
.TableEditorCopyRow::before,
.TableEditorDeleteRow::before {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: top;
  overflow: hidden;
  font-size: 22px;
  height: 22px;
  width: 22px;
  content: "";
  content: ""/"";
  margin-right: 10px;
}

.TableEditorCopyRow::before {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: top;
  overflow: hidden;
  font-size: 22px;
  height: 22px;
  width: 22px;
  content: "";
  content: ""/"";
  margin-right: 10px;
}

.TableEditorDeleteRow::before {
  content: "";
  content: ""/"";
}

/*.TableRowSelector
{
    @include flex(0 0 auto);
    @include display-flex;
    @include flex-direction(row);
    border-radius: $borderRadius $borderRadius 0 0;
    padding: $panelPadding $panelPadding 0 $panelPadding;
}

.FastTab
{
    @include flex(0 1 auto);
    margin: 0 ($viewTabHPadding / 2) 0 0;
    min-width: 0;
    overflow: hidden;
    border-radius: $borderRadius $borderRadius 0 0;

    .Vertical &
    {
        @include flex(0 1 auto);
        margin: 0 0 ($viewTabHPadding / 2) 0;
        border-radius: $borderRadius 0 0 $borderRadius;
    }

    a
    {
        display: block;
        padding: $viewTabPadding;
        line-height: $viewTabLineHeight;
    }

    &.FastTabCurrent
    {
        a
        {
        }
    }
}*/
/*** Calendar ***/
.DocCalendar {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.DocCalendarDayTimeCol {
  width: 4em;
}

.DocCalendarDayDescriptionCol {
  width: 15em;
}

.DocCalendarDayBarExtCol {
  width: 1.4em;
}

.DocCalendarDayBarCol {
  width: 100%;
}

.DocCalendarDateHeader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.5rem;
  padding: 6px 0;
}
.DocCalendarDateHeader > .clearer {
  display: none;
}

.DocCalendarDateHeaderCurrent {
  font-weight: bold;
  -ms-flex-order: 1;
  flex-order: 1;
  order: 1;
  margin-left: 1rem;
}

.DocCalendarPrevLink,
.DocCalendarNextLink {
  text-indent: -100000px;
  overflow: hidden;
  font-size: 2rem;
  height: 2rem;
  width: 2rem;
  color: inherit;
}
.DocCalendarPrevLink::before,
.DocCalendarNextLink::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
}

.DocCalendarNextLink::before {
  content: "";
  content: ""/"";
}

.DocCalendarNavigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-justify: stretch;
  -ms-flex-pack: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.6em;
  padding: 0.2em;
  overflow: hidden;
}
.DocCalendarNavigation > .clearer {
  display: none;
}

.DocCalendarNavigationData {
  font-weight: bold;
}

.DocCalendarMonthLink,
.DocCalendarMonthLinkSpacer {
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  display: block;
  box-sizing: border-box;
  text-align: center;
  border-radius: 4px;
  padding: 0 6px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.DocCalendarMonthLinkSpacer {
  display: none;
}

.DocCalendarNavigationWrap {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-justify: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.DocCalendarNavigationWrap > .clearer {
  display: none;
}

.DocCalendarNavigationWrapRow {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.DocCalendarDayNavigation {
  margin-top: 20px;
  margin-bottom: 20px;
}

.DocCalendarDayHeader {
  padding: 6px 6px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.DocCalendarWeekCell {
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.DocCalendarWeekWrapper {
  position: relative;
}

.DocCalendarWeekContainer {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}

.DocCalendarMonthDay {
  border-right: 1px solid;
  border-left: 1px solid;
}

.DocCalendarMonthDayOther {
  background: #EEE;
}

.DocCalendarDateLabel {
  float: left;
}

.DocCalendarDateLink {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  font-weight: 600;
  color: inherit;
}

.DocCalendarMonthAdd {
  float: right;
}

.DocCalendarMonthAddLink {
  text-indent: -100000px;
  overflow: hidden;
  font-size: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
}
.DocCalendarMonthAddLink::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
}

.DocCalendarWeekEvents {
  table-layout: fixed;
  position: relative;
  width: 100%;
  top: 2rem;
}

.DocCalendarWeekStructure td {
  height: 0;
  botder: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

.DocCalendarMonthEvent,
.DocCalendarMonthMoreEvents {
  margin: 0 4px 0.2em 3px;
}

.DocCalendarMonthItem,
.DocCalendarMonthEventHoliday,
.DocCalendarMonthMoreEvents {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 6px;
  height: 1.8em;
  line-height: 1.8em;
}

.DocCalendarMonthEventHoliday {
  font-style: italic;
}

.DocCalendarDayStart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-justify: space-between;
  -ms-flex-pack: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 6px 0;
  position: relative;
}
.DocCalendarDayStart > .clearer {
  display: none;
}
.DocCalendarDayStart::before {
  display: block;
  content: " ";
  margin: 0;
}

.DocCalendarDayContinueLeft,
.DocCalendarDayContinueRight {
  position: absolute;
  border: 0.7em solid transparent;
  margin: 0;
  top: 0;
}

.DocCalendarDayContinueLeft {
  left: 0;
  margin-left: -0.7em;
  border-left-width: 0;
  padding-right: 1px;
}

.DocCalendarDayContinueRight {
  left: 100%;
  border-right-width: 0;
  padding-left: 1px;
}

.DocCalendarDayEventCell {
  position: relative;
}

.DocCalendarDayEvent {
  margin: 6px 0;
  height: 1.4em;
  position: relative;
}
.DocCalendarDayEvent.DocCalendarDayEventInstant {
  width: 0;
}
.DocCalendarDayEvent .DocControlBar {
  position: absolute;
  margin: 0;
  top: 0;
  bottom: 0;
}
.DocCalendarDayNow {
  display: block;
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: 2px;
}

/*** Maps ***/
.DocMapLayout {
  position: relative;
}

.DocMapContainer {
  position: relative;
  width: 100%;
  table-layout: fixed;
}

.DocMap {
  position: relative;
  height: 40vh;
}
.DocMap .ui-widget-overlay.MapBusyOverlay {
  cursor: wait;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 0, 0, 0.2);
  opacity: 0.1;
}
.DocMap .FastBusyProgressBar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.5em;
  box-sizing: border-box;
  border-radius: 0;
  border: none;
  background: none;
}
.DocMap .FastBusyProgressBar .ui-progressbar-value {
  transition-property: width;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.MapMarkerQTip {
  white-space: pre-wrap;
}

/*** Charts ***/
.DocTableGraph {
  width: 100%;
  table-layout: fixed;
}

.DocTableGraphContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-justify: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.DocTableGraphContainer > .clearer {
  display: none;
}

/***** View Stacks *****/
.VSAutoTopMargin,
.VSAutoMarginTop {
  margin-top: 20px;
}

.VSAutoMarginFieldTop {
  margin-top: 14px;
}

.VSAutoMarginDoubleTop {
  margin-top: 40px;
}

.VSAutoMarginCompactTop {
  margin-top: 6px;
}

.VSResponsive .VSTableContainer {
  width: 100%;
}

.VSNotResponsive {
  width: auto;
}
.VSNotResponsive .VSTableContainer {
  width: auto;
}

.VSPanelWrapper,
.VSAutoMarginTableWrapper {
  margin: -20px;
}
.VSPanelWrapper.VSAutoTopMargin, .VSPanelWrapper.VSAutoMarginTop,
.VSAutoMarginTableWrapper.VSAutoTopMargin,
.VSAutoMarginTableWrapper.VSAutoMarginTop {
  margin-top: 0;
}

.VSAutoMarginFieldTableWrapper {
  margin: -14px;
}
.VSAutoMarginFieldTableWrapper.VSAutoMarginFieldTop {
  margin-top: 0;
}

.VSAutoMarginCompactTableWrapper {
  margin: -6px;
}
.VSAutoMarginCompactTableWrapper.VSAutoMarginCompactTop {
  margin-top: 6px;
}

.VSAutoMarginDoubleTableWrapper {
  margin: -40px;
}
.VSAutoMarginDoubleTableWrapper.VSAutoMarginDoubleTop {
  margin-top: 0;
}

.VSAutoMarginTable,
.VSPanelTable {
  border-collapse: separate;
  border-spacing: 20px;
  table-layout: fixed;
}

.VSAutoMarginFieldTable {
  border-collapse: separate;
  border-spacing: 14px;
  table-layout: fixed;
}

.VSAutoMarginDoubleTable {
  border-collapse: separate;
  border-spacing: 40px;
  table-layout: fixed;
}

.VSAutoMarginCompactTable {
  border-collapse: separate;
  border-spacing: 6px;
  table-layout: fixed;
}

.VSView::after,
.TableEditorContainer::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  overflow: hidden;
  clear: both;
}

.VSHorizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  /*> .VSTableWrapper
  {
      @include flex(1 0 100%);
  }*/
}
.VSHorizontal > .clearer {
  display: none;
}
.VSHorizontal > .VSViewRow {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-width: 0;
}
.VSHorizontal > .VSViewRow.VSAutoTopMargin, .VSHorizontal > .VSViewRow.VSAutoMarginTop {
  margin: 0 0 0 20px;
}
.VSHorizontal > .VSViewRow.VSAutoMarginFieldTop {
  margin: 0 0 0 14px;
}
.VSHorizontal > .VSViewRow.VSAutoMarginDoubleTop {
  margin: 0 0 0 40px;
}
.VSHorizontal > .VSViewRow.VSAutoMarginCompactTop {
  margin: 0 0 0 6px;
}

.VSWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.VSWrapper > .clearer {
  display: none;
}
.VSAutoMargin > .VSWrapper {
  margin: -20px 0 0 -20px;
  max-width: 161.5rem;
}
.VSAutoMargin > .VSWrapper > .VSWrapView > .VSWrapContainer {
  padding: 20px 0 0 20px;
}
.VSAutoMargin > .VSWrapper.VSAutoMarginTop {
  margin-top: 0;
}
.VSAutoMarginField > .VSWrapper {
  margin: -14px 0 0 -14px;
  max-width: calc(160rem + 14px);
}
.VSAutoMarginField > .VSWrapper > .VSWrapView > .VSWrapContainer {
  padding: 14px 0 0 14px;
}
.VSAutoMarginField > .VSWrapper.VSAutoMarginFieldTop {
  margin-top: 0;
}
.VSAutoMarginDouble > .VSWrapper {
  margin: -40px 0 0 -40px;
  max-width: 163rem;
}
.VSAutoMarginDouble > .VSWrapper > .VSWrapView > .VSWrapContainer {
  padding: 40px 0 0 40px;
}
.VSAutoMarginDouble > .VSWrapper.VSAutoMarginDoubleTop {
  margin-top: 0;
}
.VSAutoMarginCompact > .VSWrapper {
  margin: -10px 0 0 -10px;
  max-width: calc(160rem + 5px);
}
.VSAutoMarginCompact > .VSWrapper > .VSWrapView > .VSWrapContainer {
  padding: 10px 0 0 10px;
}
.VSAutoMarginCompact > .VSWrapper.VSAutoMarginCompactTop {
  margin-top: 0;
}
.VSAutoMarginCompact > .VSWrapper .FastTitlebar {
  padding-bottom: 0;
}

.VSWrapView {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.VSWrapView > .clearer {
  display: none;
}
.VSWrapView > .VSWrapContainer {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.VSWrapView > .VSWrapContainer > .clearer {
  display: none;
}
.VSWrapView > .VSWrapContainer > .VSViewRow {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.VSWrapView > .VSWrapContainer > .VSViewRow > .clearer {
  display: none;
}
.VSWrapView > .VSWrapContainer > .VSAutoMarginTop {
  margin: 0;
}
.VSWrapView.VSWrapFiller {
  background: #FAA;
  padding: 0 !important;
  visibility: hidden;
}

.VSColWidthIcon {
  width: 22px;
}

.VSColWidthIconSmall {
  width: 22px;
}

.VSColWidthIconMedium {
  width: 26px;
}

.VSColWidthIconLarge {
  width: 32px;
}

.VSColWidthVerySmall {
  width: 25%;
}

.VSColWidthSmall {
  width: 50%;
}

.VSColWidthMedium {
  width: 75%;
}

.VSColWidthLarge {
  width: 100%;
}

.VSColWidthVerySmallFixed {
  width: 10rem;
}

.VSColWidthSmallFixed {
  width: 20rem;
}

.VSColWidthMediumFixed {
  width: 25rem;
}

.VSColWidthLargeFixed {
  width: 30rem;
}

.VSColWidthCheckbox {
  width: 25rem;
}

.VSHorizontal > .VSViewRowWidthIcon {
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
}

.VSHorizontal > .VSViewRowWidthIconSmall {
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
}

.VSHorizontal > .VSViewRowWidthIconMedium {
  -ms-flex: 0 0 26px;
  flex: 0 0 26px;
}

.VSHorizontal > .VSViewRowWidthIconLarge {
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
}

.VSHorizontal > .VSViewRowWidthVerySmall {
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
}

.VSHorizontal > .VSViewRowWidthSmall {
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.VSHorizontal > .VSViewRowWidthMedium {
  -ms-flex: 1 1 75%;
  flex: 1 1 75%;
}

.VSHorizontal > .VSViewRowWidthLarge {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.VSHorizontal > .VSViewRowWidthVerySmallFixed {
  -ms-flex: 0 0 10rem;
  flex: 0 0 10rem;
}

.VSHorizontal > .VSViewRowWidthSmallFixed {
  -ms-flex: 0 0 20rem;
  flex: 0 0 20rem;
}

.VSHorizontal > .VSViewRowWidthMediumFixed {
  -ms-flex: 0 0 25rem;
  flex: 0 0 25rem;
}

.VSHorizontal > .VSViewRowWidthLargeFixed {
  -ms-flex: 0 0 30rem;
  flex: 0 0 30rem;
}

.VSHorizontal > .VSViewRowWidthCheckbox {
  -ms-flex: 0 0 25rem;
  flex: 0 0 25rem;
}

.VSWrapView_2 {
  min-width: 34.75rem;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.VSWrapView_2.VSViewColSpan_2 {
  -ms-flex: 2 1 100%;
  flex: 2 1 100%;
}

.VSWrapView_3 {
  min-width: 23.1666666667rem;
  -ms-flex: 1 1 33.3333333333%;
  flex: 1 1 33.3333333333%;
}
.VSWrapView_3.VSViewColSpan_2 {
  -ms-flex: 2 1 66.6666666667%;
  flex: 2 1 66.6666666667%;
}
.VSWrapView_3.VSViewColSpan_3 {
  -ms-flex: 3 1 100%;
  flex: 3 1 100%;
}

.VSWrapView_4 {
  min-width: 23.1666666667rem;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
}
.VSWrapView_4.VSViewColSpan_2 {
  -ms-flex: 2 1 50%;
  flex: 2 1 50%;
}
.VSWrapView_4.VSViewColSpan_3 {
  -ms-flex: 3 1 75%;
  flex: 3 1 75%;
}
.VSWrapView_4.VSViewColSpan_4 {
  -ms-flex: 4 1 100%;
  flex: 4 1 100%;
}

.VSWrapView_5 {
  min-width: 23.1666666667rem;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
}
.VSWrapView_5.VSViewColSpan_2 {
  -ms-flex: 2 1 40%;
  flex: 2 1 40%;
}
.VSWrapView_5.VSViewColSpan_3 {
  -ms-flex: 3 1 60%;
  flex: 3 1 60%;
}
.VSWrapView_5.VSViewColSpan_4 {
  -ms-flex: 4 1 80%;
  flex: 4 1 80%;
}
.VSWrapView_5.VSViewColSpan_5 {
  -ms-flex: 5 1 100%;
  flex: 5 1 100%;
}

.VSWrapView_6 {
  min-width: 23.1666666667rem;
  -ms-flex: 1 1 16.6666666667%;
  flex: 1 1 16.6666666667%;
}
.VSWrapView_6.VSViewColSpan_2 {
  -ms-flex: 2 1 33.3333333333%;
  flex: 2 1 33.3333333333%;
}
.VSWrapView_6.VSViewColSpan_3 {
  -ms-flex: 3 1 50%;
  flex: 3 1 50%;
}
.VSWrapView_6.VSViewColSpan_4 {
  -ms-flex: 4 1 66.6666666667%;
  flex: 4 1 66.6666666667%;
}
.VSWrapView_6.VSViewColSpan_5 {
  -ms-flex: 5 1 83.3333333333%;
  flex: 5 1 83.3333333333%;
}
.VSWrapView_6.VSViewColSpan_6 {
  -ms-flex: 6 1 100%;
  flex: 6 1 100%;
}

.VSWrapView_2.VSViewColSpan_1 .VSWrapper > .VSWrapView_2 {
  min-width: 17.75rem;
}
.VSWrapView_2.VSViewColSpan_1 .VSWrapper > .VSWrapView_3 {
  min-width: 11.8333333333rem;
}
.VSWrapView_2.VSViewColSpan_1 .VSWrapper > .VSWrapView_4 {
  min-width: 11.8333333333rem;
}
.VSWrapView_2.VSViewColSpan_1 .VSWrapper > .VSWrapView_5 {
  min-width: 11.8333333333rem;
}
.VSWrapView_2.VSViewColSpan_1 .VSWrapper > .VSWrapView_6 {
  min-width: 11.8333333333rem;
}

.VSWrapView_3.VSViewColSpan_1 .VSWrapper > .VSWrapView_2 {
  min-width: 12.0833333333rem;
}
.VSWrapView_3.VSViewColSpan_1 .VSWrapper > .VSWrapView_3 {
  min-width: 8.0555555556rem;
}
.VSWrapView_3.VSViewColSpan_1 .VSWrapper > .VSWrapView_4 {
  min-width: 8.0555555556rem;
}
.VSWrapView_3.VSViewColSpan_1 .VSWrapper > .VSWrapView_5 {
  min-width: 8.0555555556rem;
}
.VSWrapView_3.VSViewColSpan_1 .VSWrapper > .VSWrapView_6 {
  min-width: 8.0555555556rem;
}

.VSWrapView_3.VSViewColSpan_2 .VSWrapper > .VSWrapView_2 {
  min-width: 23.4166666667rem;
}
.VSWrapView_3.VSViewColSpan_2 .VSWrapper > .VSWrapView_3 {
  min-width: 15.6111111111rem;
}
.VSWrapView_3.VSViewColSpan_2 .VSWrapper > .VSWrapView_4 {
  min-width: 15.6111111111rem;
}
.VSWrapView_3.VSViewColSpan_2 .VSWrapper > .VSWrapView_5 {
  min-width: 15.6111111111rem;
}
.VSWrapView_3.VSViewColSpan_2 .VSWrapper > .VSWrapView_6 {
  min-width: 15.6111111111rem;
}

.VSWrapView_4.VSViewColSpan_1 .VSWrapper > .VSWrapView_2 {
  min-width: 9.25rem;
}
.VSWrapView_4.VSViewColSpan_1 .VSWrapper > .VSWrapView_3 {
  min-width: 6.1666666667rem;
}
.VSWrapView_4.VSViewColSpan_1 .VSWrapper > .VSWrapView_4 {
  min-width: 6.1666666667rem;
}
.VSWrapView_4.VSViewColSpan_1 .VSWrapper > .VSWrapView_5 {
  min-width: 6.1666666667rem;
}
.VSWrapView_4.VSViewColSpan_1 .VSWrapper > .VSWrapView_6 {
  min-width: 6.1666666667rem;
}

.VSWrapView_4.VSViewColSpan_2 .VSWrapper > .VSWrapView_2 {
  min-width: 17.75rem;
}
.VSWrapView_4.VSViewColSpan_2 .VSWrapper > .VSWrapView_3 {
  min-width: 11.8333333333rem;
}
.VSWrapView_4.VSViewColSpan_2 .VSWrapper > .VSWrapView_4 {
  min-width: 11.8333333333rem;
}
.VSWrapView_4.VSViewColSpan_2 .VSWrapper > .VSWrapView_5 {
  min-width: 11.8333333333rem;
}
.VSWrapView_4.VSViewColSpan_2 .VSWrapper > .VSWrapView_6 {
  min-width: 11.8333333333rem;
}

.VSWrapView_4.VSViewColSpan_3 .VSWrapper > .VSWrapView_2 {
  min-width: 26.25rem;
}
.VSWrapView_4.VSViewColSpan_3 .VSWrapper > .VSWrapView_3 {
  min-width: 17.5rem;
}
.VSWrapView_4.VSViewColSpan_3 .VSWrapper > .VSWrapView_4 {
  min-width: 17.5rem;
}
.VSWrapView_4.VSViewColSpan_3 .VSWrapper > .VSWrapView_5 {
  min-width: 17.5rem;
}
.VSWrapView_4.VSViewColSpan_3 .VSWrapper > .VSWrapView_6 {
  min-width: 17.5rem;
}

.DocTableWrapOutlineList,
.ItemListOutlineGroup {
  display: block;
}
.DocTableWrapOutlineList .OutlineHeader .OutlineValueWrapper,
.ItemListOutlineGroup .OutlineHeader .OutlineValueWrapper {
  padding-top: 0;
}

.ItemListOutlineGroup + .ItemListOutlineGroup {
  margin-top: 20px;
}

.DocTableWrapAutoSize .WrapItemListContainer {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.DocTableWrapAutoSize .WrapItemListRow,
.DocTableWrapAutoSize .WrapItemListSpacer {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.DocTableWrapAutoSize .WrapItemListRow .TLI,
.DocTableWrapAutoSize .WrapItemListSpacer .TLI {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.DocTableWrapAutoSize .FlexGridLayout {
  table-layout: auto;
}

.WrapItemListContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 -6px;
}
.WrapItemListContainer > .clearer {
  display: none;
}
.WrapItemListContainer > .TableEmptyRow {
  margin-left: 6px;
  width: 100%;
}
.DocTemplatedTable .WrapItemListContainer {
  margin: -1.5rem 0 0 -1.5rem;
}
.DocTemplatedTable .WrapItemListContainer > .TableEmptyRow {
  margin-left: 1.5rem;
  width: 100%;
}

.WrapItemListVariableContainer {
  -ms-flex-justify: start;
  -ms-flex-pack: start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.WrapItemListRow,
.WrapItemListSpacer {
  overflow: hidden;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 6px 5px 5px 6px;
  margin: 0 -5px -5px 0;
}
.DocTemplatedTable .WrapItemListRow,
.DocTemplatedTable .WrapItemListSpacer {
  padding: 1.5rem 5px 5px 1.5rem;
  margin: 0 -5px -5px 0;
}

.TLIR {
  display: -ms-flexbox;
  display: flex;
}
.TLIR > .clearer {
  display: none;
}

.WrapItemListSpacer {
  height: 0;
  visibility: hidden;
}
.WrapItemListSpacer, .DocTemplatedTable .WrapItemListSpacer {
  padding-top: 0;
  padding-bottom: 0;
}

.WrapItemListRowCols_2 {
  min-width: 34.75rem;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  box-sizing: border-box;
}

.WrapItemListRowCols_3 {
  min-width: 23.1666666667rem;
  -ms-flex: 1 1 33.3333333333%;
  flex: 1 1 33.3333333333%;
  box-sizing: border-box;
}

.WrapItemListRowCols_4 {
  min-width: 17.375rem;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  box-sizing: border-box;
}

.WrapItemListRowCols_5 {
  min-width: 13.9rem;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  box-sizing: border-box;
}

.WrapItemListRowCols_6 {
  min-width: 11.5833333333rem;
  -ms-flex: 1 1 16.6666666667%;
  flex: 1 1 16.6666666667%;
  box-sizing: border-box;
}

.WrapItemListRowCols_7 {
  min-width: 9.9285714286rem;
  -ms-flex: 1 1 14.2857142857%;
  flex: 1 1 14.2857142857%;
  box-sizing: border-box;
}

.WrapItemListRowCols_8 {
  min-width: 8.6875rem;
  -ms-flex: 1 1 12.5%;
  flex: 1 1 12.5%;
  box-sizing: border-box;
}

.WrapItemListRowCols_9 {
  min-width: 7.7222222222rem;
  -ms-flex: 1 1 11.1111111111%;
  flex: 1 1 11.1111111111%;
  box-sizing: border-box;
}

.WrapItemListRowCols_10 {
  min-width: 6.95rem;
  -ms-flex: 1 1 10%;
  flex: 1 1 10%;
  box-sizing: border-box;
}

.WrapItemListRowCols_11 {
  min-width: 6.3181818182rem;
  -ms-flex: 1 1 9.0909090909%;
  flex: 1 1 9.0909090909%;
  box-sizing: border-box;
}

.WrapItemListRowCols_12 {
  min-width: 5.7916666667rem;
  -ms-flex: 1 1 8.3333333333%;
  flex: 1 1 8.3333333333%;
  box-sizing: border-box;
}

.WrapItemListRowCols_13 {
  min-width: 5.3461538462rem;
  -ms-flex: 1 1 7.6923076923%;
  flex: 1 1 7.6923076923%;
  box-sizing: border-box;
}

.WrapItemListRowCols_14 {
  min-width: 4.9642857143rem;
  -ms-flex: 1 1 7.1428571429%;
  flex: 1 1 7.1428571429%;
  box-sizing: border-box;
}

.WrapItemListRowCols_15 {
  min-width: 4.6333333333rem;
  -ms-flex: 1 1 6.6666666667%;
  flex: 1 1 6.6666666667%;
  box-sizing: border-box;
}

.WrapItemListRowCols_16 {
  min-width: 4.34375rem;
  -ms-flex: 1 1 6.25%;
  flex: 1 1 6.25%;
  box-sizing: border-box;
}

.WrapItemListRowCols_17 {
  min-width: 4.0882352941rem;
  -ms-flex: 1 1 5.8823529412%;
  flex: 1 1 5.8823529412%;
  box-sizing: border-box;
}

.WrapItemListRowCols_18 {
  min-width: 3.8611111111rem;
  -ms-flex: 1 1 5.5555555556%;
  flex: 1 1 5.5555555556%;
  box-sizing: border-box;
}

.WrapItemListRowCols_19 {
  min-width: 3.6578947368rem;
  -ms-flex: 1 1 5.2631578947%;
  flex: 1 1 5.2631578947%;
  box-sizing: border-box;
}

.WrapItemListRowCols_20 {
  min-width: 3.475rem;
  -ms-flex: 1 1 5%;
  flex: 1 1 5%;
  box-sizing: border-box;
}

.WrapRowTemplateCell {
  height: 100%;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  /*// Force the base view inside the cell to fill it so some selection backgrounds work nicely.
  > .DocViewLayout
  {
      min-height: 100%;
  }*/
  /*> .RowLinkWrapper,
  > .RowLinkWrapper > .DocViewLayout
  {
      //box-sizing: border-box;
  }*/
}
.WrapRowTemplateCell > .clearer {
  display: none;
}
.WrapRowTemplateCell > .DocViewLayout,
.WrapRowTemplateCell > .RowLinkWrapper {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.DTGLAll .WrapRowTemplateCell {
  border: 1px solid;
  border-radius: 4px;
}
.DesignMode .WrapRowTemplateCell {
  outline: 1px dashed;
}

/*******************/
/* _Base.Vars.scss */
/*******************/
/*********************/
/* _Base.Mixins.scss */
/*********************/
/*@mixin panel-decoration
{
    border-width: 1px;
    border-style: solid;
    border-radius: $borderRadius;
    @include elevation-base;
}

@mixin subpanel-decoration
{
    border: 1px solid;
    border-radius: $borderRadius;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
}*/
/* Thanks to http://fontawesome.io @fontawesome and @davegandy */
/*** Flex Grids ***/
.FlexGridContainer.FGStyleToolbar, .FlexGridContainer.FGStyleToolbar.FastPanel, .FlexGridContainer.FGStyleToolbar.FastSubPanel {
  border: 1px solid;
  padding: 20px;
}

.FlexGridLayout {
  table-layout: fixed;
  width: 100%;
}

.FGSpacingStandard > .FlexGridWrapper {
  margin: 0 -20px;
}
.FGSpacingStandard > .FlexGridWrapper > .FlexGridLayout {
  border-spacing: 20px 0;
  border-collapse: separate;
}
.FGSpacingStandard > .FGPanelContainerWrapper {
  margin: -20px;
}
.FGSpacingStandard > .FGPanelContainerWrapper > .FastPanelContainer {
  border-spacing: 20px;
  border-collapse: separate;
}
.FGSpacingStandard.FGDesigning > .FlexGridWrapper > .FlexGridLayout {
  border-spacing: 20px 2px;
}
.FGSpacingStandard.FGStyleButtonBar .FGPadCellField,
.FGSpacingStandard.FGStyleButtonBar .FGPadStackedCell {
  margin-left: 20px;
}
.FGSpacingStandard.FGStyleButtonBar .FGPadRow {
  margin-top: 20px;
}
.FGSpacingStandard.FGStyleButtonBar.FGDesigning .FGLR,
.FGSpacingStandard.FGStyleButtonBar.FGDesigning .FGBR {
  margin-bottom: 20px;
}

.FGSpacingIcon > .FlexGridWrapper {
  margin: 0 -10px;
}
.FGSpacingIcon > .FlexGridWrapper > .FlexGridLayout {
  border-spacing: 10px 0;
  border-collapse: separate;
}
.FGSpacingIcon > .FGPanelContainerWrapper {
  margin: -10px;
}
.FGSpacingIcon > .FGPanelContainerWrapper > .FastPanelContainer {
  border-spacing: 10px;
  border-collapse: separate;
}
.FGSpacingIcon.FGDesigning > .FlexGridWrapper > .FlexGridLayout {
  border-spacing: 10px 2px;
}
.FGSpacingIcon.FGStyleButtonBar .FGPadCellField,
.FGSpacingIcon.FGStyleButtonBar .FGPadStackedCell {
  margin-left: 10px;
}
.FGSpacingIcon.FGStyleButtonBar .FGPadRow {
  margin-top: 10px;
}
.FGSpacingIcon.FGStyleButtonBar.FGDesigning .FGLR,
.FGSpacingIcon.FGStyleButtonBar.FGDesigning .FGBR {
  margin-bottom: 10px;
}

.FGSpacingPanel > .FlexGridWrapper {
  margin: 0 -20px;
}
.FGSpacingPanel > .FlexGridWrapper > .FlexGridLayout {
  border-spacing: 20px 0;
  border-collapse: separate;
}
.FGSpacingPanel > .FGPanelContainerWrapper {
  margin: -20px;
}
.FGSpacingPanel > .FGPanelContainerWrapper > .FastPanelContainer {
  border-spacing: 20px;
  border-collapse: separate;
}
.FGSpacingPanel.FGDesigning > .FlexGridWrapper > .FlexGridLayout {
  border-spacing: 20px 2px;
}
.FGSpacingPanel.FGStyleButtonBar .FGPadCellField,
.FGSpacingPanel.FGStyleButtonBar .FGPadStackedCell {
  margin-left: 20px;
}
.FGSpacingPanel.FGStyleButtonBar .FGPadRow {
  margin-top: 20px;
}
.FGSpacingPanel.FGStyleButtonBar.FGDesigning .FGLR,
.FGSpacingPanel.FGStyleButtonBar.FGDesigning .FGBR {
  margin-bottom: 20px;
}

.FGSpacingNone > .FlexGridWrapper {
  margin: 0 0;
}
.FGSpacingNone > .FlexGridWrapper > .FlexGridLayout {
  border-spacing: 0;
  border-collapse: collapse;
}
.FGSpacingNone > .FGPanelContainerWrapper {
  margin: 0;
}
.FGSpacingNone > .FGPanelContainerWrapper > .FastPanelContainer {
  border-spacing: 0;
  border-collapse: separate;
}
.FGSpacingNone.FGDesigning > .FlexGridWrapper {
  margin: 0 -2px;
}
.FGSpacingNone.FGDesigning > .FlexGridWrapper > .FlexGridLayout {
  border-spacing: 2px;
  border-collapse: separate;
}
.FGSpacingNone.FGStyleButtonBar .FGPadCellField,
.FGSpacingNone.FGStyleButtonBar .FGPadStackedCell {
  margin-left: 0;
}
.FGSpacingNone.FGStyleButtonBar .FGPadRow {
  margin-top: 0;
}
.FGSpacingNone.FGStyleButtonBar.FGDesigning .FGLR,
.FGSpacingNone.FGStyleButtonBar.FGDesigning .FGBR {
  margin-bottom: 0;
}

.FGCol {
  width: 100%;
}

.FGColField {
  width: 18em;
}
.FGContainerFldVerySmall .FGColField {
  width: 6em;
}
.FGContainerFldSmall .FGColField {
  width: 10em;
}
.FGContainerFldStandard .FGColField {
  width: 18em;
}
.FGContainerFldWide .FGColField {
  width: 25em;
}

.FGLC {
  position: relative;
}

.FGBR,
.FGBC {
  height: 1.5rem;
}

.FGCW {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.FGCW > .clearer {
  display: none;
}

.FGFC {
  display: block;
  position: relative;
  /*@include display-flex;
  @include flex-direction(row);*/
}
.FGFC.ui-selected, .FGFC.ui-selecting {
  z-index: 1;
}
.FGFC.StackedVisible {
  display: none;
}
.FGFC.StackedVisibleDesignMode {
  opacity: 0.5;
}

.FGPadCellField,
.FGPadRow .FGSimpleCell .FGFC {
  margin-top: 14px;
}

.FGLW {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
}
.FGLW > .clearer {
  display: none;
}
.FGLW.OFE {
  overflow: visible;
}
.TALeft .FGLW {
  -ms-flex-justify: start;
  -ms-flex-pack: start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.TACenter .FGLW {
  -ms-flex-justify: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.TARight .FGLW {
  -ms-flex-justify: end;
  -ms-flex-pack: end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.FastStatusCell .FGLW .CTE {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  padding: 3px 3px;
  margin: 4px 0;
  border-radius: 4px;
}
.FastStatusCell .FGLW .CaptionLink {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 4px 0;
  padding: 0;
}
.FastStatusCell .FGLW .CaptionLink .CTE {
  margin: 0;
}

.FGDW,
.FGCBDW {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 0;
}
.FGDW > .clearer,
.FGCBDW > .clearer {
  display: none;
}

.FGDWFull {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.FGD1,
.FGD2,
.FGCBD1,
.FGCBD2 {
  display: block;
  white-space: pre-wrap;
  min-width: 0;
  box-sizing: border-box;
}
.FGD1 .CTE,
.FGD2 .CTE,
.FGCBD1 .CTE,
.FGCBD2 .CTE {
  overflow: hidden;
}

.FGD1 {
  margin-right: 10px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.FGD1.Empty {
  margin-right: 0;
}

.FGD2,
.FGCBD2 {
  display: -ms-flexbox;
  display: flex;
}
.FGD2 > .clearer,
.FGCBD2 > .clearer {
  display: none;
}

.FGCBD1 .CTE,
.FGCBD2 .CTE {
  padding: 7px 0;
}

.FGCBD1 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 10px;
}
.FGCBD1.Empty {
  display: none;
}

.FGCBD2 {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.FGIW {
  display: block;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: 0;
}

.FGLIW {
  width: 100%;
}

.FGIWVerySmall {
  max-width: 6em;
}

.FGIWSmall {
  max-width: 10em;
}

.FGIWStandard {
  max-width: 18em;
}

.FGIWWide {
  max-width: 25em;
}

.FGIWFill,
.FGIWFull {
  max-width: none;
}

.FGStretchImage .FGLIW {
  width: 100%;
  height: 100%;
}
.FGStretchImage .DocControlImage {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top left;
}
.no-object-fit .FGStretchImage .DocControlImage {
  width: auto;
  height: auto;
}

.FGIC {
  display: block;
  position: relative;
}
.FGIC.LBW {
  display: -ms-flexbox;
  display: flex;
}
.FGIC.LBW > .clearer {
  display: none;
}
.FGIC.TALeft .DocControlImage {
  margin-right: auto;
  object-position: top left;
}
.FGIC.TACenter .DocControlImage {
  margin-left: auto;
  margin-right: auto;
  object-position: top center;
}
.FGIC.TARight .DocControlImage {
  margin-left: auto;
  object-position: top right;
}

.FGDisplayStandard .FGControlCheckbox .FGIC,
.FGDisplayStandard .FGControlRadioButton .FGIC {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.FGDisplayStandard .FGControlCheckbox .FGIC > .clearer,
.FGDisplayStandard .FGControlRadioButton .FGIC > .clearer {
  display: none;
}
.FGDisplayStandard .FGControlCheckbox .FGIC::before,
.FGDisplayStandard .FGControlRadioButton .FGIC::before {
  content: " ";
  display: block;
  padding: 7px 0;
  width: 0;
  max-width: 0;
  -ms-flex: 0 0 0;
  flex: 0 0 0;
  vertical-align: middle;
  line-height: 1.4;
}

.FGControlImage .FGIC,
.FGControlImage .DocControlImageLink {
  height: 100%;
}
.FGControlImage .DCIC::before {
  padding: 7px 0;
}
.FGControlImage .FICWSmall {
  top: auto;
  -ms-flex-item-align: center;
  align-self: center;
}

.FGNVS {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 10px;
  padding: 6px 0;
}

.FGNVT {
  display: block;
  padding: 6px 0;
  overflow: hidden;
}
.FGMultiline .FGNVT {
  white-space: pre-wrap;
  word-break: break-word;
}

.FGDisplayNV.FGContainerCPLeft .FGPadCellField,
.FGDisplayNV.FGContainerCPLeft .FGPadRow .FGSimpleCell .FGFC, .FGDisplayNV.FGContainerCPWatermark .FGPadCellField,
.FGDisplayNV.FGContainerCPWatermark .FGPadRow .FGSimpleCell .FGFC, .FGDisplayNV.FGContainerCPHidden .FGPadCellField,
.FGDisplayNV.FGContainerCPHidden .FGPadRow .FGSimpleCell .FGFC {
  margin-top: 0;
}
.FGDisplayNV .FastTitlebar,
.FGDisplayNV .FastTitleStatusLabel {
  margin-bottom: 10px;
}
.FGDisplayNV .DocControlImageWrapper,
.FGDisplayNV .DCIC::before {
  padding: 6px 0;
}

.FGStyleButtonBar .FlexGridWrapper {
  margin: 0;
}
.FGStyleButtonBar .FlexGridLayout,
.FGStyleButtonBar .FlexGridBody {
  display: block;
  width: 100% !important;
}
.FGStyleButtonBar .FlexGridColumns {
  display: none;
}
.FGStyleButtonBar .FGSR,
.FGStyleButtonBar .FGLR,
.FGStyleButtonBar .FGBR,
.FGStyleButtonBar .FGDIR {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  width: 100%;
}
.FGStyleButtonBar .FGSR > .clearer,
.FGStyleButtonBar .FGLR > .clearer,
.FGStyleButtonBar .FGBR > .clearer,
.FGStyleButtonBar .FGDIR > .clearer {
  display: none;
}
.FGStyleButtonBar .FGSR {
  display: none;
}
.FGStyleButtonBar .FGPadCellField {
  margin-top: 0;
  margin-left: 14px;
}
.FGStyleButtonBar .FGPadRow {
  margin-top: 14px;
}
.FGStyleButtonBar .FGPadRow .FGFC {
  margin-top: 0;
}
.FGStyleButtonBar .FGLC {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.FGStyleButtonBar .FGLC > .clearer {
  display: none;
}
.FGStyleButtonBar .FGLC + .FGLC {
  margin-left: 14px;
}
.FGStyleButtonBar .FGLW {
  -ms-flex-preferred-size: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
}
.FGStyleButtonBar .FGLCE,
.FGStyleButtonBar .FGBC,
.FGStyleButtonBar .FGCellFields {
  display: block;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.FGStyleButtonBar .DFB {
  min-width: 8rem;
}
.FGStyleButtonBar.FGDesigning .FGLR,
.FGStyleButtonBar.FGDesigning .FGBR {
  margin-bottom: 14px;
  min-height: 1em;
}
.FGStyleButtonBar.FGDesigning .FGSR {
  display: -ms-flexbox;
  display: flex;
}
.FGStyleButtonBar.FGDesigning .FGSR > .clearer {
  display: none;
}
.FGStyleButtonBar .FGRTC {
  display: block;
  margin-right: 14px;
}
.FGStyleButtonBar .FGSC {
  display: block;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.FGStyleButtonBar .FGDIC {
  margin-left: 14px;
  width: 2rem;
}
.FGStyleButtonBar .FGDIR {
  margin-top: 14px;
}
.FGStyleButtonBar .FGCSZ,
.FGStyleButtonBar .FGCRG {
  display: none;
}
.FGStyleButtonBar .FGSourceCellDragging {
  min-width: 8rem;
}
.FGStyleButtonBar .FGDesignerPlaceholder {
  min-width: 8rem;
}

.FGStyleLineItems .CTEC .FGDW::after {
  content: " ";
  border-bottom: 2px dotted #DDD;
  flex: 1 1 auto;
  margin-right: 1em;
  align-self: flex-start;
  height: 1.4em;
  padding-top: 0px;
  padding-bottom: 1px;
}
.FGStyleLineItems .CTEC .FGDWP::after {
  display: none;
}

.FGUsageCentered {
  margin-left: auto;
  margin-right: auto;
}
.FGUsageCentered.FGStandardFull {
  max-width: 68rem;
}
.FGUsageCentered.FGStandardHalf {
  max-width: 34rem;
}
.FGUsageCentered.FGStandardThird {
  max-width: 22.6666666667rem;
}
.FGUsageCentered.FGStandardTwoThirds {
  max-width: 45.3333333333rem;
}
.FGUsageCentered.FGStandardField.FGContainerFldVerySmall {
  max-width: 6em;
}
.FGUsageCentered.FGStandardField.FGContainerFldSmall {
  max-width: 10em;
}
.FGUsageCentered.FGStandardField.FGContainerFldStandard {
  max-width: 18em;
}
.FGUsageCentered.FGStandardField.FGContainerFldWide {
  max-width: 25em;
}

.FGColIcon {
  width: 22px;
}

.FGColIconSmall {
  width: 22px;
}

.FGColIconMedium {
  width: 26px;
}

.FGColIconLarge {
  width: 32px;
}

.FGColVerySmall {
  width: 100%;
}

.FGColSmall {
  width: 200%;
}

.FGColMedium {
  width: 300%;
}

.FGColLarge {
  width: 400%;
}

.FGColVerySmallFixed {
  width: 10rem;
}

.FGColSmallFixed {
  width: 15em;
}

.FGColMediumFixed {
  width: 19em;
}

.FGColLargeFixed {
  width: 31em;
}

.FGColCheckbox {
  width: 15em;
}

.FGContainerCPLeft.FGContainerFldWide .FGColIcon {
  width: 22px;
}
.FGContainerCPLeft.FGContainerFldWide .FGColIconSmall {
  width: 22px;
}
.FGContainerCPLeft.FGContainerFldWide .FGColIconMedium {
  width: 26px;
}
.FGContainerCPLeft.FGContainerFldWide .FGColIconLarge {
  width: 32px;
}
.FGContainerCPLeft.FGContainerFldWide .FGColVerySmall {
  width: 100%;
}
.FGContainerCPLeft.FGContainerFldWide .FGColSmall {
  width: 200%;
}
.FGContainerCPLeft.FGContainerFldWide .FGColMedium {
  width: 300%;
}
.FGContainerCPLeft.FGContainerFldWide .FGColLarge {
  width: 400%;
}
.FGContainerCPLeft.FGContainerFldWide .FGColVerySmallFixed {
  width: 10rem;
}
.FGContainerCPLeft.FGContainerFldWide .FGColSmallFixed {
  width: 15em;
}
.FGContainerCPLeft.FGContainerFldWide .FGColMediumFixed {
  width: 22em;
}
.FGContainerCPLeft.FGContainerFldWide .FGColLargeFixed {
  width: 40em;
}
.FGContainerCPLeft.FGContainerFldWide .FGColCheckbox {
  width: 15em;
}
.FGContainerCPLeft.FGContainerD2Wide .FGColIcon, .FGContainerCPLeft.FGContainerD2Full .FGColIcon {
  width: 22px;
}
.FGContainerCPLeft.FGContainerD2Wide .FGColIconSmall, .FGContainerCPLeft.FGContainerD2Full .FGColIconSmall {
  width: 22px;
}
.FGContainerCPLeft.FGContainerD2Wide .FGColIconMedium, .FGContainerCPLeft.FGContainerD2Full .FGColIconMedium {
  width: 26px;
}
.FGContainerCPLeft.FGContainerD2Wide .FGColIconLarge, .FGContainerCPLeft.FGContainerD2Full .FGColIconLarge {
  width: 32px;
}
.FGContainerCPLeft.FGContainerD2Wide .FGColVerySmall, .FGContainerCPLeft.FGContainerD2Full .FGColVerySmall {
  width: 100%;
}
.FGContainerCPLeft.FGContainerD2Wide .FGColSmall, .FGContainerCPLeft.FGContainerD2Full .FGColSmall {
  width: 200%;
}
.FGContainerCPLeft.FGContainerD2Wide .FGColMedium, .FGContainerCPLeft.FGContainerD2Full .FGColMedium {
  width: 300%;
}
.FGContainerCPLeft.FGContainerD2Wide .FGColLarge, .FGContainerCPLeft.FGContainerD2Full .FGColLarge {
  width: 400%;
}
.FGContainerCPLeft.FGContainerD2Wide .FGColVerySmallFixed, .FGContainerCPLeft.FGContainerD2Full .FGColVerySmallFixed {
  width: 10rem;
}
.FGContainerCPLeft.FGContainerD2Wide .FGColSmallFixed, .FGContainerCPLeft.FGContainerD2Full .FGColSmallFixed {
  width: 21em;
}
.FGContainerCPLeft.FGContainerD2Wide .FGColMediumFixed, .FGContainerCPLeft.FGContainerD2Full .FGColMediumFixed {
  width: 25em;
}
.FGContainerCPLeft.FGContainerD2Wide .FGColLargeFixed, .FGContainerCPLeft.FGContainerD2Full .FGColLargeFixed {
  width: 37em;
}
.FGContainerCPLeft.FGContainerD2Wide .FGColCheckbox, .FGContainerCPLeft.FGContainerD2Full .FGColCheckbox {
  width: 21em;
}
.FGContainerCPLeft.FGContainerD2Wide.FGContainerFldWide .FGColIcon, .FGContainerCPLeft.FGContainerD2Full.FGContainerFldWide .FGColIcon {
  width: 22px;
}
.FGContainerCPLeft.FGContainerD2Wide.FGContainerFldWide .FGColIconSmall, .FGContainerCPLeft.FGContainerD2Full.FGContainerFldWide .FGColIconSmall {
  width: 22px;
}
.FGContainerCPLeft.FGContainerD2Wide.FGContainerFldWide .FGColIconMedium, .FGContainerCPLeft.FGContainerD2Full.FGContainerFldWide .FGColIconMedium {
  width: 26px;
}
.FGContainerCPLeft.FGContainerD2Wide.FGContainerFldWide .FGColIconLarge, .FGContainerCPLeft.FGContainerD2Full.FGContainerFldWide .FGColIconLarge {
  width: 32px;
}
.FGContainerCPLeft.FGContainerD2Wide.FGContainerFldWide .FGColVerySmall, .FGContainerCPLeft.FGContainerD2Full.FGContainerFldWide .FGColVerySmall {
  width: 100%;
}
.FGContainerCPLeft.FGContainerD2Wide.FGContainerFldWide .FGColSmall, .FGContainerCPLeft.FGContainerD2Full.FGContainerFldWide .FGColSmall {
  width: 200%;
}
.FGContainerCPLeft.FGContainerD2Wide.FGContainerFldWide .FGColMedium, .FGContainerCPLeft.FGContainerD2Full.FGContainerFldWide .FGColMedium {
  width: 300%;
}
.FGContainerCPLeft.FGContainerD2Wide.FGContainerFldWide .FGColLarge, .FGContainerCPLeft.FGContainerD2Full.FGContainerFldWide .FGColLarge {
  width: 400%;
}
.FGContainerCPLeft.FGContainerD2Wide.FGContainerFldWide .FGColVerySmallFixed, .FGContainerCPLeft.FGContainerD2Full.FGContainerFldWide .FGColVerySmallFixed {
  width: 10rem;
}
.FGContainerCPLeft.FGContainerD2Wide.FGContainerFldWide .FGColSmallFixed, .FGContainerCPLeft.FGContainerD2Full.FGContainerFldWide .FGColSmallFixed {
  width: 21em;
}
.FGContainerCPLeft.FGContainerD2Wide.FGContainerFldWide .FGColMediumFixed, .FGContainerCPLeft.FGContainerD2Full.FGContainerFldWide .FGColMediumFixed {
  width: 28em;
}
.FGContainerCPLeft.FGContainerD2Wide.FGContainerFldWide .FGColLargeFixed, .FGContainerCPLeft.FGContainerD2Full.FGContainerFldWide .FGColLargeFixed {
  width: 46em;
}
.FGContainerCPLeft.FGContainerD2Wide.FGContainerFldWide .FGColCheckbox, .FGContainerCPLeft.FGContainerD2Full.FGContainerFldWide .FGColCheckbox {
  width: 21em;
}
.FGContainerCPLeft.FGContainerD1Standard .FGColIcon {
  width: 22px;
}
.FGContainerCPLeft.FGContainerD1Standard .FGColIconSmall {
  width: 22px;
}
.FGContainerCPLeft.FGContainerD1Standard .FGColIconMedium {
  width: 26px;
}
.FGContainerCPLeft.FGContainerD1Standard .FGColIconLarge {
  width: 32px;
}
.FGContainerCPLeft.FGContainerD1Standard .FGColVerySmall {
  width: 100%;
}
.FGContainerCPLeft.FGContainerD1Standard .FGColSmall {
  width: 200%;
}
.FGContainerCPLeft.FGContainerD1Standard .FGColMedium {
  width: 300%;
}
.FGContainerCPLeft.FGContainerD1Standard .FGColLarge {
  width: 400%;
}
.FGContainerCPLeft.FGContainerD1Standard .FGColVerySmallFixed {
  width: 10rem;
}
.FGContainerCPLeft.FGContainerD1Standard .FGColSmallFixed {
  width: 17em;
}
.FGContainerCPLeft.FGContainerD1Standard .FGColMediumFixed {
  width: 21em;
}
.FGContainerCPLeft.FGContainerD1Standard .FGColLargeFixed {
  width: 33em;
}
.FGContainerCPLeft.FGContainerD1Standard .FGColCheckbox {
  width: 17em;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerFldWide .FGColIcon {
  width: 22px;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerFldWide .FGColIconSmall {
  width: 22px;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerFldWide .FGColIconMedium {
  width: 26px;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerFldWide .FGColIconLarge {
  width: 32px;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerFldWide .FGColVerySmall {
  width: 100%;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerFldWide .FGColSmall {
  width: 200%;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerFldWide .FGColMedium {
  width: 300%;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerFldWide .FGColLarge {
  width: 400%;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerFldWide .FGColVerySmallFixed {
  width: 10rem;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerFldWide .FGColSmallFixed {
  width: 17em;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerFldWide .FGColMediumFixed {
  width: 24em;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerFldWide .FGColLargeFixed {
  width: 42em;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerFldWide .FGColCheckbox {
  width: 17em;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Wide .FGColIcon, .FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Full .FGColIcon {
  width: 22px;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Wide .FGColIconSmall, .FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Full .FGColIconSmall {
  width: 22px;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Wide .FGColIconMedium, .FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Full .FGColIconMedium {
  width: 26px;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Wide .FGColIconLarge, .FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Full .FGColIconLarge {
  width: 32px;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Wide .FGColVerySmall, .FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Full .FGColVerySmall {
  width: 100%;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Wide .FGColSmall, .FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Full .FGColSmall {
  width: 200%;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Wide .FGColMedium, .FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Full .FGColMedium {
  width: 300%;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Wide .FGColLarge, .FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Full .FGColLarge {
  width: 400%;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Wide .FGColVerySmallFixed, .FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Full .FGColVerySmallFixed {
  width: 10rem;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Wide .FGColSmallFixed, .FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Full .FGColSmallFixed {
  width: 23em;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Wide .FGColMediumFixed, .FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Full .FGColMediumFixed {
  width: 27em;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Wide .FGColLargeFixed, .FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Full .FGColLargeFixed {
  width: 39em;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Wide .FGColCheckbox, .FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Full .FGColCheckbox {
  width: 23em;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Wide.FGContainerFldWide .FGColIcon, .FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Full.FGContainerFldWide .FGColIcon {
  width: 22px;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Wide.FGContainerFldWide .FGColIconSmall, .FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Full.FGContainerFldWide .FGColIconSmall {
  width: 22px;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Wide.FGContainerFldWide .FGColIconMedium, .FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Full.FGContainerFldWide .FGColIconMedium {
  width: 26px;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Wide.FGContainerFldWide .FGColIconLarge, .FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Full.FGContainerFldWide .FGColIconLarge {
  width: 32px;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Wide.FGContainerFldWide .FGColVerySmall, .FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Full.FGContainerFldWide .FGColVerySmall {
  width: 100%;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Wide.FGContainerFldWide .FGColSmall, .FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Full.FGContainerFldWide .FGColSmall {
  width: 200%;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Wide.FGContainerFldWide .FGColMedium, .FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Full.FGContainerFldWide .FGColMedium {
  width: 300%;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Wide.FGContainerFldWide .FGColLarge, .FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Full.FGContainerFldWide .FGColLarge {
  width: 400%;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Wide.FGContainerFldWide .FGColVerySmallFixed, .FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Full.FGContainerFldWide .FGColVerySmallFixed {
  width: 10rem;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Wide.FGContainerFldWide .FGColSmallFixed, .FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Full.FGContainerFldWide .FGColSmallFixed {
  width: 23em;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Wide.FGContainerFldWide .FGColMediumFixed, .FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Full.FGContainerFldWide .FGColMediumFixed {
  width: 30em;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Wide.FGContainerFldWide .FGColLargeFixed, .FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Full.FGContainerFldWide .FGColLargeFixed {
  width: 48em;
}
.FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Wide.FGContainerFldWide .FGColCheckbox, .FGContainerCPLeft.FGContainerD1Standard.FGContainerD2Full.FGContainerFldWide .FGColCheckbox {
  width: 23em;
}
.FGContainerCPLeft .FGCPTop .FGDWP {
  display: none;
}

.FGContainerCPTop .FGColIcon {
  width: 22px;
}
.FGContainerCPTop .FGColIconSmall {
  width: 22px;
}
.FGContainerCPTop .FGColIconMedium {
  width: 26px;
}
.FGContainerCPTop .FGColIconLarge {
  width: 32px;
}
.FGContainerCPTop .FGColVerySmall {
  width: 100%;
}
.FGContainerCPTop .FGColSmall {
  width: 200%;
}
.FGContainerCPTop .FGColMedium {
  width: 300%;
}
.FGContainerCPTop .FGColLarge {
  width: 400%;
}
.FGContainerCPTop .FGColVerySmallFixed {
  width: 10rem;
}
.FGContainerCPTop .FGColSmallFixed {
  width: 13em;
}
.FGContainerCPTop .FGColMediumFixed {
  width: 13em;
}
.FGContainerCPTop .FGColLargeFixed {
  width: 27em;
}
.FGContainerCPTop .FGColCheckbox {
  width: 13em;
}

.FGCPLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.FGCPLeft > .clearer {
  display: none;
}
.FGCPLeft > .FGIWVerySmall {
  -ms-flex-preferred-size: 6em;
  -ms-flex-basis: 6em;
  flex-basis: 6em;
}
.FGCPLeft > .FGIWSmall {
  -ms-flex-preferred-size: 10em;
  -ms-flex-basis: 10em;
  flex-basis: 10em;
}
.FGCPLeft > .FGIWStandard {
  -ms-flex-preferred-size: 18em;
  -ms-flex-basis: 18em;
  flex-basis: 18em;
}
.FGCPLeft > .FGIWWide {
  -ms-flex-preferred-size: 25em;
  -ms-flex-basis: 25em;
  flex-basis: 25em;
}
.FGCPLeft > .FGIWFill,
.FGCPLeft > .FGIWFull {
  -ms-flex-preferred-size: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.FGCPLeft .CTE {
  padding: 7px 0;
}
.FGCPLeft .FGDW {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.FGCPLeft .FGDWFull {
  -ms-flex: 1 10000 auto;
  flex: 1 10000 auto;
}
.FGCPLeft .FGDWFull.FGDWP {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.FGCPLeft .FGDWFull.FGDWP .FGD2 {
  display: none;
}
.FGCPLeft .FGD1,
.FGCPLeft .FGD2 {
  margin-right: 10px;
  /* Padding inside the CTE interferes with caption status indicators.
  .CTE
  {
      padding-right: $fgCaptionHPadding;
  }*/
}
.FGCPLeft .FGD1 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2em;
}
.FGCPLeft .FGD1Standard {
  width: 2em;
}
.FGCPLeft .FGD1Wide {
  width: 3em;
}
.FGCPLeft .FGD2 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 12em;
}
.FGCPLeft .FGD2Small {
  width: 8em;
}
.FGCPLeft .FGD2Standard {
  width: 12em;
}
.FGCPLeft .FGD2Wide {
  width: 18em;
}
.FGCPLeft .FGD2Full {
  width: auto;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}
.FGDisplayNV .FGCPLeft .CTE,
.FGDisplayNV .FGCPLeft .FGNVS,
.FGDisplayNV .FGCPLeft .FGNVT,
.FGDisplayNV .FGCPLeft .DCIC::before {
  padding-top: 6px;
  padding-bottom: 6px;
}

.FGCPTop {
  display: block;
  /*.FGDisplayNV &.FGPadCellField,
  .FGDisplayNV .FGPadRow .FGSimpleCell &
  {
      margin-top: $fieldSpacing;
  }*/
}
.FGCPTop .FGDW {
  width: 100%;
  margin-bottom: 3px;
}
.FGCPTop .FGNVS {
  padding: 0;
  display: none;
}
.FGCPTop .FGNVT {
  padding: 0;
}
.FGCPTop.FGPadCellField, .FGPadRow .FGSimpleCell .FGCPTop {
  margin-top: 14px;
}
.FGDisplayNV .FGCPTop .FastTitlebar {
  margin-bottom: 0;
}
.FGCPTop .FGIC {
  /*.CTE
  {
      padding-top: $inputVSpace;
  }*/
}
.FGCPTop .FGIC.LBW {
  padding: 7px 0;
}

.FGCPTopVisible .TAAuto {
  text-align: left;
}

.FGCPNone .CTE,
.FGContainerCPStackedOnly .CTE {
  padding: 7px 0;
}

.FGFCBW {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.FGFCBW > .clearer {
  display: none;
}
.FGFCBW .FGDW {
  margin-bottom: 0;
}
.FGFCBW .FGD1,
.FGFCBW .FGD2 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.FGFCBW .FGD1.Empty .CTE,
.FGFCBW .FGD2.Empty .CTE {
  margin-right: 0;
}
.FGFCBW .FGIW {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-order: -1;
  flex-order: -1;
  order: -1;
  width: auto;
}
.FGFCBW .InputWrapper {
  padding-right: 10px;
}
.FGFCBW .FGDW .CTE {
  padding: 7px 0;
}

.FGContainerCPStackedOnly .FGDW {
  display: none;
}

.FlexGridContainer.FGStyleCondensedNameValue .FGPadCellField,
.FlexGridContainer.FGStyleCondensedNameValue .FGPadRow .FGSimpleCell .FGFC {
  margin-top: 0;
}
.FlexGridContainer.FGStyleCondensedNameValue.FGContainerCPTop .FGPadCellField,
.FlexGridContainer.FGStyleCondensedNameValue.FGContainerCPTop .FGPadRow .FGSimpleCell .FGFC {
  margin-top: 3px;
}
.FlexGridContainer.FGStyleCondensedNameValue .FGBR,
.FlexGridContainer.FGStyleCondensedNameValue .FGBC {
  height: 14px;
}
.FlexGridContainer.FGStyleCondensedNameValue .FastHeadingLevelh1,
.FlexGridContainer.FGStyleCondensedNameValue .FastHeadingLevelh2,
.FlexGridContainer.FGStyleCondensedNameValue .FastTitleStatusLabel {
  margin-bottom: 5px;
}
.FlexGridContainer.FGStyleCondensedNameValue .FastHeadingLevelh3,
.FlexGridContainer.FGStyleCondensedNameValue .FastSectionHeaderCaption {
  margin-bottom: 4px;
}
.FlexGridContainer.FGStyleCondensedNameValue .FastHeadingLevelh4,
.FlexGridContainer.FGStyleCondensedNameValue .FastSubSectionHeaderCaption {
  margin-bottom: 3px;
}
.FlexGridContainer.FGStyleCondensedNameValue .FastHeadingLevelh5 {
  margin-bottom: 2px;
}
.FlexGridContainer.FGStyleCondensedNameValue .FastHeadingLevelh6 {
  margin-bottom: 1px;
}
.FlexGridContainer.FGStyleCondensedNameValue .CTE,
.FlexGridContainer.FGStyleCondensedNameValue .FGNVT,
.FlexGridContainer.FGStyleCondensedNameValue .FGNVS,
.FlexGridContainer.FGStyleCondensedNameValue .FGCPLeft .CTE,
.FlexGridContainer.FGStyleCondensedNameValue .FGCPLeft .FGNVT,
.FlexGridContainer.FGStyleCondensedNameValue .FGCPLeft .FGNVS {
  padding-top: 0;
  padding-bottom: 0;
}
.FlexGridContainer.FGStyleCondensedNameValue .FGCPTop .FGDW {
  margin-bottom: 0;
}
.FlexGridContainer.FGStyleCondensedNameValue .DocControlImageWrapper,
.FlexGridContainer.FGStyleCondensedNameValue .DCIC::before {
  padding: 0;
}

.FlexGridContainer.FGStyleCompact .FGPadCellField,
.FlexGridContainer.FGStyleCompact .FGPadRow .FGSimpleCell .FGFC {
  margin-top: 5px;
}
.FlexGridContainer.FGStyleCompact.FGContainerCPTop .FGPadCellField,
.FlexGridContainer.FGStyleCompact.FGContainerCPTop .FGPadRow .FGSimpleCell .FGFC {
  margin-top: 5px;
}
.FlexGridContainer.FGStyleCompact .FGBR,
.FlexGridContainer.FGStyleCompact .FGBC {
  height: 5px;
}
.FlexGridContainer.FGStyleCompact .FastHeadingLevelh3,
.FlexGridContainer.FGStyleCompact .FastHeadingLevelh4,
.FlexGridContainer.FGStyleCompact .FastHeadingLevelh5,
.FlexGridContainer.FGStyleCompact .FastHeadingLevelh6 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.FlexGridContainer.FGStyleCompact .CTE,
.FlexGridContainer.FGStyleCompact .FGT,
.FlexGridContainer.FGStyleCompact .FGS,
.FlexGridContainer.FGStyleCompact .FGCPNone .CTE,
.FlexGridContainer.FGStyleCompact .FGCPNone .FGT,
.FlexGridContainer.FGStyleCompact .FGCPNone .FGS {
  padding-top: 0;
  padding-bottom: 0;
}
.FlexGridContainer.FGStyleCompact .FGCPTop .FGDW {
  margin-bottom: 5px;
}
.FlexGridContainer.FGStyleCompact .DocControlImageWrapper,
.FlexGridContainer.FGStyleCompact .DCIC::before {
  padding: 0;
}

.FlexGridContainer.FGDesigning {
  padding: 1.5rem;
}
.FlexGridContainer.FGDesigning .FGLC {
  outline: 1px dashed;
}
.FlexGridContainer.FGDesigning .FGLC.FGDesignerDropCell {
  outline: 2px dashed #666;
}
.FlexGridContainer.FGDesigning .FGDIR .FGLC,
.FlexGridContainer.FGDesigning .FGDIC {
  outline: 1px dashed;
}
.FlexGridContainer.FGDesigning .FGDIR .FGLC {
  height: 1.5rem;
}

.FGDesignerPlaceholder {
  border: 2px dashed;
  box-sizing: border-box;
}

.FGDesignCol {
  width: 2em;
}

.FGRowEditCol {
  width: 0;
}

.FGImagePlaceholder {
  min-height: 5em;
  border: 1px dashed;
  background-image: url(../Resource/Images/Image.png);
  background-position: center;
  background-repeat: no-repeat;
}

.FGRTC,
.FGSC {
  position: relative;
}

.FGDIR,
.FGDIC {
  visibility: hidden;
}
.fast-ui-sorting .FGDIR,
.fast-ui-sorting .FGDIC {
  visibility: visible;
}

.FGWC {
  display: none;
}

.FGCRG {
  text-indent: -100000px;
  overflow: hidden;
  font-size: 1rem;
  height: 1em;
  width: 1em;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1rem;
  width: 1rem;
  margin-right: -1rem;
  display: block;
  cursor: ew-resize;
}
.FGCRG::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "arrow_downward";
  content: "arrow_downward"/"";
}

.FGCSZ {
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  white-space: pre;
}

.FGCSZL {
  position: relative;
  margin-top: -1em;
  margin-bottom: 1em;
}
.FGCSZL::after {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: top;
  overflow: hidden;
  font-size: 1.4em;
  content: "more_vert";
  content: "more_vert"/"";
  margin-left: 10px;
  display: inline-block;
}

.FGDesigning .FGCW {
  /*height: 100%; Causes problems in Firefox by capping the height of cells, in Name Value display mode.*/
  min-height: 1.5rem;
}

.FGTB {
  text-indent: -100000px;
  overflow: hidden;
  font-size: 1rem;
  height: 1rem;
  width: 1rem;
  display: block;
  padding: 0;
  height: 1rem;
  width: 1rem;
  padding: 0.25rem;
  border: 1px solid;
  border-radius: 100%;
  position: absolute;
  box-sizing: content-box;
  opacity: 0.5;
  overflow: hidden;
  z-index: 1;
}
.FGTB::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
}
.FGTB:hover {
  opacity: 1;
}

.FGSCT {
  padding: 0;
}

.FGCTRight {
  left: 100%;
  margin-left: 1px;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: 2;
}

.FGCTBottom {
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 1px;
  height: 0;
  z-index: 1;
}

.FGCTSpan,
.FGFT {
  z-index: 20;
}

.FGCTRight,
.FGCTBottom,
.FGFT {
  position: absolute;
  display: none;
}

.ui-selected ~ .FGCTRight,
.ui-selected ~ .FGCTBottom,
.ui-selected .FGFT {
  display: block;
}

.FGFTO {
  position: absolute;
  border: 1px solid;
  border-radius: 100% 0 0 100%;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1rem;
  height: 1rem;
  width: 1rem;
  padding: 0.25rem;
  text-align: center;
  right: 100%;
  top: 0px;
  z-index: 1;
}

.fast-ui-sorting .ui-selected ~ .FGCTRight,
.fast-ui-sorting .ui-selected ~ .FGCTBottom,
.fast-ui-sorting .ui-selected .FGFT {
  display: none;
}

.FlexGridContainer.ui-selectable .ui-sortable-handle .FGFT {
  cursor: default;
}

.FGFTWidth {
  right: 0;
  top: 50%;
  margin-top: -11px;
  border-radius: 100% 0 0 100%;
}

.FGFTFillCell::before {
  content: "keyboard_tab";
  content: "keyboard_tab"/"";
}

.FGFTShrink::before {
  content: "first_page";
  content: "first_page"/"";
}

.FGFTFieldPosition {
  left: 0;
  bottom: 100%;
  margin-top: 0;
  border-radius: 100% 100% 0 0;
}

.FGFTUseLabelPosition::before {
  content: "format_indent_decrease";
  content: "format_indent_decrease"/"";
}

.FGFTUseFieldPosition::before {
  content: "format_indent_increase";
  content: "format_indent_increase"/"";
}

.FGFTLines {
  bottom: 0;
  left: 0;
  border-radius: 100% 100% 0 0;
}

.FGFTLinesDown::before {
  content: "vertical_align_top";
  content: "vertical_align_top"/"";
}

.FGFTLinesUp {
  left: 2rem;
}
.FGFTLinesUp::before {
  content: "vertical_align_bottom";
  content: "vertical_align_bottom"/"";
}

.FGCTRowSpanUp {
  top: 0;
  right: 50%;
  border-radius: 0 0 100% 100%;
}
.FGCTRowSpanUp::before {
  content: "keyboard_arrow_down";
  content: "keyboard_arrow_down"/"";
}

.FGCTRowSpanDown {
  top: 0;
  left: 50%;
  border-radius: 0 0 100% 100%;
}
.FGCTRowSpanDown::before {
  content: "keyboard_arrow_up";
  content: "keyboard_arrow_up"/"";
}

.FGCTColumnSpanDown {
  left: 0;
  top: 50%;
  border-radius: 0 100% 100% 0;
}
.FGCTColumnSpanDown::before {
  content: "keyboard_arrow_left";
  content: "keyboard_arrow_left"/"";
}

.FGCTColumnSpanUp {
  left: 0;
  bottom: 50%;
  border-radius: 0 100% 100% 0;
}
.FGCTColumnSpanUp::before {
  content: "keyboard_arrow_right";
  content: "keyboard_arrow_right"/"";
}

/*.FGSCWCol,
.FGSCWRow
{
    position: relative;
    z-index: 1;
}

.FGSCWCol
{
    height: 0;
    width: 100%;
}

.FGSCWRow
{
    height: 100%;
    width: 0;

    .FGSCT
    {
        right: -9px;
    }
}*/
.FGSCTInsertRow {
  top: -0.5rem;
  right: -10px;
}
.FGSCTInsertRow::before {
  content: "add";
  content: "add"/"";
}

.FGSCTDeleteRow {
  top: 50%;
  margin-top: -0.5rem;
  left: 1rem;
}
.FGSCTDeleteRow::before {
  content: "clear";
  content: "clear"/"";
}

.FGSCTInsertColumn {
  bottom: 0;
  left: 0.5rem;
}
.FGSCTInsertColumn::before {
  content: "add";
  content: "add"/"";
}

.FGSCTDeleteColumn {
  bottom: 0;
  left: 70%;
}
.FGSCTDeleteColumn::before {
  content: "clear";
  content: "clear"/"";
}

/*** Flex Grid Stacking ***/
.StackFGAlways .FlexGridWrapper {
  margin: 0 !important;
  max-width: none !important;
}
.StackFGAlways .FlexGridLayout,
.StackFGAlways .FlexGridLayout > tbody,
.StackFGAlways .FGSR,
.StackFGAlways .FGSC,
.StackFGAlways .FGLR,
.StackFGAlways .FGLC,
.StackFGAlways .FGFC,
.StackFGAlways .FGBR,
.StackFGAlways .FGBC {
  display: block;
}
.StackFGAlways .FGBC {
  display: none;
}
.StackFGAlways .FGFC {
  /*&.FGPadCellField,
  .FGPadRow &
  {
      margin-top: $fieldSpacing;
  }*/
}
.StackFGAlways .FGFC.StackedHidden {
  display: none;
}
.StackFGAlways .FGDW {
  width: 100%;
  margin-bottom: 3px;
}
.StackFGAlways .FGDW .FGD1 {
  width: auto;
  text-align: left;
}
.StackFGAlways .FGDW .FGD1.Empty {
  display: none;
}
.StackFGAlways .FGDW .FGD1 .CTE {
  padding-top: 0;
  padding-bottom: 0;
}
.StackFGAlways .FGDW .FGD2,
.StackFGAlways .FGDW .FGNVS {
  width: auto;
  text-align: left;
  padding: 0;
  margin: 0;
}
.StackFGAlways .FGDW .FGD2 .CTE,
.StackFGAlways .FGDW .FGNVS .CTE {
  padding-top: 0;
  padding-bottom: 0;
}
.StackFGAlways .FGDW .FGD2 .CTE {
  padding-right: 0;
}
.StackFGAlways .FGD2 {
  width: auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.StackFGAlways .FGDH {
  display: none;
}
.StackFGAlways .FGDWP {
  display: none;
}
.StackFGAlways .TAAuto {
  text-align: left;
}
.StackFGAlways.FlexGridContainer .FGPadStackedCell,
.StackFGAlways.FlexGridContainer .FGPadCellField,
.StackFGAlways.FlexGridContainer .FGPadRow .FGSimpleCell .FGFC {
  margin-top: 14px;
}
.StackFGAlways .FGPadRow .FastPanelCell,
.StackFGAlways .FGPadRow .FastSubPanelCell,
.StackFGAlways .FastPanelCell.FGPadStackedCell {
  margin-top: 20px;
}
.StackFGAlways.FGDisplayNV .FGFC .FGNVS {
  padding-top: 0;
  padding-bottom: 0;
}
.StackFGAlways.FGDisplayNV .FGFC .FGNVT {
  padding-top: 0;
  padding-bottom: 0;
}
.StackFGAlways.FGDisplayStandard .FGControlCheckbox,
.StackFGAlways.FGDisplayStandard .FGControlRadioButton {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.StackFGAlways.FGDisplayStandard .FGControlCheckbox > .clearer,
.StackFGAlways.FGDisplayStandard .FGControlRadioButton > .clearer {
  display: none;
}
.StackFGAlways.FGDisplayStandard .FGControlCheckbox .FGDW,
.StackFGAlways.FGDisplayStandard .FGControlRadioButton .FGDW {
  -ms-flex-order: 1;
  flex-order: 1;
  order: 1;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  min-width: 0;
}
.StackFGAlways.FGDisplayStandard .FGControlCheckbox .FGDW .CTE,
.StackFGAlways.FGDisplayStandard .FGControlRadioButton .FGDW .CTE {
  padding-top: 7px;
  padding-bottom: 7px;
}
.StackFGAlways.FGDisplayStandard .FGControlCheckbox .FGIW,
.StackFGAlways.FGDisplayStandard .FGControlRadioButton .FGIW {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.StackFGAlways .InputWrapperCheckbox,
.StackFGAlways .InputWrapperRadioButton {
  padding-right: 10px;
}
.StackFGAlways.FGStyleButtonBar .FGLR {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.StackFGAlways.FGStyleButtonBar .FGLC {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-justify: end;
  -ms-flex-pack: end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.StackFGAlways.FGStyleButtonBar .FGLCE {
  display: none;
}
.StackFGAlways.FGStyleButtonBar .FGPadStackedCell,
.StackFGAlways.FGStyleButtonBar .FGPadCellField {
  margin: 14px 0 0;
}
.StackFGAlways.FGStyleButtonBar .DFB {
  min-width: 0;
}
.StackFGAlways.FGStyleLineItems .CTEC .FGDW::after {
  display: none;
}
.StackFGAlways.FGContainerCPStackedOnly .FGDW {
  display: -ms-flexbox;
  display: flex;
}
.StackFGAlways.FGContainerCPStackedOnly .FGDW > .clearer {
  display: none;
}
.StackFGAlways.FGHideStackedSeparators .FGNVS {
  display: none;
}

.FGFC {
  /*.FCBRadiosHorizontal.StackFieldAlways
  {
      @include flex-direction(column);

      & .FCBRWrapper
      {
          justify-content: flex-start;
      }

      & .InputWrapperFCBRTop,
      & .InputWrapperFCBRBottom,
      & .InputWrapperFCBRStandard
      {
          @include flex-direction(row);
          text-align: justify;

          & .FastToggleDisplayRadioButton
          {
              margin: 0;
          }
      }
  }*/
}
.FGFC .FastComboButtonSetButtons.StackFieldAlways {
  -ms-flex-direction: column;
  flex-direction: column;
}
.FGFC .FastComboButtonSetButtons.StackFieldAlways .FastComboButton ~ .FastComboButton {
  border-left-width: 0;
  border-top-width: 1px;
}
.FGFC .FastComboButtonSetButtons.StackFieldAlways > .FastComboButtonItem {
  -ms-flex-preferred-size: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
}
.FGFC .FastComboButtonSetButtons.StackFieldAlways .SelectorUnderline, .FGFC .FastComboButtonSetButtons.StackFieldAlways .Replay .TabSetActive::after, .Replay .FGFC .FastComboButtonSetButtons.StackFieldAlways .TabSetActive::after {
  left: 0;
  bottom: auto;
  height: auto;
  width: 4px;
  transition-property: top, height;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.FCBRadiosHorizontal.StackFieldNone {
  display: -ms-flexbox;
  display: flex;
}
.FCBRadiosHorizontal.StackFieldNone > .clearer {
  display: none;
}
.FCBRadiosHorizontal.StackFieldNone .FCBRWrapper {
  flex-basis: 100%;
}
.FCBRadiosHorizontal.StackFieldNone .FCBRWrapper + .FCBRWrapper {
  margin-left: 14px;
}

.StackFieldNone .InputWrapperFCBRTop {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
}
.StackFieldNone .InputWrapperFCBRTop .FastToggleDisplayRadioButton {
  margin-bottom: 0;
  margin-top: 7px;
}
.StackFieldNone .InputWrapperFCBRBottom {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
}
.StackFieldNone .InputWrapperFCBRBottom .FastToggleDisplayRadioButton {
  margin-bottom: 7px;
  margin-top: 0;
}
.StackFieldNone .InputWrapperFCBRTop::before,
.StackFieldNone .InputWrapperFCBRBottom::before {
  display: none;
}
.StackFieldNone .FCBRWrapperVertical {
  justify-content: center;
}
.StackFieldNone .FCBRWrapperVertical .FCBRadioLabel {
  margin-left: 0;
}

/***** Simple Views *****/
.ViewBlankRow {
  height: 1.5em;
}

.ViewLayout {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  /* Apply fixed even though the table might not have defined column widths.  Fixes an IE issue with long labels overrunning the width of the screen. */
}
.ViewLayout.DocViewLayoutFixed {
  table-layout: fixed;
}

.ViewStructureRow > td {
  height: 0 !important;
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
}

.ViewDecode1,
.ViewFieldCaption,
.ViewField,
.ViewFieldMessage {
  padding: 0;
  vertical-align: top;
}

.ViewFieldLabel {
  display: -ms-flexbox;
  display: flex;
}
.ViewFieldLabel > .clearer {
  display: none;
}
.ViewFieldLabel .CTE {
  padding-top: 7px;
}
.ViewFieldLabel.TARight, .TARight .ViewFieldLabel {
  padding-right: 10px;
}

.ViewFieldWrapper {
  max-width: 20em;
}

.ViewFieldContainer .LBW .CTE {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.ViewLayout label.ui-button {
  width: 100%;
  box-sizing: border-box;
}
.ViewLayout .FastComboButtonSet label.ui-button {
  width: auto;
}
.ViewLayout input[type=checkbox],
.ViewLayout input[type=radio] {
  margin: 2px;
  min-width: 12px;
  min-height: 12px;
  height: 16px;
  width: 16px;
}

.ViewDecode1 > label {
  display: block;
  padding: 7px 10px 0 0;
  white-space: nowrap;
}

.ViewDecode1.Empty > label {
  padding: 0;
}

.ViewDecode2 {
  padding: 7px 10px 14px 0;
}

.ViewField {
  padding-bottom: 14px;
}
.ViewField .DFB {
  width: 100%;
}

.ViewField {
  min-width: 10em;
  max-width: 20em;
  width: 25%;
}

.SimpleViewControlImage a.DocControlImageLink,
.SimpleViewControlImage img.Field {
  max-width: 100%;
  display: block;
}

.ViewTitlebarWrapper.FastTitlebar {
  margin-bottom: 10px;
}

.ViewField > div,
.ViewDecode1 > div,
.ViewDecode2 > div {
  position: relative;
}

.ViewFieldCaption {
  min-width: 10em;
  max-width: 20em;
  width: 25%;
}

.ViewLayout .ViewFieldMessage {
  width: 50%;
  padding: 4px 0 0 5px;
}

/*** Stack Classic Views ***/
.StackCVAlways .ViewLayout.DocViewLayoutFixed {
  table-layout: auto;
}
.StackCVAlways .ViewLayout,
.StackCVAlways .ViewLayout > tbody,
.StackCVAlways tr.ViewFieldContainer,
.StackCVAlways .ViewLayout .ViewField,
.StackCVAlways .ViewLayout .ViewFieldContainer,
.StackCVAlways .ViewLayout.DocViewHasDecode1 .ViewField,
.StackCVAlways .ViewLayout.DocViewTitleCols .ViewField,
.StackCVAlways .ViewLayout.DocViewTitleCols.DocViewHasDecode1 .ViewField,
.StackCVAlways .ViewLayout.DocViewNoMessages .ViewField {
  display: block;
  width: 100%;
}
.StackCVAlways tr.ViewFieldContainer {
  margin-bottom: 5px;
}
.StackCVAlways .ViewLayout.DocViewTitleCols .VTC1,
.StackCVAlways .ViewLayout.DocViewTitleCols .VTC2 {
  display: none;
}
.StackCVAlways .ViewLayout .ViewDecode1,
.StackCVAlways .ViewLayout.DocViewHasDecode1 .ViewDecode1,
.StackCVAlways .ViewLayout .ViewDecode2,
.StackCVAlways .ViewLayout.DocViewHasDecode1 .ViewDecode2,
.StackCVAlways .ViewLayout.DocViewTitleCols .ViewDecode2,
.StackCVAlways .ViewLayout.DocViewTitleCols.DocViewHasDecode1 .ViewDecode2,
.StackCVAlways .ViewLayout .ViewFieldCaption,
.StackCVAlways .ViewLayout.DocViewHasDecode1 .ViewFieldCaption,
.StackCVAlways .ViewLayout.DocViewTitleCols .ViewFieldCaption,
.StackCVAlways .ViewLayout.DocViewTitleCols.DocViewHasDecode1 .ViewFieldCaption,
.StackCVAlways .ViewLayout.DocViewNoMessages .ViewFieldCaption {
  display: inline;
  margin-bottom: 2px;
  white-space: normal;
  width: auto;
  padding: 0;
  min-width: 0;
  max-width: 100%;
}
.StackCVAlways .ViewFieldCaption + .ViewField {
  padding-top: 3px;
}
.StackCVAlways .ViewFieldCaption.Empty + .ViewField {
  padding-top: 0;
}
.StackCVAlways .ViewField,
.StackCVAlways .ViewDecode2 {
  margin-bottom: 5px;
}
.StackCVAlways .ViewDecode1 > div,
.StackCVAlways .ViewDecode2 > div {
  padding-left: 0;
}
.StackCVAlways tr.ViewStructureRow {
  display: none;
}
.StackCVAlways .ViewLayout tr.ViewFieldContainer.SimpleViewControlCheckbox,
.StackCVAlways .ViewLayout tr.ViewFieldContainer.SimpleViewControlRadioButton {
  box-sizing: border-box;
  max-width: 100%;
  padding: 3px 0 0 25px;
  position: relative;
  min-height: 25px;
}
.StackCVAlways .ViewLayout tr.ViewFieldContainer.SimpleViewControlCheckbox::after,
.StackCVAlways .ViewLayout tr.ViewFieldContainer.SimpleViewControlRadioButton::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  width: 0;
}
.StackCVAlways .ViewLayout tr.ViewFieldContainer.SimpleViewControlCheckbox > .ViewField,
.StackCVAlways .ViewLayout tr.ViewFieldContainer.SimpleViewControlRadioButton > .ViewField {
  width: auto;
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.StackCVAlways .ViewLayout tr.ViewFieldContainer.SimpleViewControlCheckbox > .ViewField > .ViewFieldWrapper,
.StackCVAlways .ViewLayout tr.ViewFieldContainer.SimpleViewControlRadioButton > .ViewField > .ViewFieldWrapper {
  width: auto;
  min-width: 0;
  max-width: none;
}

/***** Control Grids *****/
.ControlGridLayout.DocViewNotResponsive {
  display: inline-block;
  vertical-align: top;
}
.ControlGridLayout.DocViewNotResponsive, .ControlGridLayout.DocViewNotResponsive.FastPanel {
  overflow-x: auto;
  overflow-y: hidden;
}
.ControlGridLayout.DocViewNotResponsive::before, .ControlGridLayout.DocViewNotResponsive.FastPanel::before {
  right: 0;
}
.ControlGridLayout.DocViewNotResponsive.FieldLayoutGrid, .ControlGridLayout.DocViewNotResponsive.FastPanel.FieldLayoutGrid {
  float: left;
  width: auto;
}

.ControlGridContainer {
  position: relative;
}

div.ControlGridInputContainer,
.ControlGridControlLabel > .ControlGridDecode2 {
  position: absolute;
}

.CGDC {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-justify: start;
  -ms-flex-pack: start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.CGDC > .clearer {
  display: none;
}
.CGDC.Overflow {
  overflow: visible;
}

/*.CGD,
    .CGDC.ControlGridDecode1
    {
        @include display-flex;
        @include flex-direction(row);
        height: 100%;
        width: 100%;
    }*/
.CGD {
  display: block;
}
.CGD.CTEW, .CGD.LBW {
  display: -ms-flexbox;
  display: flex;
}
.CGD.CTEW > .clearer, .CGD.LBW > .clearer {
  display: none;
}
.CGD .CaptionLabel,
.CGD .CaptionLink {
  height: auto;
  width: 100%;
  overflow: hidden;
}
.ControlGridDecode1 .CGD.IconCaption,
.CGD .CaptionLabel.IconCaption,
.CGD .CaptionLinkText.IconCaption,
.CGD .IconCaption .IconCaptionText.IconCaption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-justify: start;
  -ms-flex-pack: start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.ControlGridDecode1 .CGD.IconCaption > .clearer,
.CGD .CaptionLabel.IconCaption > .clearer,
.CGD .CaptionLinkText.IconCaption > .clearer,
.CGD .IconCaption .IconCaptionText.IconCaption > .clearer {
  display: none;
}
.ControlGridDecode1 .CGD.IconCaption .FICWSmall,
.CGD .CaptionLabel.IconCaption .FICWSmall,
.CGD .CaptionLinkText.IconCaption .FICWSmall,
.CGD .IconCaption .IconCaptionText.IconCaption .FICWSmall {
  -ms-flex-item-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  top: 0;
}
.CGD .CaptionLabel.FastHtmlLabel {
  display: block;
}

.CGCPLeft .CGDC {
  float: left;
}

.CGCPRight .ControlGridDecode1,
.CGCPBottom .ControlGridDecode1,
.CGCPRight .ControlGridDecode2,
.CGCPBottom .ControlGridDecode2 {
  position: absolute;
}

.CGCPTop .CGDC,
.CGCPBottom .CGDC {
  width: 100%;
}
.ControlGridField {
  position: absolute;
  box-sizing: border-box;
}
.ControlGridField .CaptionIcon {
  display: inline;
  padding-right: 10px;
}
.ControlGridField .FieldBackground {
  height: 100%;
  width: 100%;
}
.ControlGridField.CGFlex {
  position: static;
}

.ControlGridControlCheckbox .InputWrapper,
.ControlGridControlRadioButton .InputWrapper {
  height: auto;
  width: auto;
  padding: 0;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.CGVATop {
  -ms-flex-align: start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.CGVACenter {
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}

.CGVABottom {
  -ms-flex-align: end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.CGHALeft {
  text-align: left;
  -ms-flex-justify: start;
  -ms-flex-pack: start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.CGHACenter {
  text-align: center;
  -ms-flex-justify: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}

.CGHARight {
  text-align: right;
  -ms-flex-justify: end;
  -ms-flex-pack: end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.ControlGridField .FastTitlebar, .ControlGridField.WebDocTitleBanner .FastTitlebar {
  height: 100%;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-justify: start;
  -ms-flex-pack: start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.ControlGridField .DFI,
.ControlGridField .DFB,
.ControlGridField .ui-checkboxradio-label {
  height: 100%;
  width: 100%;
}
.ControlGridField .DFI {
  padding-top: 0;
  padding-bottom: 0;
}
.ControlGridField .DFB {
  padding: 0;
}
.ControlGridField input[type=checkbox],
.ControlGridField input[type=radio] {
  vertical-align: top;
  margin: 0;
  width: 16px;
  height: 16px;
  padding: 0;
}
.ControlGridField input[type=checkbox].FastCheckboxButton,
.ControlGridField input[type=radio].FastRadioButtonButton {
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
}
.ControlGridField .FastComboButtonSet,
.ControlGridField .FastComboButtonSetButtons {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  margin: 0;
}
.ControlGridField .FastComboButtonLabelText {
  padding-top: 0;
  padding-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-justify: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ControlGridField .FastComboButtonLabelText > .clearer {
  display: none;
}
.ControlGridField .DocControlImage {
  max-width: 100%;
  /* Force images to scale up with font scaling grids */
}
.ControlGridField .DocControlImage.DocControlImageStretch {
  height: 100%;
  width: 100%;
}
.ControlGridField .ui-checkboxradio-label .FastToggle {
  height: 14px;
  width: 30px;
  border-radius: 28px;
  border: 2px solid;
}
.ControlGridField .ui-checkboxradio-label .FastToggle::before {
  font-size: 12px;
  height: 12px;
  width: 12px;
  left: -15px;
  margin-top: -6px;
}
.ControlGridField .ui-checkboxradio-label .FastToggle::after {
  height: 12px;
  width: 12px;
  margin-top: -6px;
  left: 1px;
}
.ControlGridField .ui-checkboxradio-label.ui-state-active .FastToggle::after {
  left: 17px;
}
.ControlGridField .ui-checkboxradio-label.ui-state-active .FastToggle::before {
  left: 1px;
}

/*** Control Grid Overrides ***/
/*** Legacy Control Grids ***/
.CGLegacy {
  font-size: 11px;
}
.CGLegacy .ui-buttonset .ui-button {
  border-top-width: 3px;
  border-bottom-width: 3px;
}
.CGLegacy .FastTitlebar {
  padding-bottom: 0;
  margin-bottom: 0;
  height: 100%;
  box-sizing: border-box;
}

.CGLegacyFont {
  font-size: 11px;
}

.FastTitlebar {
  white-space: normal;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  position: relative;
}
.FastTitlebar > .clearer {
  display: none;
}
.FastTitlebar.FastBasicTitlebar {
  margin-bottom: 10px;
}

.TitlebarIconWrapper {
  margin-right: 10px;
}

.FastTitlebarCaptionWrapper {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.FastTitlebarCaptionWrapper > .clearer {
  display: none;
}
.FastTitlebarCaptionWrapper .FastHeadingLevelCaptionh1 {
  font-size: 165%;
}
.FastTitlebarCaptionWrapper .FastHeadingLevelCaptionh2 {
  font-size: 150%;
}
.FastTitlebarCaptionWrapper .FastHeadingLevelCaptionh3 {
  font-size: 135%;
}
.FastTitlebarCaptionWrapper .FastHeadingLevelCaptionh4 {
  font-size: 100%;
}
.FastTitlebarCaptionWrapper .FastHeadingLevelCaptionh5 {
  font-size: 90%;
}
.FastTitlebarCaptionWrapper .FastHeadingLevelCaptionh6 {
  font-size: 80%;
  font-weight: 700;
}
.WebDocTitleBanner .FastTitlebarCaptionWrapper .FastHeadingLevelCaptionh6 {
  font-weight: 600;
}

.FastTitlebarCaption {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: block;
  margin: 0 auto 0 0;
  font-weight: 600;
  white-space: normal;
  max-width: 100%;
  overflow: hidden;
}
.ContextMenuModal .FastTitlebarCaption {
  white-space: nowrap;
}

.HeaderLinkContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
}
.HeaderLinkContainer > .clearer {
  display: none;
}

.HeaderLinkAligner {
  display: none;
}

.FastHeaderLink {
  margin-left: 1rem;
  /* Specific Selector for overriding view-specific behavior. */
}
.FastHeaderLink.ILH.DisabledLink {
  display: none;
}
.FastHeaderLink .CaptionLabel,
.FastHeaderLink .CaptionLink {
  vertical-align: top;
  color: inherit;
}
.HeaderLinkContainer .FastHeaderLink .CaptionLabel,
.HeaderLinkContainer .FastHeaderLink .CaptionLinkText {
  padding: 0;
  overflow: visible;
}
.FastHeaderLink .TitleMenuLink,
.FastHeaderLink .TableFilterLink {
  height: 1.5rem;
  width: 1.5rem;
  margin: -0.25rem 0;
  overflow: hidden;
  position: relative;
  text-indent: -100000px;
}
.FastHeaderLink .TitleMenuLink::before,
.FastHeaderLink .TableFilterLink::before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.75rem;
  height: 1.5rem;
  width: 1.5rem;
  font-size: 1.5rem;
  text-indent: 0;
}
.FastHeaderLink .TitleMenuLink:link:hover,
.FastHeaderLink .TableFilterLink:link:hover {
  text-decoration: none;
}
.FastHeaderLink.FastIconHeaderLink .FICW.CaptionIconWrapper {
  margin-right: 0;
}
.FastHeaderLink.FastIconHeaderLink .IconCaptionText {
  display: block;
  overflow: hidden;
  width: 1px;
  margin-right: -1px;
  text-indent: 1px;
  white-space: pre;
}
.FastHeaderLink .TitleMenuLink::before {
  content: "";
}
.FastHeaderLink .TableFilterLink::before {
  content: "";
}

.TitleMenuLinkContainer {
  display: none;
}
.TitleMenuLinkContainer.TableMenuLinkContainer {
  display: block;
}

.WebDocTitleBanner {
  border: 1px solid;
  border-radius: 0 0 4px 4px;
}
.WebDocTitleBanner .FastTitlebar {
  padding: 20px;
  border-top-width: 3px;
  border-top-style: solid;
  border-bottom-width: 0;
  border-bottom-style: solid;
  background: none;
}
.FPB .WebDocTitleBanner .FastTitlebar, .FastStatusLabel .WebDocTitleBanner .FastTitlebar, .FastStatusPanel .WebDocTitleBanner .FastTitlebar {
  border-top-width: 0;
  border-bottom-width: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.FPB .WebDocTitleBanner, .FastStatusLabel .WebDocTitleBanner, .FastStatusPanel .WebDocTitleBanner {
  border: none;
  background: none;
}
.WebDocTitleBanner .FastTitlebarCaption {
  font-size: 1.5em;
}
.WebDocTitleBanner .FICRI {
  font-size: 32px;
}

.FastSectionHeaderCaption,
.FastSubSectionHeaderCaption {
  display: block;
  font-weight: 600;
  white-space: normal;
  max-width: 100%;
  overflow: hidden;
}

.FastSectionHeaderCaption {
  font-size: 135%;
}

.FastSubSectionHeaderCaption {
  font-size: 100%;
}

textarea.DocRichTextBox {
  visibility: hidden;
  display: block;
}

/***** View Selector *****/
.TabContainer {
  box-sizing: border-box;
  position: relative;
}
.TabContainer.StandardTabContainer {
  margin-bottom: 20px;
}

.TabContainerTabs .ViewTabSet,
.TabContainerTabs .ViewTabSetScrollWrapper {
  border: none;
}

.DocViewLayout + .DocTabWrapper {
  margin-top: 20px;
}

.DocViewLayout.Hidden + .DocTabWrapper,
.DocViewLayout.DisplayHidden + .DocTabWrapper {
  margin-top: 0;
}

.DocSingleGroupView .InnerTabSetScrollWrapper,
.DocSingleGroupView .InnerTabSetWrapper,
.DocSingleGroupView .InnerTabSet {
  display: none;
}

.TabSetWrapper {
  overflow: hidden;
}
.TabSetWrapper.PanelScrollContainer.CanScroll {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.hiddenscroll .TabSetWrapper.PanelScrollContainer.CanScroll {
  overflow-x: scroll;
}
.TabSetWrapper.PanelScrollContainer.CanScroll .PanelScrollContentContainer {
  padding-right: 2rem;
}
.TabSetScrollContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.TabSetScrollContent > .clearer {
  display: none;
}

.TabSet,
.TableRowSelector {
  position: relative;
  box-sizing: border-box;
  min-width: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  vertical-align: top;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.TabSet > .clearer,
.TableRowSelector > .clearer {
  display: none;
}

.TableRowSelector {
  overflow: hidden;
}

.TabSetScrollWrapper .PanelScrollButton {
  top: 0;
  bottom: 0;
  height: auto;
  margin: 0;
}
.TabSetScrollWrapper .PanelScrollButton.PanelScrollLeft {
  border-radius: 4px 100px 100px 4px;
}
.TabSetScrollWrapper .PanelScrollButton.PanelScrollRight {
  border-radius: 100px 4px 4px 100px;
}

.TabContainer.DesignMode .TabSet {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  box-sizing: border-box;
}

.TabSetSpacer {
  margin-right: auto;
  display: none;
}

/*.GroupTabSet
{
    border: none;
    padding-top: 0;
    padding: 0 $panelPadding;
    border-top: $panelAccentBorder;
}*/
.TabSetTab,
.RowSelectorTab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
  min-width: 0;
  background: inherit;
}
.TabSetTab > .clearer,
.RowSelectorTab > .clearer {
  display: none;
}

.TabSetTab.TabSetTabActive,
.RowSelectorTab.RowSelectorSelected {
  flex-shrink: 0;
}
@media print {
  .TabSetTab.TabSetTabActive,
.RowSelectorTab.RowSelectorSelected {
    text-decoration: underline;
    font-weight: bold;
  }
}

.TabErrorIndicator {
  display: none;
  font-size: 22px;
  height: 1em;
  width: 1em;
  text-indent: -1000000px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -11px;
}
.TabErrorIndicator::before {
  content: "error";
  display: block;
  height: 1em;
  width: 1em;
  line-height: 1em;
  text-align: center;
  text-indent: 0;
}

.TabSetError .TabErrorIndicator {
  display: block;
}

.TabSet .TabSetLink,
.TabSet .RowSelectorLink {
  display: block;
  position: relative;
  line-height: 2em;
  color: inherit;
}

.TabBackButton > .TabSetLink, .DocTabWrapper .TabSet .TabBackButton > .TabSetLink {
  padding: 0;
  border-radius: 4px;
}
.TabBackButton > .TabSetLink .DocTabText {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.TabBackButton > .TabSetLink .DocTabText > .clearer {
  display: none;
}
.TabBackButton > .TabSetLink .DocTabText::before {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: top;
  overflow: hidden;
  font-size: 1.5rem;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
  margin-right: 10px;
}

.ViewTabSet {
  padding: 4px 5px;
  border-radius: 0;
  border: none;
}
.ViewTabSet::before {
  content: " ";
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
  z-index: 1;
}
.ViewTabSet .TabSetTab {
  margin: 0 28px 0 0;
}
.ViewTabSet .TabSetTab.TabSetError .TabSetLink {
  padding: 0 3px 0 28px;
}
.ViewTabSet .TabSetTab.TabSetGood .TabSetLink {
  padding: 0 15.5px;
}
.ViewTabSet .TabSetLink {
  border-radius: 0;
  padding: 0;
  text-align: center;
}
.ViewTabSet .TabGhostSelectedCaption {
  padding: 0 0.1em;
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.ViewTabSet .TabSetActive > .TabSetLink {
  /*&::after
  {
      content: "";
      display: block;
      height: $selectorBorderThickness;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      //opacity: 0.4;
  }*/
}

.GroupTabSet,
.TableRowSelector {
  padding: 10px 10px 0;
}
.HighlightTabSet.GroupTabSet,
.HighlightTabSet.TableRowSelector {
  padding-top: 5px;
  padding-bottom: 5px;
}
.GroupTabSet::before,
.TableRowSelector::before {
  display: none;
}
.GroupTabSet .SelectorUnderline,
.TableRowSelector .SelectorUnderline, .GroupTabSet .Replay .TabSetActive::after,
.TableRowSelector .Replay .TabSetActive::after, .Replay .GroupTabSet .TabSetActive::after,
.Replay .TableRowSelector .TabSetActive::after {
  display: none;
}
.GroupTabSet .TabSetTab,
.TableRowSelector .TabSetTab {
  margin: 0 7px -1px 0;
}
.GroupTabSet .TabSetTab.TabSetError .TabSetLink,
.TableRowSelector .TabSetTab.TabSetError .TabSetLink {
  padding: 0 3px 0 28px;
}
.GroupTabSet .TabSetTab.TabSetGood .TabSetLink,
.TableRowSelector .TabSetTab.TabSetGood .TabSetLink {
  padding: 0 15.5px;
}
.GroupTabSet .TabSetLink,
.TableRowSelector .TabSetLink {
  border-radius: 4px 4px 0 0;
  padding: 0 14px;
}

.TabSetTabCaption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  height: 2em;
}
.TabSetTabCaption > .clearer {
  display: none;
}
.TabSetTabCaption .DocTabText {
  line-height: 2em;
}

.DynamicTabSpacer {
  height: 2em;
}

/*.DocViewCaptionText,
.DocGroupCaptionText
{
    display: block;
    line-height: $viewTabLineHeight;
}*/
.DocViewCount,
.DocGroupCount,
.DFCC {
  display: block;
  font-size: 75%;
  line-height: 1;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 4px 0 0 4px;
}

.DFCC {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  font-weight: bold;
}

.DFCCP {
  font-weight: bold;
}

.ViewSelectorMenuTabs {
  padding-right: 2rem;
}

.ViewSelectorButtonContainer {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: -20px;
  margin-left: 0.5rem;
}
.TabSetTab + .ViewSelectorButtonContainer {
  margin-left: auto;
}

.ViewSelectorButton {
  text-indent: -100000px;
  overflow: hidden;
  font-size: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  padding: 0;
  box-shadow: none;
  border: none;
}
.ViewSelectorButton::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
}
.TabSet .ViewSelectorButton {
  background-color: transparent;
  color: inherit;
}
.ViewSelectorButton.ViewSelectorButtonMenu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: 2rem;
  background-color: transparent;
}
.ViewSelectorButton.ViewSelectorButtonMenu::before {
  content: "search";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.75rem 0 0 -0.75rem;
}
.ViewSelectorButton.ViewSelectorButtonMenu.ViewSelectorMenuClose::before {
  content: "";
  content: ""/"";
}
.ViewSelectorButton.ContextLogClose::before {
  content: "";
  content: ""/"";
}
.ViewSelectorButton.ContextLogToggleWindow::before {
  content: "";
  content: ""/"";
}
.ui-dialog .ViewSelectorButton.ContextLogToggleWindow::before {
  content: "";
  content: ""/"";
}

.ViewSelectorMenuTable {
  width: 100%;
  table-layout: fixed;
}

/*** Steps/Stages/Paths ***/
.StepInfoViewContainer {
  margin-bottom: 20px;
}
.DocViewLayout + .StepInfoViewContainer {
  margin-top: 20px;
}

.StepInfoStepsWrapper {
  position: relative;
  overflow: hidden;
  padding: 5px;
}
.StepInfoStepsWrapper.Overflown::before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  z-index: 2;
  pointer-events: none;
}
.StepInfoStepsWrapper.OverflownFuture::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  z-index: 2;
  pointer-events: none;
}

.StepInfoSteps {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.StepInfoSteps > .clearer {
  display: none;
}
.StepInfoSteps::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  top: 20px;
  opacity: 0.5;
}

.StepInfoHeader {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0.5rem;
}

.StepInfoStepContainer {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
}
.StepInfoStepContainer::before {
  content: " ";
  display: block;
  position: absolute;
  right: 142px;
  top: 15px;
  background: currentColor;
  width: 216px;
  height: 4px;
}

.StepInfoStep {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  width: 250px;
  padding: 0 1rem;
  box-sizing: border-box;
  color: inherit;
}
.StepInfoStep > .clearer {
  display: none;
}
.StepInfoStep:link:hover {
  text-decoration: none;
}
.StepInfoStep::before {
  display: block;
  content: "";
  height: 1em;
  width: 1em;
  line-height: 1em;
  border-radius: 100%;
  margin-bottom: 0.25rem;
  text-align: center;
  z-index: 1;
  font-size: 18px;
  border: 4px solid;
  padding: 4px;
}

.StepInfoPriorStep {
  /*&::after
  {
      content: " ";
      display: block;
      position: absolute;
      left: $stepConnectorStart;
      top: ($stepStatusTotalSize / 2) - ($stepConnectorSize / 2);
      width: $stepConnectorWidth;
      height: $stepConnectorSize;
  }*/
}
.StepInfoPriorStep .StepInfoStep::before {
  content: "";
}
.StepInfoPriorStep.StepInError .StepInfoStep::before, .StepInfoPriorStep.ViewInError .StepInfoStep::before {
  content: "";
}

.StepInfoFinalStep {
  /*.StepInfoStep::before
  {
      content: $mi-check;
  }*/
}

.StepInfoFutureStep .StepInfoStep::before {
  content: "";
}
.StepInfoFutureStep::before {
  display: none;
}

.StepInfoStepCaption {
  text-align: center;
  white-space: normal;
}

.StepInfoStepNumber {
  display: none;
}

.StepInfoCompletedDoc .StepInfoStep::before {
  content: "";
}

.StageStepInfoContainer {
  overflow: hidden;
}
.StageStepInfoViewContainer {
  margin-bottom: 20px;
}

.StageStepInfoHeader {
  margin-top: 20px;
  font-size: 1.5em;
  font-weight: 600;
}

.StageStepInfoSteps,
.StageStepInfoStepContainer,
.StageStepInfoStep,
.StageStepInfoStepCaption,
.StageStepInfoStepCaptionText,
.PathListPath,
.PathListEntryCaption,
.StepInfoButtonWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  white-space: nowrap;
}
.StageStepInfoSteps > .clearer,
.StageStepInfoStepContainer > .clearer,
.StageStepInfoStep > .clearer,
.StageStepInfoStepCaption > .clearer,
.StageStepInfoStepCaptionText > .clearer,
.PathListPath > .clearer,
.PathListEntryCaption > .clearer,
.StepInfoButtonWrapper > .clearer {
  display: none;
}

.PathListSeparator::before {
  content: "chevron_right";
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  font-size: 1.5rem;
  margin: 0 0.5rem;
}

.StageStepInfoStepContainer {
  position: relative;
  white-space: nowrap;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /*&::before
  {
      content: "";
      height: $stageStepBorderWidth;
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      margin-top: -0.5 * $stageStepBorderWidth;
      background-color: currentColor;
  }*/
}
.StageStepInfoStepContainer::before {
  content: "";
  height: 2px;
  background-color: currentColor;
  width: 2rem;
  margin-right: 14px;
}
.StageStepInfoStepContainer.StageStepInfoLastStep .StageStepInfoStepCaption {
  margin-right: 0;
}
.StageStepInfoStepContainer + .DFB {
  margin-left: 2rem;
}
.StageStepInfoStepContainer.StageStepInfoFirstStep::before {
  display: none;
}

.StageStepInfoStep {
  padding: 0;
  color: inherit;
  z-index: 1;
}
.StageStepInfoStep::before {
  content: "chevron_right";
  font-size: 16px;
  line-height: 1em;
  height: 1em;
  width: 1em;
  border-radius: 1em;
  padding: 3px;
  z-index: 1;
  font-weight: bold;
}
.StageStepInfoPriorStep .StageStepInfoStep::before {
  content: "";
}
.StageStepInfoFutureStep .StageStepInfoStep {
  font-weight: 600;
}
.StageStepInfoFutureStep .StageStepInfoStep::before {
  content: "";
}

.StageStepInfoStepLink:link:hover {
  text-decoration: none;
}

.StageStepInfoStepNumber {
  display: block;
  white-space: pre;
}

.StageStepInfoStepCaption {
  background: inherit;
  margin: 0;
  padding: 6px 14px;
}

.StageStepInfoStepCaptionText {
  position: relative;
}
.StageStepInfoStepCaptionText .ColIcon {
  padding: 0 5px 0 0;
  position: static;
}
.StageStepInfoStepCaptionText .ColIconText {
  padding: 0;
}

.StepInfoActionButton {
  margin-top: -0.5em;
  margin-bottom: -0.5em;
}

/*.StepInfoActionButton,
.StageStepInfoActionButton,
.StepInfoActionButton .StageStepInfoStep,
.StageStepInfoActionButton .StageStepInfoStep
{
    opacity: 1;

    &::before,
    &::after
    {
        display: none;
    }

    .StageStepInfoStepCaption
    {
        background: none;
        margin: 0;
        padding: 0;
    }
}*/
.StageStepInfoCurrentStep {
  font-weight: 600;
}

.PathListContainer {
  padding: 0.5rem;
  overflow: hidden;
  border: 1px solid;
}

.PathListEntryLabel,
.PathListEntryLink {
  display: block;
  font-weight: 600;
  padding: 6px 8px;
  color: inherit;
}

.PathListCurrent {
  border-radius: 4px;
}

/*** Additional Status Panel/Label Stuff ***/
.FastStatusLabel .CaptionLabel,
.FastStatusLabel .FGLW .CaptionLabel {
  padding: 10px;
}
.FastStatusLabel > .CaptionLink,
.FastStatusLabel > .LBW > .CaptionLink {
  margin: 5px;
}
.FastStatusLabel > .CaptionLink > .CaptionLinkText,
.FastStatusLabel > .LBW > .CaptionLink > .CaptionLinkText {
  padding: 5px;
}
.FastStatusLabel .FastTitlebar.FastTitlebar {
  background: none;
  border: none;
  padding: 10px;
  margin: 0;
}
.FastStatusLabel .FastTitlebar.FastTitlebar .CaptionLinkText {
  padding: 0;
}
.FastStatusLabel .FastTitlebar.FastTitlebar .TitlebarIconWrapper {
  margin: -11px 0.5rem -11px 0;
}
.FastStatusLabel .CaptionIconWrapper {
  align-self: flex-start;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.FastStatusLabel .CaptionIconWrapper::after {
  content: " ";
  width: 0;
  overflow: hidden;
  visibility: hidden;
}
.FastStatusLabel .CaptionIconWrapper .CaptionIcon {
  margin: -50% 0;
}
.FastStatusLabel .CaptionIconWrapper .CaptionImageIcon {
  margin: 0;
}

/*** Media Controls ***/
.DocMediaContainer {
  overflow: hidden;
}
.DocMediaContainer.DocMediaContainerVideo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.DocMediaContainer.DocMediaContainerVideo > .clearer {
  display: none;
}
.DocMediaContainer.DocMediaContainerVideo .ControlGridInputContainer {
  height: 100%;
}
.ControlGridInputContainer .DocMediaContainer {
  max-height: 100%;
  width: 100%;
}
.DocMediaContainer.DocMediaFakeFullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000000;
}

video.DocControlMedia {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
  background: #000;
  color: inherit;
}

.DocMediaControls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid;
}
.DocMediaControls > .clearer {
  display: none;
}
.DocMediaControls .ui-slider {
  margin-top: 0.5rem;
}

.DocMediaAction {
  text-indent: -100000px;
  overflow: hidden;
  font-size: 3rem;
  height: 3rem;
  width: 3rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: inherit;
  margin: 20px;
  padding: 0;
  border-radius: 1.5rem;
  border: none;
}
.DocMediaAction::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
}
.DocMediaActionDocMediaLoading::before {
  content: "";
  content: ""/"";
}
.DocMediaAction.DocMediaError::before {
  content: "";
  content: ""/"";
}
.DocMediaAction.DocMediaPlay::before {
  content: "";
  content: ""/"";
}
.DocMediaAction.DocMediaPause::before {
  content: "";
  content: ""/"";
}
.DocMediaAction.DocMediaFullscreen::before {
  content: "";
  content: ""/"";
}
.DocMediaAction.DocMediaExitFullscreen::before {
  content: "";
  content: ""/"";
}

.DocMediaVolumeInfo,
.DocMediaTimeInfo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-justify: end;
  -ms-flex-pack: end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding: 20px;
}
.DocMediaVolumeInfo > .clearer,
.DocMediaTimeInfo > .clearer {
  display: none;
}
.HideControls .DocMediaVolumeInfo,
.HideControls .DocMediaTimeInfo {
  display: none;
}

.DocMediaVolumeInfo {
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  min-width: 5rem;
}

.DocMediaTimeInfo {
  -ms-flex: 1 1 75%;
  flex: 1 1 75%;
}

/*.DocMediaTimeInfo .DocMediaSliderText
{
    @include align-self(flex-end);
}*/
.DocMediaControlsUnsupported {
  padding: 20px;
}

/***Monitoring***/
.MonitoringPreview {
  display: block;
  overflow: hidden;
  position: fixed;
  z-index: 15000;
  bottom: 14px;
  height: auto;
  max-height: 15em;
  width: auto;
  max-width: 20em;
  background: #BDBDBD;
}
.MonitoringPreview.MonitoringPreviewPhoto {
  left: 14px;
}
.MonitoringPreview.MonitoringPreviewScreen {
  right: 14px;
}

.FastImageMonitoring {
  border: 2px solid;
}

.FastMonitorTools {
  position: absolute;
  top: 0;
  left: 0;
}

.FastMonitorToolButton {
  text-indent: -100000px;
  overflow: hidden;
  font-size: 1.5rem;
  height: 1em;
  width: 1em;
  position: relative;
  display: block;
  box-sizing: content-box;
  margin: 4px;
}
.FastMonitorToolButton::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
}
.FastMonitorToolButton::before {
  display: block;
  text-indent: 0;
}

/*** Mode Banner ***/
.ModeBanner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  box-sizing: border-box;
}
.ModeBanner > .clearer {
  display: none;
}
.ModeBanner .ModeBannerIcon,
.ModeBanner .ModeBannerClose,
.ModeBanner .DocHelpSearchLink {
  text-indent: -100000px;
  overflow: hidden;
  font-size: 2rem;
  height: 2rem;
  width: 2rem;
  -ms-flex: 0 0 2rem;
  flex: 0 0 2rem;
  color: inherit;
}
.ModeBanner .ModeBannerIcon::before,
.ModeBanner .ModeBannerClose::before,
.ModeBanner .DocHelpSearchLink::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
}
.ModeBanner .ModeBannerClose::before {
  content: "";
  content: ""/"";
}
.ModeBanner .ModeBannerCaption {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 0.5rem;
  font-weight: 600;
}
.ModeBanner .ModeBannerDescription {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 1rem;
}
.ModeBanner.DocHelpBanner .ModeBannerIcon::before {
  content: "";
  content: ""/"";
}
.ModeBanner.DocHelpBanner .DocHelpSearchLink::before {
  content: "";
  content: ""/"";
}
.ModeBanner.DocDecodeBanner .ModeBannerIcon::before {
  content: "";
  content: ""/"";
}
.ModeBanner.ViewOnTapBanner .ModeBannerIcon::before {
  content: "";
  content: ""/"";
}

/*** Quick Filtering ***/
.QuickFilterOnly {
  display: none;
}
.QuickFiltering .QuickFilterOnly, .DesignMode .QuickFilterOnly {
  display: block;
}

.TableContainer.QuickFiltered,
tbody.QuickFiltered,
.ViewSelectorMenuViewItem.QuickFiltered,
.ItemListRow.QuickFiltered,
.ItemListOutlineGroup.QuickFiltered,
tr.QuickFiltered {
  display: none !important;
}

.QuickFiltered a, .QuickScreenFiltered a, a.QuickFiltered, a.QuickScreenFiltered,
.QuickFiltered img,
.QuickScreenFiltered img,
img.QuickFiltered,
img.QuickScreenFiltered {
  opacity: 0.4;
}

.FastHeaderLink > .QuickFiltered, .QuickFiltered.TableHeaderLink {
  display: none;
}

/*a.QuickFiltered,
td.QuickFiltered a,
tr.QuickFiltered a,
a.QuickScreenFiltered,
td.QuickScreenFiltered a,
tr.QuickScreenFiltered a
{
    opacity: 0.2;
}

    a.QuickFiltered img,
    td.QuickFiltered img,
    tr.QuickFiltered img,
    a.QuickScreenFiltered img,
    td.QuickScreenFiltered img,
    tr.QuickScreenFiltered img
    {
        opacity: 0.2;
    }*/
a.QuickFilterMatch.QuickFilterTarget {
  text-decoration: underline;
}

/*** Fast Simple Tabs ***/
.FastTabContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.FastTabContainer > .clearer {
  display: none;
}
.FastTabContainer.Vertical {
  -ms-flex-direction: row;
  flex-direction: row;
}

.FastTabs {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 20px 20px 0 20px;
}
.FastTabs > .clearer {
  display: none;
}
.Vertical > .FastTabs {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0 20px 20px;
  border: none;
  min-width: 10em;
  max-width: 15em;
}

.FastTab {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 7px 0 0;
  min-width: 0;
}
.Vertical .FastTab {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 7px 0;
}
.Vertical .FastTab > a {
  border-radius: 4px 0 0 4px;
}
.FastTab > a {
  display: block;
  padding: 0 14px;
  line-height: 2em;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.FastTabContent {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: none;
  padding: 20px;
}
.FastTabContent.FastTabCurrentContent {
  display: block;
}
.Vertical > .FastTabContent {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 10em;
}

.MenuColumn + .MenuColumn {
  margin-top: 20px;
}

.MenuHeader {
  display: block;
  font-weight: 600;
  margin-bottom: 14px;
}

.MenuItem {
  display: block;
  margin: 3px 0;
  padding: 3px 3px;
  border-radius: 4px;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.MenuLabel {
  padding: 3px;
}
.MenuLabel.TableRows {
  margin-top: 20px;
}

.SimpleMenu .MenuColumn + .MenuColumn {
  margin-top: 1.5rem;
}
.SimpleMenu .MenuHeader {
  font-size: 1.25rem;
}
.SimpleMenu .MenuItem {
  overflow: hidden;
  padding: 0;
  margin: 0.5rem 0 0;
}
.SimpleMenu .MenuSeparator {
  height: 2px;
  margin-top: 0.5rem;
}

/*** Basic Dialogs ***/
.ui-dialog .FastStandardDialog {
  padding: 0;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ui-dialog .FastStandardDialog > .clearer {
  display: none;
}
.FastStandardDialog .ActionBar {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
}

.FastBasicDialogForm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0;
}
.FastBasicDialogForm > .clearer {
  display: none;
}

.FastBasicDialogLayout {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: auto;
  padding: 20px;
  /*.BasicInput,
  .FastSelect
  {
      @include flex(0 1 18rem);
  }*/
}
.FastBasicDialogLayout .FastBasicSection {
  margin-bottom: 14px;
}
.FastBasicDialogLayout .BasicField {
  margin-bottom: 14px;
}
.FastBasicDialogLayout .BasicLink {
  margin-bottom: 14px;
}
.FastBasicDialogLayout .BasicLink .BasicLinkAnchor {
  display: inline-block;
}
.FastBasicDialogLayout .BasicFieldRelatedLink {
  margin-top: -14px;
}
.FastBasicDialogLayout .BasicCaption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 3px;
}
.FastBasicDialogLayout .BasicCaption > .clearer {
  display: none;
}
.FastBasicDialogLayout .BasicMessageText {
  padding: 6px 0;
}
.FastBasicDialogLayout .BasicInputContainer {
  width: 18em;
}
.FastBasicDialogLayout .BasicInputTextareaContainer,
.FastBasicDialogLayout .BasicInputContainerWide,
.FastBasicDialogLayout .BasicInputFileContainer {
  width: 100%;
}
.FastBasicDialogLayout .BasicInputFile {
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.FastBasicDialogLayout .FastSelect .BasicInput {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.FastBasicDialogLayout .StepInfoSteps {
  margin-bottom: 20px;
}

.FastBasicDialogSimpleLayout {
  position: relative;
}

/*.FastBasicDialogSimpleLayout
{
    @include flex(1 1 100%);
    min-height: 0;
    overflow-y: auto;
    padding: $panelSpacing;
}

.FastBasicDialogWrapper
{
    margin: -$fieldSpacing;

    .FastBasicDialogLayout
    {
        margin: 0;
        width: 100%;
    }
}*/
.BasicInputContainer {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.BasicInputContainer > .clearer {
  display: none;
}

textarea.BasicInput {
  height: 5em;
}

.TablePageForm .BasicDialogColumn2 {
  width: 5em;
}

.ComboMenuFilterContainer {
  margin-bottom: 20px;
}

.FieldComboMenu {
  table-layout: fixed;
  width: 100%;
}

.ComboMenuDecodeColumn {
  width: 15em;
}

.ComboMenuDesriptionColumn {
  width: 100%;
}

.ComboMenuDecode,
.ComboMenuDescription {
  padding: 6px 6px;
  white-space: pre-wrap;
}

.FieldPopupContainer .ActionBar {
  margin: 20px -20px -20px -20px;
}

.AttachmentForm .BasicInput,
.AttachmentForm .FastSelect {
  -ms-flex-preferred-size: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}

.AttachmentForm .DialogProgressBar,
.ImportForm .DialogProgressBar {
  visibility: hidden;
}
.AttachmentForm.Submitted .DialogProgressBar,
.ImportForm.Submitted .DialogProgressBar {
  visibility: visible;
}

/*** Notifications ***/
.qtip.FastNotification {
  border-radius: 4px;
  width: 30em;
  max-width: 90%;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.qtip.FastNotification .qtip-content {
  border-radius: 0 0 0 4px;
  padding: 0;
}

.FastNotificationWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.FastNotificationWrapper > .clearer {
  display: none;
}

.FastNotificationTitlebar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.FastNotificationTitlebar > .clearer {
  display: none;
}

.FastNotificationTitle {
  font-size: 150%;
  font-weight: 600;
  margin-right: auto;
}

.FastNotificationAccent {
  padding: 10px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.FastNotificationAccent .FastNotificationIcon {
  color: inherit;
}

.FastNotificationContent {
  padding: 10px;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  overflow: hidden;
}

.FastNotificationWho {
  font-weight: 600;
}

.FastNotificationText {
  padding: 10px 0;
  white-space: pre-wrap;
}

.FastNotificationInfo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  white-space: nowrap;
}
.FastNotificationInfo > .clearer {
  display: none;
}

.FastNotificationType {
  font-weight: 600;
  white-space: pre-wrap;
}

.FastNotificationWhen {
  margin-left: 20px;
}

.FastNotificationButtons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: auto;
  /*.NotificationDismiss
  {
      margin: 0 0 0 auto;
  }*/
}
.FastNotificationButtons > .clearer {
  display: none;
}
.FastNotificationButtons .FastNotificationButton {
  margin-left: 14px;
}

.FastNotificationButton {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  text-indent: -100000px;
  overflow: hidden;
  font-size: 26px;
  height: 1em;
  width: 1em;
}
.FastNotificationButton::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
}
.FastNotificationButton.NotificationHide::before {
  content: "";
  content: ""/"";
}
.FastNotificationButton.NotificationDismiss::before {
  content: "";
  content: ""/"";
}
.FastNotificationButton.NotificationReply::before {
  content: "";
  content: ""/"";
}

/*** Assistant ***/
.ManagerAssistantContainer {
  overflow: hidden;
  border: 1px solid;
  padding: 0;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 96;
  width: 25rem;
  height: 80vh;
  max-height: 80vh;
  min-height: 300px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.ManagerAssistantContainer > .clearer {
  display: none;
}
.ManagerAssistantContainer > .DocumentContainer {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-height: 0;
  background-color: inherit;
}

.ManagerAssistantMinimized {
  overflow: hidden;
  position: fixed;
  top: 20px;
  right: 20px;
  border-radius: 100%;
  z-index: 96;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  text-indent: -100000px;
  overflow: hidden;
  font-size: 4rem;
  height: 1em;
  width: 1em;
  padding: 1rem;
}
.ManagerAssistantMinimized::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
}
.ManagerAssistantMinimized:link:hover {
  text-decoration: none;
}

.ManagerAssistantHeader {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0.5rem;
  position: relative;
  z-index: 20;
}
.ManagerAssistantHeader > .clearer {
  display: none;
}

.ManagerAssistantName {
  white-space: pre;
  margin-right: auto;
  font-weight: 600;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.AssistantHeaderButton {
  text-indent: -100000px;
  overflow: hidden;
  font-size: 22px;
  height: 1em;
  width: 1em;
  padding: 0;
  border: 0;
  margin-left: 14px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.AssistantHeaderButton::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
}

.MinimizeAssistantButton::before {
  content: "";
  content: ""/"";
}

.AssistantDocumentForm {
  height: 100%;
}
.AssistantDocumentForm > .DocumentContentWrapper,
.AssistantDocumentForm > .DocumentContentWrapper > .DocLayout,
.AssistantDocumentForm > .DocumentContentWrapper > .DocLayout > .ViewContainer {
  padding: 0;
  height: 100%;
}

.AssistantWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.AssistantWrapper > .clearer {
  display: none;
}
.AssistantWrapper .AssistantWrapper_100 {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-height: 0;
}
.AssistantWrapper .AssistantWrapper_200 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 0;
}

.AssistantTranscript.DocViewLayout {
  padding: 0;
  overflow: hidden;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-justify: end;
  -ms-flex-pack: end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  min-height: 0;
}
.AssistantTranscript.DocViewLayout > .clearer {
  display: none;
}
.AssistantTranscript.DocViewLayout > .DocTableWrapper {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
}

.AssistantTranscript.DocTable {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.AssistantTranscript.DocTable > .clearer {
  display: none;
}

.AssistantEntry {
  padding: 0.5rem;
  border-radius: 4px;
  border-radius: 0.5em;
}
.AssistantEntry + .AssistantEntry {
  margin-top: 20px;
}
.AssistantEntry + .AssistantEntry::before {
  display: none;
}
.AssistantEntry > .OutlineHeader,
.AssistantEntry > .OutlineHeader > .OutlineTemplateCell {
  display: block;
  width: auto;
}
.AssistantEntry > .OutlineHeader + .AssistantAction {
  margin-top: 0.5em;
}

.AssistantAction {
  display: block;
}

.AssistantActionLink {
  display: block;
}
.AssistantActionLink .DFL {
  border-radius: 4px;
  text-align: center;
  margin: 0.5rem 0 0 0;
  padding: 6px 1em;
}

.AssistantMessageOnly .TDR {
  display: none;
}

.AssistantMessageToUser,
.AssistantMessageFromUser {
  width: auto;
  max-width: 80%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.AssistantMessageToUser > .clearer,
.AssistantMessageFromUser > .clearer {
  display: none;
}
.AssistantMessageToUser .FlexGridLayout,
.AssistantMessageFromUser .FlexGridLayout {
  width: auto;
}
.flexboxtweener .AssistantMessageToUser .FlexGridLayout,
.flexboxtweener .AssistantMessageFromUser .FlexGridLayout {
  width: 100%;
}

.AssistantMessageToUser {
  background: #EEE;
  color: #000;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-top-left-radius: 0;
}
.AssistantMessageToUser .FastHtmlLabel a {
  font-weight: bold;
}

.AssistantMessageFromUser {
  background: #CCE6FB;
  color: #000;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-top-right-radius: 0;
}

.AssistantMessageReportResponse {
  opacity: 0.7;
  padding: 0;
  font-style: italic;
  font-size: 90%;
}
.AssistantMessageReportResponse::hover {
  opacity: 1;
}
.AssistantMessageReportResponse .TDR {
  display: none;
}

.AssistantInput.DocViewLayout {
  padding: 0.5rem;
  border-top: 1px solid;
}

.AssistantMessageText .FGDW {
  font-size: 80%;
  opacity: 0.6;
}

.AssistantMessageThinking .OutlineTemplateCell::before {
  display: block;
  font-size: 1.4rem;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.AssistantThinkingIndicator {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 0;
  height: 1.4rem;
  width: auto;
  color: #666;
}
.AssistantThinkingIndicator > .clearer {
  display: none;
}
.AssistantThinkingIndicator, .AssistantThinkingIndicator > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.AssistantThinkingIndicator > div {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 6px;
  height: 6px;
  margin: 3px;
  border-radius: 100%;
  -webkit-animation: ball-pulse-sync 0.6s infinite ease-in-out;
  -moz-animation: ball-pulse-sync 0.6s infinite ease-in-out;
  -o-animation: ball-pulse-sync 0.6s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s infinite ease-in-out;
}
.AssistantThinkingIndicator > div:nth-child(1) {
  -webkit-animation-delay: -0.14s;
  -moz-animation-delay: -0.14s;
  -o-animation-delay: -0.14s;
  animation-delay: -0.14s;
}
.AssistantThinkingIndicator > div:nth-child(2) {
  -webkit-animation-delay: -0.07s;
  -moz-animation-delay: -0.07s;
  -o-animation-delay: -0.07s;
  animation-delay: -0.07s;
}
.AssistantThinkingIndicator > div:nth-child(3) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

/*
 * Animation
 */
@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
  }
  66% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes ball-pulse-sync {
  33% {
    -moz-transform: translateY(80%);
    transform: translateY(80%);
  }
  66% {
    -moz-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes ball-pulse-sync {
  33% {
    -o-transform: translateY(80%);
    transform: translateY(80%);
  }
  66% {
    -o-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  100% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(80%);
    -moz-transform: translateY(80%);
    -o-transform: translateY(80%);
    transform: translateY(80%);
  }
  66% {
    -webkit-transform: translateY(-80%);
    -moz-transform: translateY(-80%);
    -o-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
/*** Chat ***/
.ui-dialog .ChatDialog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}
.ui-dialog .ChatDialog > .clearer {
  display: none;
}
.ui-dialog.fast-ui-dialog-open .ChatDialog.ui-dialog-content {
  overflow: hidden;
}

.ChatLogTable {
  display: block;
}
.ChatLogTable > .DocTableBody {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ChatLogTable > .DocTableBody > .clearer {
  display: none;
}

.ChatTabSet {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0;
  padding: 0;
  box-sizing: border-box;
}
.ChatTabSet > .clearer {
  display: none;
}
.ChatTabSet .ui-tabs-nav,
.ChatTabSet .ui-tabs-tab,
.ChatTabSet .ui-tabs {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 0 0 0;
  align-items: center;
}
.ChatTabSet .ui-tabs-nav > .clearer,
.ChatTabSet .ui-tabs-tab > .clearer,
.ChatTabSet .ui-tabs > .clearer {
  display: none;
}
.ChatTabSet .ui-tabs-nav .ui-tabs-nav li,
.ChatTabSet .ui-tabs-tab .ui-tabs-nav li,
.ChatTabSet .ui-tabs .ui-tabs-nav li {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 0 0 0;
  padding: 0.5em;
}
.ChatTabSet .ui-tabs-nav .ui-tabs-nav li > .clearer,
.ChatTabSet .ui-tabs-tab .ui-tabs-nav li > .clearer,
.ChatTabSet .ui-tabs .ui-tabs-nav li > .clearer {
  display: none;
}

.ChatTabs {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-wrap: wrap;
}
.ChatTabs > .clearer {
  display: none;
}
.ChatSingleConversation .ChatTabs {
  display: none;
}
.ChatTabs .ui-tab {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 4px 4px 0 0;
}
.ChatTabs .ui-tab > .clearer {
  display: none;
}
.ChatTabs .ui-tabs-anchor {
  color: inherit;
  padding: 0.5em 1em;
}
.ChatTabs .ui-tabs-active {
  padding: 0.5em 1em;
}
.ChatTabs .ChatTitle {
  background: none;
  color: inherit;
  display: block;
  max-width: 10em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ChatTabs .ChatClose {
  text-indent: -100000px;
  overflow: hidden;
  font-size: 22px;
  height: 1em;
  width: 1em;
  background: none;
  color: inherit;
}
.ChatTabs .ChatClose::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
}

.ChatTabSet .ChatWidget {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0;
  padding: 14px 0;
}
.ChatTabSet .ChatWidget > .clearer {
  display: none;
}

.ChatArea {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid;
  border-width: 1px 0;
  padding-top: 14px;
}
.ChatArea > .clearer {
  display: none;
}

.ChatEntryContainer {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 14px;
  padding: 0 14px;
  /*&.ChatActions
  {
      @include material-icon-replace($mi-menu_open, 1.5rem);
      box-sizing: content-box;
  }

  &.ChatSend
  {
      @include material-icon-replace($mi-send, 1.5rem);
      @include order(1000);
      box-sizing: content-box;
  }*/
}
.ChatEntryContainer > .clearer {
  display: none;
}

.ChatEntryWrapper {
  flex-wrap: wrap;
}
.ChatEntryWrapper .ChatStatus {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 14px;
  padding: 0 14px;
  display: flex;
  flex-basis: 100%;
}
.ChatEntryWrapper .ChatStatus > .clearer {
  display: none;
}
.ChatEntryWrapper .ChatStatusDisplay {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-right: 14px;
  font-style: italic;
  padding: 4px;
}
.ChatEntryWrapper .ChatConnectSpinner {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-indent: -100000px;
  overflow: hidden;
  font-size: 1.5rem;
  height: 1em;
  width: 1em;
  margin: 0;
  box-sizing: content-box;
  padding: 6px;
}
.ChatEntryWrapper .ChatConnectSpinner::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
}

.ChatEntry {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.ChatSend {
  text-indent: -100000px;
  overflow: hidden;
  font-size: 1.5rem;
  height: 1em;
  width: 1em;
  margin-left: 14px;
  margin-right: 0;
  box-sizing: content-box;
}
.ChatSend::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
}

.ChatTools {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 14px;
  padding: 0 14px;
}
.ChatTools > .clearer {
  display: none;
}

.ChatToolButton {
  text-indent: -100000px;
  overflow: hidden;
  font-size: 1.5rem;
  height: 1em;
  width: 1em;
  box-sizing: content-box;
  margin-right: 14px;
  border: none;
  /* &.ChatActions
  {
      @include material-icon-replace($mi-more_vert);
      margin-right: $fieldSpacing;
  }

  &.ChatSend
  {
      @include material-icon-replace($mi-send);
      @include order(1000);
      margin-left: auto;
      margin-right: 0;
  }*/
}
.ChatToolButton::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
}
.ChatToolButton.ChatSupportView::before {
  content: "";
  content: ""/"";
}
.ChatToolButton.ChatInvite::before {
  content: "";
  content: ""/"";
}
.ChatToolButton.ChatSendLibrary::before {
  content: "";
  content: ""/"";
}
.ChatToolButton.ChatAttach::before {
  content: "";
  content: ""/"";
}
.ChatToolButton.ChatShareSession::before {
  content: "";
  content: ""/"";
}
.ChatToolButton.ChatRequestForm::before {
  content: "";
  content: ""/"";
}
.ChatToolButton.ChatReqAttach::before {
  content: "";
  content: ""/"";
}
.ChatToolButton.ChatReqShare::before {
  content: "";
  content: ""/"";
}
.ChatToolButton.ChatAddNote::before {
  content: "";
  content: ""/"";
}

.ChatActionMenu {
  padding: 4px 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.ChatActionMenu::before {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: top;
  overflow: hidden;
  font-size: 22px;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
  margin-right: 10px;
}
.ChatActionMenu > .clearer {
  display: none;
}
.ChatActionMenu.ChatAttach::before {
  content: "";
  content: ""/"";
}
.ChatActionMenu.ChatShareSession::before {
  content: "";
  content: ""/"";
}
.ChatActionMenu.ChatSendLibrary::before {
  content: "";
  content: ""/"";
}
.ChatActionMenu.ChatSupportView::before {
  content: "";
  content: ""/"";
}
.ChatActionMenu.ChatRequestForm::before {
  content: "";
  content: ""/"";
}
.ChatActionMenu.ChatAddNote::before {
  content: "";
  content: ""/"";
}
.ChatActionMenu.ChatInvite::before {
  content: "";
  content: ""/"";
}
.ChatActionMenu.ChatReqAttach::before {
  content: "";
  content: ""/"";
}
.ChatActionMenu.ChatReqShare::before {
  content: "";
  content: ""/"";
}

.ChatWrapper {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  display: block;
  margin: 14px;
  width: auto;
  max-width: 80%;
  min-width: 30%;
  box-sizing: border-box;
}
.ChatWrapper.ChatLog, .ChatWrapper.ChatNote {
  max-width: 100%;
  margin: 0;
  font-style: italic;
  opacity: 0.8;
}
.ChatWrapper.ChatLog.Chat_LOG .ChatText, .ChatWrapper.ChatNote.Chat_LOG .ChatText {
  display: -ms-flexbox;
  display: flex;
}
.ChatWrapper.ChatLog.Chat_LOG .ChatText > .clearer, .ChatWrapper.ChatNote.Chat_LOG .ChatText > .clearer {
  display: none;
}
.ChatWrapper.ChatLog.Chat_NOTE .ChatText, .ChatWrapper.ChatNote.Chat_NOTE .ChatText {
  display: -ms-flexbox;
  display: flex;
}
.ChatWrapper.ChatLog.Chat_NOTE .ChatText > .clearer, .ChatWrapper.ChatNote.Chat_NOTE .ChatText > .clearer {
  display: none;
}
.ChatWrapper.ChatSent {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.ChatWrapper:first-child {
  margin-top: auto;
}
.ChatWrapper.ChatRepeatSender {
  margin-top: 0;
}

.ChatDate {
  display: flex;
  justify-content: center;
  align-self: center;
  width: 100%;
  max-width: 80%;
  margin: 0;
  font-style: italic;
  opacity: 0.8;
  padding: 14px 0px;
}

.ChatLine {
  padding: 14px;
}
.ChatLine.ChatSent {
  border-radius: 0.5em 0 0.5em 0.5em;
}
.ChatLine.ChatReceived {
  border-radius: 0 0.5em 0.5em 0.5em;
}

.ChatAttachThumbnail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: 14px;
  max-height: 100%;
  max-width: 100%;
}
.ChatAttachThumbnail > .clearer {
  display: none;
}

.ChatHistory {
  margin: 0 14px 14px;
  padding-top: 21px;
  display: -ms-flexbox;
  display: flex;
}
.ChatHistory > .clearer {
  display: none;
}
.ChatHistory::before {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: top;
  overflow: hidden;
  font-size: 22px;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
  margin-right: 10px;
}

.ChatReport {
  margin: 0 14px 14px;
  font-style: italic;
}

.ChatFrom {
  display: flex;
  margin-bottom: 0.3em;
  align-items: center;
}
.ChatSent .ChatFrom {
  justify-content: end;
}
.ChatRepeatSender .ChatFrom {
  display: none;
}
.ChatFrom .ChatSender {
  margin-left: 10px;
  margin-right: 10px;
}

.ChatIcon {
  border: 4px solid;
  border-radius: 100%;
}
.ChatSent .ChatIcon {
  margin-right: 0;
  order: 2;
}

.ChatSender {
  font-weight: 500;
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ChatSent .ChatSender {
  order: 1;
}

.ChatNoteLabel {
  display: block;
  margin-bottom: 0.3em;
  font-style: italic;
}

.ChatText {
  display: block;
  white-space: inherit;
  overflow-wrap: anywhere;
}
.ChatText a {
  cursor: not-allowed;
}
.ChatText a:link {
  cursor: pointer;
}
.ChatText.ChatPlainText {
  white-space: pre-wrap;
}

.ChatLink {
  display: -ms-flexbox;
  display: flex;
}
.ChatLink > .clearer {
  display: none;
}
.ChatLink::before {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: top;
  overflow: hidden;
  font-size: 22px;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
  margin-right: 10px;
  -ms-flex-item-align: center;
  align-self: center;
}
.Chat_ATT .ChatLink::before {
  content: "";
  content: ""/"";
}
.Chat_SNP .ChatLink::before {
  content: "";
  content: ""/"";
}

.ChatEditUpdate {
  animation: chat-blink 0.6s linear 1;
}

@-webkit-keyframes chat-blink {
  50% {
    opacity: 25%;
  }
}
.NewMessage {
  animation: chat-new 0.4s ease-out 1;
}

@-webkit-keyframes chat-new {
  0% {
    opacity: 25%;
  }
}
.ChatMenu {
  margin-top: 1em;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ChatMenu > .clearer {
  display: none;
}

.ChatInlineLink {
  font-weight: 600;
  color: #0066b3;
}

.ChatMenuButton {
  min-width: 200px;
}
.ChatMenuButton + .ChatMenuButton {
  margin-top: 1em;
}

.FastBasicDialogFormChatLibrary .FastBasicDialogLayout {
  overflow-x: hidden;
}

.FastBusyOverlay {
  background: none;
  z-index: 100000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: wait;
  opacity: 0;
  visibility: hidden;
}

.Busy > .FastBusyOverlay,
.Loading .FastBusyOverlay {
  opacity: 1;
  visibility: visible;
}

#FastBusyContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-justify: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
#FastBusyContainer > .clearer {
  display: none;
}
#FastBusyContainer.Syncing {
  /*width: 20em;
  height: 7em;
  margin: -4em 0 0 -10.5em;
  background-position: center 5px;
  padding: 0.5em;
  vertical-align: bottom;*/
}
#FastBusyContainer button {
  cursor: pointer !important;
}

.FastBusySpinner {
  z-index: 100001;
}

.BusyProgress,
.FastBusyMessage {
  width: 300px;
  margin-top: 1rem;
  border-radius: 4px;
  padding: 20px;
  white-space: pre;
}
.BusyProgress .BusyProgressBar.Hidden + .BusyProgressLabel,
.FastBusyMessage .BusyProgressBar.Hidden + .BusyProgressLabel {
  margin-top: 0;
}
.BusyProgress .BusyProgressLabel,
.FastBusyMessage .BusyProgressLabel {
  display: block;
  margin-top: 20px;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
}

.FastBusyMessage {
  white-space: pre-wrap;
  text-align: center;
}

.UnlockSessionLink {
  margin-top: 1rem;
  display: block;
  cursor: pointer !important;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 *
 * Ball Spin Clockwise
 */
.la-ball-spin-clockwise,
.la-ball-spin-clockwise > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-ball-spin-clockwise {
  display: block;
  font-size: 0;
  width: 5rem;
  height: 5rem;
}
.la-ball-spin-clockwise > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 2px solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  border-radius: 100%;
  -webkit-animation: ball-spin-clockwise 1s infinite ease-in-out;
  -moz-animation: ball-spin-clockwise 1s infinite ease-in-out;
  -o-animation: ball-spin-clockwise 1s infinite ease-in-out;
  animation: ball-spin-clockwise 1s infinite ease-in-out;
  box-shadow: 2px 2px 5px -2px #000;
}
.la-ball-spin-clockwise > div:nth-child(1) {
  top: 5%;
  left: 50%;
  -webkit-animation-delay: -0.875s;
  -moz-animation-delay: -0.875s;
  -o-animation-delay: -0.875s;
  animation-delay: -0.875s;
}
.la-ball-spin-clockwise > div:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  -webkit-animation-delay: -0.75s;
  -moz-animation-delay: -0.75s;
  -o-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.la-ball-spin-clockwise > div:nth-child(3) {
  top: 50%;
  left: 95%;
  -webkit-animation-delay: -0.625s;
  -moz-animation-delay: -0.625s;
  -o-animation-delay: -0.625s;
  animation-delay: -0.625s;
}
.la-ball-spin-clockwise > div:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  -webkit-animation-delay: -0.5s;
  -moz-animation-delay: -0.5s;
  -o-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.la-ball-spin-clockwise > div:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  -webkit-animation-delay: -0.375s;
  -moz-animation-delay: -0.375s;
  -o-animation-delay: -0.375s;
  animation-delay: -0.375s;
}
.la-ball-spin-clockwise > div:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  -webkit-animation-delay: -0.25s;
  -moz-animation-delay: -0.25s;
  -o-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
.la-ball-spin-clockwise > div:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  -webkit-animation-delay: -0.125s;
  -moz-animation-delay: -0.125s;
  -o-animation-delay: -0.125s;
  animation-delay: -0.125s;
}
.la-ball-spin-clockwise > div:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes ball-spin-clockwise {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-moz-keyframes ball-spin-clockwise {
  0%, 100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}
@-o-keyframes ball-spin-clockwise {
  0%, 100% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes ball-spin-clockwise {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 *
 * Ball Clip Rotate
 */
.la-ball-clip-rotate,
.la-ball-clip-rotate div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background: transparent;
}

.la-ball-clip-rotate {
  display: block;
  font-size: 0;
  color: #fff;
  width: 6rem;
  height: 6rem;
}
.la-ball-clip-rotate > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0.3rem solid currentColor;
  background: transparent;
  border-bottom-color: transparent;
  border-radius: 100%;
  -webkit-animation: ball-clip-rotate 0.75s linear infinite;
  -moz-animation: ball-clip-rotate 0.75s linear infinite;
  -o-animation: ball-clip-rotate 0.75s linear infinite;
  animation: ball-clip-rotate 0.75s linear infinite;
}
.la-ball-clip-rotate > div div {
  border: 0.3rem solid currentColor;
  background: transparent;
  border-bottom-color: transparent;
  border-radius: 100%;
}

/*
 * Animation
 */
@-webkit-keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes ball-clip-rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes ball-clip-rotate {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*!
 * CSS Spinner
 * https://github.com/lukehaas/css-loaders
 *
 * MIT License
 */
.BusySpinnerElement {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border: 1em solid red;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.BusySpinnerElement, .BusySpinnerElement:after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/** CAPTCHA Placeholder **/
.FastCaptchaPlaceholderContainer {
  overflow: hidden;
}

.FastCaptchaPlaceholder {
  border: 1px solid #d3d3d3;
  background: #f9f9f9;
  color: #000;
  height: 74px;
  width: 300px;
  border-radius: 3px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  margin-bottom: 2px;
}

.FastCaptchaPlaceholderWrapperCompact .FastCaptchaPlaceholder {
  height: 136px;
  width: 156px;
  border: none;
  margin-bottom: 8px;
}

.FastCaptchaPlaceholderInlineBlock {
  display: inline-block;
  height: 100%;
  white-space: nowrap;
}
.FastCaptchaPlaceholderInlineBlock .FastCaptchaPlaceholderInlineBlock {
  white-space: normal;
}

.FastCaptchaPlaceholderWrapperCompact .FastCaptchaPlaceholderInlineBlock {
  height: 85px;
}

.FastCaptchaPlaceholderCenterContainer {
  display: table;
  height: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.FastCaptchaPlaceholderCenter {
  display: table-cell;
  vertical-align: middle;
}

.FastCaptchaPlaceholderCheckbox {
  border: none;
  font-size: 1px;
  height: 28px;
  width: 28px;
  overflow: visible;
  outline: 0;
  vertical-align: text-bottom;
  margin: 0 12px 2px 12px;
  position: relative;
}

.FastCaptchaPlaceholderCheckboxBorder {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  border: 2px solid #C1C1C1;
  font-size: 1px;
  height: 24px;
  position: absolute;
  width: 24px;
  cursor: not-allowed;
}

.FastCaptchaPlaceholderCheckboxChecked .FastCaptchaPlaceholderCheckboxBorder {
  visibility: hidden;
}

.FastCaptchaPlaceholderIcon,
.FastCaptchaPlaceholderVerifiedIcon {
  border: none;
  height: 30px;
  top: -1px;
  left: -5px;
  outline: 0;
  position: absolute;
  width: 38px;
  display: none;
}

.FastCaptchaPlaceholderVerifiedIcon {
  background: url(../Resource/Images/CaptchaVerified.png?_=2022734350) no-repeat 0 0;
  display: block;
}

.FastCaptchaPlaceholderLabel {
  display: table-cell;
  vertical-align: middle;
  font-family: Roboto, helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.FastCaptchaPlaceholderWrapperCompact .FastCaptchaPlaceholderLabel {
  width: 95px;
}

.FGControlFile .FGIC {
  display: -ms-flexbox;
  display: flex;
}
.FGControlFile .FGIC > .clearer {
  display: none;
}

/*.DocControlFile
{
    &.FieldEnabled
    {
        cursor: pointer;
    }
}*/
.DocControlFileButton {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
  margin-left: 14px;
  font-weight: bold;
}
.DocControlFile.FieldDisabled + .DocControlFileButton {
  display: none;
}

.FieldPopupContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}
.FieldPopupContainer > .clearer {
  display: none;
}
.FieldPopupContainer .FieldPopupWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.FieldPopupContainer .FieldPopupWrapper > .clearer {
  display: none;
}
.FieldPopupContainer .FieldPopupWrapper > .Field,
.FieldPopupContainer .FieldPopupWrapper > .FieldEnabled,
.FieldPopupContainer .FieldPopupWrapper > .cke {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.FieldPopupContainer .FieldPopupWrapper,
.FieldPopupContainer .CodeMirror {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.FailedLoadControl {
  margin: 20px;
}
.FailedLoadControl .LinkButton {
  margin-top: 14px;
  width: auto;
  display: inline-block;
}

.StructureInfoViewName {
  font-family: monospace;
  font-weight: bold;
}

/*** Auto Refresh Boxes ***/
/*.FastEvtAutoRefresh
{
    cursor: pointer;
    @include user-select-none;
}*/
/*** Auto Scaling Labels ***/
.AutoScaleLabel .CaptionLabel,
.AutoScaleLabel .CaptionLinkText {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-justify: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
}
.AutoScaleLabel .CaptionLabel > .clearer,
.AutoScaleLabel .CaptionLinkText > .clearer {
  display: none;
}

.AutoScaleLabelContainer {
  overflow: hidden;
}

/*** Code Editors ***/
/*!
 * CodeMirror, copyright (c) by Marijn Haverbeke and others
 * Distributed under an MIT license: https://codemirror.net/LICENSE
 *
 * This is CodeMirror (https://codemirror.net), a code editor
 * implemented in JavaScript on top of the browser's DOM.
 *
 * You can find some technical background for some of the code below
 * at http://marijnhaverbeke.nl/blog/#cm-internals .
 *
 * CodeMirror Stylesheet.
 */
/* BASICS */
.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
}

/* PADDING */
.CodeMirror-lines {
  padding: 6px 0;
  /* Vertical padding around content */
}

.CodeMirror pre {
  padding: 0 8px;
  /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
  background-color: white;
  /* The little square between H and V scrollbars */
}

/* GUTTER */
.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}

.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker {
  color: black;
}

.CodeMirror-guttermarker-subtle {
  color: #999;
}

/* CURSOR */
.CodeMirror-cursor {
  border-left: 1px solid currentColor;
  border-right: none;
  width: 0;
}

/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}

.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}

.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}

.cm-fat-cursor-mark {
  background-color: rgba(20, 255, 20, 0.5);
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
}

.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}

@-moz-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@keyframes blink {
  50% {
    background-color: transparent;
  }
}
/* Can style cursor different in overwrite (non-insert) mode */
.cm-tab {
  display: inline-block;
  text-decoration: inherit;
}

.CodeMirror-rulers {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  bottom: -20px;
  overflow: hidden;
}

.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0;
  bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */
.cm-s-default .cm-header {
  color: blue;
}

.cm-s-default .cm-quote {
  color: #090;
}

.cm-negative {
  color: #d44;
}

.cm-positive {
  color: #292;
}

.cm-header, .cm-strong {
  font-weight: bold;
}

.cm-em {
  font-style: italic;
}

.cm-link {
  text-decoration: underline;
}

.cm-strikethrough {
  text-decoration: line-through;
}

.cm-s-default .cm-keyword {
  color: #708;
}

.cm-s-default .cm-atom {
  color: #219;
}

.cm-s-default .cm-number {
  color: #164;
}

.cm-s-default .cm-def {
  color: #00f;
}

.cm-s-default .cm-variable-2 {
  color: #05a;
}

.cm-s-default .cm-variable-3, .cm-s-default .cm-type {
  color: #085;
}

.cm-s-default .cm-comment {
  color: #a50;
}

.cm-s-default .cm-string {
  color: #a11;
}

.cm-s-default .cm-string-2 {
  color: #f50;
}

.cm-s-default .cm-meta {
  color: #555;
}

.cm-s-default .cm-qualifier {
  color: #555;
}

.cm-s-default .cm-builtin {
  color: #30a;
}

.cm-s-default .cm-bracket {
  color: #997;
}

.cm-s-default .cm-tag {
  color: #170;
}

.cm-s-default .cm-attribute {
  color: #00c;
}

.cm-s-default .cm-hr {
  color: #999;
}

.cm-s-default .cm-link {
  color: #00c;
}

.cm-s-default .cm-error {
  color: #f00;
}

.cm-invalidchar {
  color: #f00;
}

.CodeMirror-composing {
  border-bottom: 2px solid;
}

/* Default styles for common addons */
div.CodeMirror span.CodeMirror-matchingbracket {
  font-weight: bold;
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
  font-weight: bold;
}

.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}

.CodeMirror-activeline-background {
  background: #e8f2ff;
}

/* CodeMirror - STOP */
/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */
.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

.CodeMirror-scroll {
  overflow: scroll !important;
  /* Things will break if this is overridden */
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: none;
  /* Prevent dragging from highlighting the element */
  position: relative;
}

.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
}

.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}

.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}

.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}

.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3;
}

.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px;
}

.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}

.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}

.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}

.CodeMirror-gutter-wrapper ::selection {
  background-color: transparent;
}

.CodeMirror-gutter-wrapper ::-moz-selection {
  background-color: transparent;
}

.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
  /* prevents collapsing before first draw */
}

.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}

.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px;
  /* Force widget margins to stay inside of the container */
}

.CodeMirror-rtl pre {
  direction: rtl;
}

.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}

.CodeMirror-measure pre {
  position: static;
}

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}

div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected {
  background: #d9d9d9;
}

.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0;
}

.CodeMirror-crosshair {
  cursor: crosshair;
}

.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection {
  background: #d7d4f0;
}

.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, 0.4);
}

/* Used to force a border model for a node */
.cm-force-border {
  padding-right: 0.1px;
}

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}
/* See issue #2901 */
.cm-tab-wrap-hack:after {
  content: "";
}

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext {
  background: none;
}

/* show-hint plugin */
.CodeMirror-hints {
  position: absolute;
  z-index: 15000;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 2px;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  border: 1px solid silver;
  background: white;
  font-size: 90%;
  font-family: monospace;
  max-height: 20em;
  overflow-y: auto;
}

.CodeMirror-hint {
  margin: 0;
  padding: 0 4px;
  border-radius: 2px;
  white-space: pre;
  color: inherit;
  cursor: pointer;
}

li.CodeMirror-hint-active {
  background: #08f;
  color: white;
}

div.HideOverflowX > div.CodeMirror-hscrollbar,
div.HideOverflowX > div.CodeMirror-vscrollbar,
div.HideOverflowX > div.CodeMirror-scrollbar-filler {
  display: none !important;
}

/************* SQL Editor **************/
.DocSqlHeader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
  top: 3px;
  right: 4px;
  z-index: 2;
  display: none;
  visibility: hidden;
}
.DocSqlHeader > .clearer {
  display: none;
}
.DocSqlHeader .DocSqlHeaderLink {
  font-size: 0.8em;
  text-transform: uppercase;
  opacity: 0.8;
}
.DocSqlHeader .DocSqlHeaderLink:hover {
  opacity: 1;
}
.DocSqlHeader .DocSqlHeaderLink + .DocSqlHeaderLink {
  margin-left: 20px;
}

.DocSqlScrolling .DocSqlHeader {
  right: 22px;
}

.FastCmFocus .DocSqlHeader,
.FastCmHover .DocSqlHeader {
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
}
.FastCmFocus .DocSqlHeader > .clearer,
.FastCmHover .DocSqlHeader > .clearer {
  display: none;
}

/************* Calc Editor *************/
.cm-fastcalc-unknown {
  background-image: url(../Resource/Images/ErrorUnderline.png?_=2022734350);
  background-repeat: repeat-x;
  background-position: left bottom;
}

.FastCompletionItem {
  font-family: monospace;
}
.FastCompletionItem > .ui-menu-item-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  /*&::before
  {
      content: " ";
      display: block;
      height: 16px;
      width: 16px;
      margin-right: $textSpacing;
  }*/
}
.FastCompletionItem > .ui-menu-item-wrapper > .clearer {
  display: none;
}
.FastCompletionItem > .ui-menu-item-wrapper::before {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: top;
  overflow: hidden;
  font-size: 22px;
  height: 22px;
  width: 22px;
  content: "help";
  content: "help"/"";
  margin-right: 10px;
}
.FastCompletionItem.FastCalc-standard-function > .ui-menu-item-wrapper::before, .FastCompletionItem.FastCalc-dynamic-function > .ui-menu-item-wrapper::before {
  content: "";
}
.FastCompletionItem.FastCalc-field > .ui-menu-item-wrapper::before {
  content: "";
}
.FastCompletionItem.FastCalc-standard-operand > .ui-menu-item-wrapper::before {
  content: "";
}

.FastGuideWrapper {
  display: block;
  float: left;
  margin: 3px 0;
  border: 1px solid;
  padding: 2px 3px;
}

.FastGuideFunctionWrapper {
  font-family: monospace;
}

.FastGuideParameter {
  white-space: nowrap;
  opacity: 0.5;
}

.FastGuideParameterCurrent {
  font-weight: bold;
  opacity: 1;
}

div.FastGuideDescription {
  margin-top: 20px;
  font-style: italic;
}

/******* VB Syntax Highlighting ********/
/******* JSON Syntax Highlighting ********/
.cm-fastjson-type {
  font-weight: bold;
  font-style: italic;
}

/*** FAST XML Highlighting */
.cm-error {
  color: #F00;
  font-weight: bold;
}

/*** Basic Syntax Highlighting ***/
.FastSyntaxHighlighted {
  white-space: pre-wrap;
}

.SyntaxHighlightLabel {
  font-family: monospace;
}

/**** CKEditor ****/
/*.cke_ltr .cke_button__pagebreak_icon
{
    background: url(icons.png) no-repeat 0 -984px !important;
}*/
/*.cke_ltr .cke_button__embedimage_icon
{
    background: url(../Resource/ckeditor/2022734350/plugins/icons.png?_=2022734350) no-repeat 0px -24px !important;
}*/
.FastComboMenuDialogModal {
  z-index: 10001;
}

.FastRichTextEditor.cke {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.FastRichTextEditor.cke.FastCKEMaximize {
  position: fixed;
  z-index: 10000;
}
.FastRichTextEditor.cke,
.FastRichTextEditor .cke_inner,
.FastRichTextEditor .cke_contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.FastRichTextEditor.cke > .clearer,
.FastRichTextEditor .cke_inner > .clearer,
.FastRichTextEditor .cke_contents > .clearer {
  display: none;
}
.FastRichTextEditor .cke_inner,
.FastRichTextEditor .cke_contents,
.FastRichTextEditor .cke_wysiwyg_frame,
.FastRichTextEditor .cke_wysiwyg_div {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  height: 100%;
}
.FastRichTextEditor .cke_reset_all,
.FastRichTextEditor .cke_reset_all *,
.FastRichTextEditor .cke_reset_all a,
.FastRichTextEditor .cke_reset_all textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.FastRichTextEditor .cke_top,
.FastRichTextEditor .cke_bottom {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ControlGridInputContainer > .cke {
  box-sizing: border-box;
  height: 100%;
}

a.cke_button__embedimage span.cke_button__embedimage_icon {
  background-image: url(../Resource/ckeditor/2022734350/plugins/icons.png);
  background-position: 0px -24px;
}

a.cke_button__inserttext span.cke_button__inserttext_icon {
  background-image: url(../Resource/ckeditor/2022734350/plugins/fast_inserttext/images/icon.png);
}

a.cke_button__fastmaximize span.cke_button__fastmaximize_icon {
  background-image: url(../Resource/ckeditor/2022734350/plugins/icons.png);
  background-position: 0px -936px;
}

.cke_combopanel,
.cke_menu_panel,
.cke_dialog_background_cover,
.cke_dialog_container,
.cke_notifications_area {
  z-index: 15000 !important;
}

/*** Doc Attachments ***/
.DocAttachmentInput,
.DocAttachmentCellInput {
  display: block;
  white-space: pre;
  position: relative;
}
.CellAttachment .DocAttachmentInput,
.CellAttachment .DocAttachmentCellInput {
  margin: 3px;
}

.TDS.CellAttachment,
.CellAttachment .DFL {
  padding: 0;
  margin: 0;
}

.DocAttachmentValueWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.DocAttachmentValueWrapper > .clearer {
  display: none;
}
.DocAttachmentFieldImage .DocAttachmentValueWrapper {
  /*position: absolute;
  right: 0;
  bottom: 0;
  left: 0;*/
  border-top-width: 1px;
  border-top-style: solid;
}
.DocAttachmentFieldImage .DocAttachmentValueWrapper.DocAttachmentValueWrapperEmpty {
  border-top-width: 0;
  margin-top: 1px;
}
.DocAttachmentFieldImage .DocAttachmentValueWrapper .DocAttachmentName {
  height: 1.4em;
}

.DocAttachmentImagePreview {
  display: block;
  height: 10em;
  overflow: hidden;
}

.DocAttachmentImagePreviewDownload {
  display: block;
  height: 100%;
  width: 100%;
}

.DocAttachmentImagePreviewEmpty {
  background: none;
}

.DocAttachmentImagePreviewInvalid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-justify: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  opacity: 0.5;
}
.DocAttachmentImagePreviewInvalid > .clearer {
  display: none;
}
.DocAttachmentImagePreviewInvalid::before {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: top;
  overflow: hidden;
  font-size: 4em;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
  margin-right: 10px;
  margin: 0 0 10px;
}
.DocAttachmentImagePreviewInvalid::after {
  content: " ";
  white-space: pre;
  display: block;
}

.DocAttachmentInput {
  border: 1px solid;
  border-radius: 4px;
}

.DocAttachmentImageThumbnail {
  display: block;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.DocAttachmentFieldCompact .DocAttachmentUpload::before,
.DocAttachmentFieldCompact .DocAttachmentIcon,
.DocAttachmentFieldCompact .DocAttachmentIcon::before {
  font-size: 32px;
}
.DocAttachmentFieldCompact .DocAttachmentSize {
  display: block;
  margin: 0;
  font-size: 80%;
}

.DocAttachmentCompactInfo {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-justify: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.DocAttachmentCompactInfo > .clearer {
  display: none;
}
.DocAttachmentCompactInfo .DocAttachmentName,
.DocAttachmentCompactInfo .DocAttachmentSize {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.DocAttachmentName {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.DocAttachmentSize {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 10px;
}

.DocAttachmentIcon {
  display: block;
  font-size: 22px;
  margin: -1em 5px -1em 0;
  text-indent: -100000px;
  overflow: hidden;
  font-size: 22px;
  height: 1em;
  width: 1em;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.DocAttachmentIcon::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
}
.HasImageAttachment .DocAttachmentIcon::before {
  content: "";
  content: ""/"";
}

.DocAttachmentDropTarget {
  display: none;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: left;
  box-sizing: content-box;
  white-space: inherit;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  background: inherit;
  transition-property: background-color, opacity;
  transition-duration: 0.1s;
  transition-timing-function: ease;
}
.DocAttachmentDropTarget::before {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: top;
  overflow: hidden;
  font-size: 22px;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
  margin-right: 10px;
}
.FieldEnabled .DocAttachmentDropTarget {
  display: -ms-flexbox;
  display: flex;
}
.FieldEnabled .DocAttachmentDropTarget > .clearer {
  display: none;
}
.DocAttachmentDropTarget.DragOver, .FastDraggingContent .DocAttachmentDropTarget {
  opacity: 1;
  z-index: 1;
  pointer-events: all;
}
.DocAttachmentCellInput .DocAttachmentDropTarget {
  padding: 6px 6px;
  border-radius: 0;
}
.DocAttachmentFieldImage .DocAttachmentDropTarget {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  text-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-justify: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.DocAttachmentFieldImage .DocAttachmentDropTarget::before {
  content: "";
  font-size: 4em;
  margin: 0 0 10px;
}

.DocAttachmentUpload {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 6px 8px;
  width: 100%;
  white-space: inherit;
  transition-property: opacity;
  transition-duration: 0.1s;
  transition-timing-function: ease;
}
.DocAttachmentUpload > .clearer {
  display: none;
}
.DocAttachmentUpload:disabled {
  opacity: 0;
}
.DocAttachmentUpload::before {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: top;
  overflow: hidden;
  font-size: 22px;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
  margin-right: 10px;
  margin-top: -22px;
  margin-bottom: -22px;
}
.DocAttachmentCellInput .DocAttachmentUpload {
  padding: 6px 6px;
  border-radius: 0;
}
.DocAttachmentFieldImage .DocAttachmentUpload {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  text-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-justify: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.DocAttachmentFieldImage .DocAttachmentUpload::before {
  font-size: 4em;
  margin: 0 0 10px;
}

.DocAttachmentAction {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-indent: -100000px;
  overflow: hidden;
  font-size: 22px;
  height: 1em;
  width: 1em;
  margin: -22px 0;
  margin-left: 10px;
  padding: 0;
  color: inherit;
  border: none;
}
.DocAttachmentAction::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
}

.DocAttachmentDownload::before {
  content: "";
  content: ""/"";
}

.DocAttachmentPreview::before {
  content: "";
  content: ""/"";
}

.DocAttachmentClear {
  display: none;
}
.DocAttachmentClear::before {
  content: "";
  content: ""/"";
}
.FieldEnabled .DocAttachmentClear {
  display: block;
}

.ScrollForMoreLink {
  position: fixed;
  bottom: 14px;
  left: 50%;
  transform: translateX(-0.75rem);
  width: auto;
  float: left;
  z-index: 61;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  border-radius: 1.5rem;
  display: block;
  box-shadow: none;
  transition-property: opacity, box-shadow, background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  text-indent: -100000px;
  overflow: hidden;
  font-size: 1.5rem;
  height: 1em;
  width: 1em;
  /*.HasActions &
  {
      bottom: $actionBarHeight - 1rem;
  }*/
}
.ScrollForMoreLink::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
}
.ActionBar .ScrollForMoreLink {
  position: absolute;
  top: -0.75rem;
  bottom: auto;
}
.BelowFold .ScrollForMoreLink {
  opacity: 1;
  visibility: visible;
  height: 1.5rem;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.BelowFold .ScrollForMoreLink:hover {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.ScrollForMoreLink:focus {
  opacity: 1;
  visibility: visible;
}

/*** Announcements ***/
.Announcement {
  padding: 0.5em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  position: relative;
  z-index: 1;
}
.Announcement .AnnouncementIcon {
  color: inherit;
}
.Announcement + .Announcement {
  border-top: 0;
}

.AnnouncementContentWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.AnnouncementContentWrapper > .clearer {
  display: none;
}

.AnnouncementContent {
  -ms-flex-item-align: center;
  align-self: center;
}

.AnnouncementIconWrapper {
  margin-right: 10px;
}

.AnnouncementTitle {
  font-size: 150%;
  font-weight: 600;
}

/*** Session Messages ***/
.SessionMessageContainer {
  max-width: 90rem;
  margin: 2rem auto;
  padding: 20px;
  text-align: center;
}

.SessionMessageText {
  font-weight: 600;
  white-space: pre-wrap;
}

.SessionMessageButton {
  display: inline-block;
  margin: 20px 0 0;
}

/*** Browser Support Warning ***/
.BrowserNotSupportedWarning {
  padding: 20px;
}

/*** Context Log ***/
#CONTEXT_LOG_CONTAINER__ {
  padding: 0;
}
#CONTEXT_LOG_CONTAINER__ .ContextDocumentContainer {
  padding: 0;
  margin: 0;
}

.ContextLogDocked {
  padding-bottom: 26.5rem;
}
.ContextLogDocked #CONTEXT_LOG_CONTAINER__ {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20rem;
  padding: 0;
  box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 14999;
  border-width: 0;
  border-style: none;
  border-top-width: 1px;
  border-top-style: solid;
  /*        > .FastTransitionOld
  {
      // Override the automatically determined top position for transitioning elements.
      // Ideally the script would just know not to set it.
      top: 0 !important;
  }*/
}
.ContextLogDocked #CONTEXT_LOG_CONTAINER__ .DocViewLayout {
  max-width: none;
}
.ContextLogDocked #CONTEXT_LOG_CONTAINER__ .TabContainer {
  margin: -20px -20px 20px -20px;
  max-width: none;
}
.ContextLogDocked #CONTEXT_LOG_CONTAINER__ .TabContainer .TabSet {
  border-radius: 0;
}

.FastScreenMeasurerWide {
  width: 97.5rem;
}

.FastScreenMeasurerLarge {
  width: 68rem;
}

.FastScreenMeasurerMedium {
  width: 45rem;
}

/** Environment Name/Dev Menu **/
/*.DevSliderMenu
{
    position: fixed;
    top: 0;
    left: 50%;
    z-index: $zIndexTopmost;
    transform: translateX(-50%) translateY(-100%);
    @include elevation-header;
    @include fast-transitions(transform);

    &.DevSliderMenuOpen
    {
        transform: translateX(-50%);
    }

    .SimpleMenu
    {
        padding: $panelPadding;
    }
}*/
.EnvironmentName {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 15000;
}
.EnvironmentName > .clearer {
  display: none;
}

.EnvironmentNameLabel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2em;
  border-radius: 0 0 0.5em 0.5em;
  padding: 0 0.5em;
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  white-space: pre;
}
.EnvironmentNameLabel > .clearer {
  display: none;
}

.EnvironmentNameMenuLink::before {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: top;
  overflow: hidden;
  font-size: 1em;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
  margin-right: 10px;
}

/*** Show Tip ***/
.FastShowTipContent {
  display: block;
}
.FastShowTipContent:focus {
  outline: none;
}

/*** Support Elements ***/
#FastHiddenElements {
  position: absolute;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15000;
  /*position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: $zIndexTopmost;*/
}

/*** Slice Form ***/
.SliceForm {
  width: 280px;
  margin: 20px;
}
.SliceForm .SelectSliceCaption {
  display: block;
  margin-bottom: 3px;
}
.SliceForm .SelectSliceField {
  margin-top: 14px;
}
.SliceForm .SelectSliceSubmit {
  margin-left: auto;
}

/*** Decode Info ***/
.DecodeInfo {
  border-collapse: collapse;
}
.DecodeInfo + .DecodeInfo {
  margin-top: 20px;
}
.DecodeInfo th {
  font-weight: 600;
  padding-right: 10px;
}

.DecodeInfoDetails .DecodeTableCaption,
.LinkInfo .DecodeTableCaption {
  border-bottom: 1px solid;
  padding-left: 0;
}

.DecodeInfoDecodes th,
.DecodeInfoDecodes td {
  border: 1px solid;
  padding: 3px;
}

/*** Development Toasts ***/
.DevToastContainer {
  position: fixed;
  z-index: 15001;
  top: 0;
  left: 0;
  right: 100%;
  width: 100%;
  display: block;
}

.DevToast {
  display: block;
  margin: 1em 1em 0;
  padding: 0.5em;
  background: #FFE;
  border-radius: 4px;
  border: 1px solid #CCB;
  color: #000;
  white-space: pre-wrap;
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

/*** Double Width Screen Responsive Stacking ***/
/*@media screen and (max-width: -fast-frem-media-max($largeScreen * 2))
{
    @include responsive-view-stack(Medium, ".VSDoubleScreen");
}*/
/*** IFrame Lightbox ***/
.FastLightboxOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: auto;
  background: rgba(0, 0, 0, 0.25);
}

.FastLightboxIFrame {
  width: 100%;
  height: 100%;
}

/*:focus
{
    outline: 5px dashed red !important;
    z-index: 4000000;
}*/
/*********************/
/* WDC.External.scss */
/*********************/
html {
  height: 100%;
}

body {
  min-height: 100%;
}

.BusyAssistant #FastBusySpinner,
.BusyAssistant #FastBusyNewWindow {
  display: none;
}

input,
select,
textarea,
.CodeMirror,
.DocAttachmentInput {
  /*border: 0 solid;
  border-bottom-width: $externalBorderSize;
  box-shadow: none;*/
  border: 1px solid;
  border-bottom-width: 2px;
  box-shadow: 0 0 1px;
  padding: 6px 8px 5px;
  border-radius: 4px;
  transition-property: border-color, box-shadow;
  transition-duration: 0.1s;
  transition-timing-function: ease;
}
.CellEditorContainer input,
.CellEditorContainer select,
.CellEditorContainer textarea,
.CellEditorContainer .CodeMirror,
.CellEditorContainer .DocAttachmentInput {
  border-width: 1px;
}
.CTEN input.FieldError, .CTEN input.FieldCheck, .CTEN input.FieldReview, .CTEN input.FieldRequired, input.CellEditor.FieldError, input.CellEditor.FieldCheck, input.CellEditor.FieldReview, input.CellEditor.FieldRequired,
.CTEN select.FieldError,
.CTEN select.FieldCheck,
.CTEN select.FieldReview,
.CTEN select.FieldRequired,
select.CellEditor.FieldError,
select.CellEditor.FieldCheck,
select.CellEditor.FieldReview,
select.CellEditor.FieldRequired,
.CTEN textarea.FieldError,
.CTEN textarea.FieldCheck,
.CTEN textarea.FieldReview,
.CTEN textarea.FieldRequired,
textarea.CellEditor.FieldError,
textarea.CellEditor.FieldCheck,
textarea.CellEditor.FieldReview,
textarea.CellEditor.FieldRequired,
.CTEN .CodeMirror.FieldError,
.CTEN .CodeMirror.FieldCheck,
.CTEN .CodeMirror.FieldReview,
.CTEN .CodeMirror.FieldRequired,
.CodeMirror.CellEditor.FieldError,
.CodeMirror.CellEditor.FieldCheck,
.CodeMirror.CellEditor.FieldReview,
.CodeMirror.CellEditor.FieldRequired,
.CTEN .DocAttachmentInput.FieldError,
.CTEN .DocAttachmentInput.FieldCheck,
.CTEN .DocAttachmentInput.FieldReview,
.CTEN .DocAttachmentInput.FieldRequired,
.DocAttachmentInput.CellEditor.FieldError,
.DocAttachmentInput.CellEditor.FieldCheck,
.DocAttachmentInput.CellEditor.FieldReview,
.DocAttachmentInput.CellEditor.FieldRequired {
  padding-left: 34px;
  /*
      Ugly workaround for a Chrome-specific rendering issue where the padding leaves blank space when removed (SQR 57393)
      Toggling this transform causes the field to redraw so the blank space is fixed.
  */
  transform: translateX(0);
}

.DocAttachmentValueWrapper,
.DocAttachmentUpload,
.DocAttachmentDropTarget {
  padding: 6px 8px 5px;
}
.DocAttachmentCellInput .DocAttachmentValueWrapper,
.DocAttachmentCellInput .DocAttachmentUpload,
.DocAttachmentCellInput .DocAttachmentDropTarget {
  padding: 6px 6px;
}
.DTGLAll .DocAttachmentValueWrapper, .DTGLHorizontal .DocAttachmentValueWrapper,
.DTGLAll .DocAttachmentUpload,
.DTGLHorizontal .DocAttachmentUpload,
.DTGLAll .DocAttachmentDropTarget,
.DTGLHorizontal .DocAttachmentDropTarget {
  padding: 11px 3px;
}

.DocAttachmentInput {
  padding: 0;
}

textarea {
  /*border-width: $externalBorderSize;
  padding: $inputPadding;*/
}
.CTEN textarea.FieldError, .CTEN textarea.FieldCheck, .CTEN textarea.FieldReview, .CTEN textarea.FieldRequired {
  padding-left: 30px;
}
.CTEN textarea + .FI {
  top: calc(0.7rem + 8px);
  left: 2px;
}

.TDS.FieldError, .TDS.FieldCheck, .TDS.FieldReview, .TDS.FieldRequired {
  padding-left: 34px;
}
.TDS.FieldError.CellHasEditor, .TDS.FieldCheck.CellHasEditor, .TDS.FieldReview.CellHasEditor, .TDS.FieldRequired.CellHasEditor {
  padding-left: 0;
}

.TDC.FieldError .DSC,
.TDC.FieldError .DCL, .TDC.FieldCheck .DSC,
.TDC.FieldCheck .DCL, .TDC.FieldReview .DSC,
.TDC.FieldReview .DCL, .TDC.FieldRequired .DSC,
.TDC.FieldRequired .DCL {
  padding-left: 34px;
}
.TDC.FieldError.CellHasEditor .DSC,
.TDC.FieldError.CellHasEditor .DCL, .TDC.FieldCheck.CellHasEditor .DSC,
.TDC.FieldCheck.CellHasEditor .DCL, .TDC.FieldReview.CellHasEditor .DSC,
.TDC.FieldReview.CellHasEditor .DCL, .TDC.FieldRequired.CellHasEditor .DSC,
.TDC.FieldRequired.CellHasEditor .DCL {
  padding-left: 0;
}

.FastToggleDisplay {
  border-width: 2px;
  border-radius: 2px;
}

.FastToggleDisplayRadioButton {
  border-radius: 100px;
}

.FastInputButton {
  height: 26px;
  top: 50%;
  margin-top: -13px;
  border-radius: 4px;
}

.FI {
  display: block;
  visibility: hidden;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.4em;
  height: 1em;
  width: 1em;
  margin: -0.5em 0 -0.5em 10px;
  text-align: left;
}
.FieldError .FI, .FieldCheck .FI, .FieldReview .FI, .FieldRequired .FI {
  visibility: visible;
}
.FieldError .FI::after, .FieldCheck .FI::after, .FieldReview .FI::after, .FieldRequired .FI::after {
  content: "";
  color: #A00;
  display: block;
  height: 1em;
  width: 1em;
  line-height: 1;
}
.TARight .FI, .FI.TARight {
  -ms-flex-order: -1;
  flex-order: -1;
  order: -1;
  text-align: right;
  margin-left: 0;
  margin-right: 10px;
}
.FieldRequired .FI::after {
  content: "*";
  color: #A00;
}
.DocViewMistake .FieldRequired .FI::after {
  content: "";
  color: #A00;
}
.CTEN .FI, .TDC .FI, .TDS .FI, .CellEditorContainer .FI {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  margin-right: 0;
  margin-left: 0;
  pointer-events: none;
  z-index: 1;
}
.BasicField .FI {
  margin-top: -0.25em;
}
.FastCaptchaField + .FI {
  top: 0;
  left: 0;
  margin: 0;
}

.qtip.FastFieldQTip {
  border: none;
  font-size: 90%;
  border-radius: 0 0 4px 4px;
  transition-property: color, background-color;
  transition-duration: 0.1s;
  transition-timing-function: ease;
}
.qtip.FastFieldQTip .qtip-content {
  padding: 2px 10px 4px;
}

.FastPageFooter {
  min-height: 10rem;
}

.FastPageHeaderContent,
.FastPageFooterContent {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 90rem;
  box-sizing: border-box;
}

.ApplicationHeaderContainer {
  box-shadow: none;
}

.ManagerBase .ManagerContentContainer {
  margin-top: 0;
}
.ManagerBase .ManagerControlsContainer {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
.ManagerBase .ManagerControlContainer {
  max-width: 90rem;
}
.ManagerBase .ControlContainer {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.csspositionsticky.FastApp .ManagerBase.UseStickyActionBar .ActionBar {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  bottom: 0;
}
.csspositionsticky.FastApp .ContextLogDocked .ManagerBase.UseStickyActionBar .ActionBar {
  bottom: 20rem;
}
.ManagerBase.UseStickyActionBar.HasActions .ManagerBase.UseStickyActionBar {
  bottom: calc(1.4rem + 40px + 1px);
}

.ManagerHeader {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 20px;
  font: inherit;
}
.ManagerHeader .ManagerHeaderLinkShoppingCart {
  width: auto;
  font-family: inherit;
  font-weight: 600;
  font-size: 120%;
  padding: 0 1rem;
  border-radius: 4px;
  text-indent: 0;
}
.ManagerHeader .ManagerHeaderLinkShoppingCart::before {
  padding: 0;
  font-family: "Material Icons";
  margin-right: 10px;
}

.ManagerHeaderLinkContainer.ManagerHeaderLinkContainerAssistant {
  position: fixed;
  right: -5px;
  top: 50%;
  margin-top: -2.25rem;
  transform: scale(0.75);
  transform-origin: 100% 100%;
}
.FastChatConversationOpen .ManagerHeaderLinkContainer.ManagerHeaderLinkContainerAssistant {
  display: none;
}

@media screen and (min-width: 1560px) {
  .ManagerHeaderLinkContainer.ManagerHeaderLinkContainerAssistant {
    right: 1rem;
    transform: scale(1);
  }
}
.ManagerHeaderLink.ManagerHeaderLinkAssistant {
  height: 4.5rem;
  width: 4.5rem;
  transition-property: background-color, color, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.ManagerHeaderLink.ManagerHeaderLinkAssistant::before {
  content: "";
  content: ""/"";
}
.ManagerHeaderLink.ManagerHeaderLinkAssistant::before {
  font-size: 5.75rem;
}

.ChatWrapper.ChatLog.Chat_LOG .ChatText::before {
  -ms-flex-item-align: start;
  align-self: start;
}

.ChatMin {
  animation: chat-bounce 0.1s cubic-bezier(0, 0, 0.5, 1) 0.3s 2 alternate;
  position: fixed;
  right: 28px;
  bottom: 28px;
  text-indent: -100000px;
  overflow: hidden;
  font-size: 32px;
  height: 1em;
  width: 1em;
  box-sizing: content-box;
}
.ChatMin::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
}

@-webkit-keyframes chat-bounce {
  100% {
    bottom: 4.5rem;
  }
}
.ChatUnread,
.FastChatUnreadMessages .ManagerHeaderLinkContainerAssistant::after {
  content: " ";
  height: 15px;
  width: 15px;
  display: block;
  z-index: 20;
  position: absolute;
  top: -5px;
  right: 5px;
  border-radius: 100%;
  border: 3px solid;
  animation: chat-unread 7s cubic-bezier(0, 0, 0.5, 1) 0.3s infinite;
}

@-webkit-keyframes chat-unread {
  3% {
    transform: scale(1.15);
  }
  6%, 100% {
    transform: scale(1);
  }
}
.ChatTyping {
  display: flex;
  min-width: auto;
}

.ChatDot {
  content: " ";
  height: 7px;
  width: 7px;
  display: flex;
  z-index: 20;
  margin-right: 5px;
  border-radius: 100%;
}

.ChatDotFirst {
  animation: chat-type 0.8s linear 0.2s infinite;
}

.ChatDotSecond {
  animation: chat-type 0.8s linear 0.4s infinite;
}

.ChatDotThird {
  animation: chat-type 0.8s linear 0.6s infinite;
}

@-webkit-keyframes chat-type {
  25% {
    transform: translate(0px, -4px);
  }
  75% {
    transform: translate(0px, 4px);
  }
  0%, 50%, 100% {
    transform: translate(0px, 0px);
  }
}
.ManagerHomeLink::before {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: top;
  overflow: hidden;
  font-size: 32px;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
  margin-right: 10px;
}

.ApplicationTitle {
  font-size: 1.4rem;
}

.ManagerName,
.ManagerCaption {
  display: none;
}

.ManagerHeader .ManagerHeaderLinkHome {
  width: auto;
}
.ManagerHeader .ManagerHeaderLinkHome .ApplicationTitle {
  padding-right: 0.5rem;
}

.ManagerWebHeaderContainer {
  margin: 20px auto;
  max-width: 90rem;
  padding: 0 20px;
  box-sizing: border-box;
}

.ManagerWebHeader {
  border-radius: 0 4px 4px 0;
  z-index: 95;
  position: relative;
}

.ManagerWebLogonHeader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
}
.ManagerWebLogonHeader > .clearer {
  display: none;
}
.ManagerWebLogonHeader > .ManagerHeaderLinkContainer {
  margin-left: 1rem;
}
.ManagerWebLogonHeader > .ManagerHeaderLinkContainerHome {
  margin: 0 1rem 0 0;
}
.ManagerWebLogonHeader .ManagerHeaderLinkHome {
  text-indent: -100000px;
}
.ManagerWebLogonHeader .ManagerHeaderLinkHome::before {
  text-indent: 0;
  margin: 0;
}
.ManagerWebLogonHeader .ManagerHeaderLink {
  color: inherit;
}

.ManagerWebLogonWelcome {
  margin-right: auto;
  font-weight: bold;
}

.ManagerNavigationContainer {
  max-width: 90rem;
  margin: 10px auto 0;
  padding: 5px 20px;
  box-sizing: border-box;
}

.ManagerBackNavigation {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  vertical-align: top;
}
.ManagerBackNavigation > .clearer {
  display: none;
}
.ManagerBackNavigation::before {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: top;
  overflow: hidden;
  font-size: 26px;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
  margin-right: 10px;
  display: -ms-flexbox;
  display: flex;
}
.ManagerBackNavigation::before > .clearer {
  display: none;
}

.ManagerNavigation {
  padding: 20px;
}

.ManagerNavigationItem {
  padding: 2px 0;
}
.ManagerNavigationHome .ManagerNavigationItem::before {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: top;
  overflow: hidden;
  font-size: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  content: "";
  content: ""/"";
  margin-right: 10px;
}
.ManagerNavigationCurrent > .ManagerNavigationItem::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
}
.Announcement {
  padding-left: 0;
  padding-right: 0;
}

.AnnouncementContentWrapper {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: 90rem;
}

.SidebarTitlebar {
  margin-bottom: 0;
  border-bottom-width: 2px;
}

.SidebarNavigationLink {
  position: relative;
  padding-left: 2rem;
  line-height: 2rem;
}
.SidebarNavigationLink::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.75rem;
  font-size: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  content: " ";
  content: " "/"";
  margin-right: 0.5rem;
}
.SidebarNavigationLink.ManagerHome::before {
  content: "";
}
.SidebarNavigationLink.CurrentNavigation::before {
  content: "";
}

.SidebarNavigationGroupMenu {
  margin: 0;
}

.SidebarSection.SidebarDevelopmentPanel {
  margin-top: auto;
}

.DocViewLayout + .DocTabWrapper {
  margin-top: 20px;
}

.ViewTabSetScrollWrapper {
  border-bottom: none;
  margin-bottom: 20px;
}
.ViewTabSetScrollWrapper .TabSetWrapper {
  margin: 0 -3px;
}

.TabSet {
  font-size: 125%;
  padding-top: 14px;
  font-weight: 600;
}

.ViewTabSet {
  padding: 4px 3px;
}
.ViewTabSet::before {
  left: 3px;
  right: 3px;
}
.ViewTabSet .DocViewCaptionText {
  padding: 6px 4px;
}

.GroupTabSetScrollWrapper {
  border-radius: 4px 4px 0 0;
}

.GroupTabSet,
.TableRowSelector {
  padding: 14px 14px 0;
}

.TableEditorHeader {
  border-bottom: 2px solid;
  margin-bottom: 20px;
}

.ViewLayoutMaxWidthMedium {
  max-width: 68rem;
}

.ViewLayoutMaxWidthSmall {
  max-width: 46rem;
}

.FastPanel,
.FastForcedPanel,
.FastNestedPanel,
.FastSubPanel,
.FastForcedSubPanel,
.FastStatusPanel {
  border: 1px solid #DDD;
  box-shadow: none;
  border-radius: 0 4px 4px 0;
  padding-left: 24px;
  position: relative;
}
.FastPanel::before,
.FastForcedPanel::before,
.FastNestedPanel::before,
.FastSubPanel::before,
.FastForcedSubPanel::before,
.FastStatusPanel::before {
  display: block;
  content: " ";
  position: absolute;
  top: -1px;
  right: auto;
  bottom: -1px;
  left: -1px;
  width: 4px;
  height: auto;
  z-index: 1;
}
.FastPanel.VSStatusTitlePanel,
.FastForcedPanel.VSStatusTitlePanel,
.FastNestedPanel.VSStatusTitlePanel,
.FastSubPanel.VSStatusTitlePanel,
.FastForcedSubPanel.VSStatusTitlePanel,
.FastStatusPanel.VSStatusTitlePanel {
  border-radius: 4px;
  padding-left: 20px;
}
.FastPanel.VSStatusTitlePanel::before,
.FastForcedPanel.VSStatusTitlePanel::before,
.FastNestedPanel.VSStatusTitlePanel::before,
.FastSubPanel.VSStatusTitlePanel::before,
.FastForcedSubPanel.VSStatusTitlePanel::before,
.FastStatusPanel.VSStatusTitlePanel::before {
  display: none;
}

.FastPanel .FastSubPanel,
.FastPanel .FastForcedSubPanel,
.FastPanel .FastNestedPanel,
.FastForcedPanel .FastSubPanel,
.FastForcedPanel .FastForcedSubPanel,
.FastForcedPanel .FastNestedPanel,
.FastNestedPanel .FastSubPanel,
.FastNestedPanel .FastForcedSubPanel,
.FastNestedPanel .FastNestedPanel,
.FastSubPanel .FastSubPanel,
.FastSubPanel .FastForcedSubPanel,
.FastSubPanel .FastNestedPanel,
.FastForcedSubPanel .FastSubPanel,
.FastForcedSubPanel .FastForcedSubPanel,
.FastForcedSubPanel .FastNestedPanel,
.FastBackgroundPanel .FastSubPanel,
.FastBackgroundPanel .FastForcedSubPanel,
.FastBackgroundPanel .FastNestedPanel {
  border: 1px solid #DDD;
  box-shadow: none;
  border-radius: 0 4px 4px 0;
  overflow: visible;
  position: relative;
}
.FastPanel .FastSubPanel::before,
.FastPanel .FastForcedSubPanel::before,
.FastPanel .FastNestedPanel::before,
.FastForcedPanel .FastSubPanel::before,
.FastForcedPanel .FastForcedSubPanel::before,
.FastForcedPanel .FastNestedPanel::before,
.FastNestedPanel .FastSubPanel::before,
.FastNestedPanel .FastForcedSubPanel::before,
.FastNestedPanel .FastNestedPanel::before,
.FastSubPanel .FastSubPanel::before,
.FastSubPanel .FastForcedSubPanel::before,
.FastSubPanel .FastNestedPanel::before,
.FastForcedSubPanel .FastSubPanel::before,
.FastForcedSubPanel .FastForcedSubPanel::before,
.FastForcedSubPanel .FastNestedPanel::before,
.FastBackgroundPanel .FastSubPanel::before,
.FastBackgroundPanel .FastForcedSubPanel::before,
.FastBackgroundPanel .FastNestedPanel::before {
  display: block;
  content: " ";
  position: absolute;
  top: -1px;
  right: 100%;
  bottom: -1px;
  left: auto;
  height: auto;
  width: 4px;
  z-index: 1;
}
.FastPanel .FastSubPanel .FastSubPanel,
.FastPanel .FastForcedSubPanel .FastSubPanel,
.FastPanel .FastNestedPanel .FastSubPanel,
.FastForcedPanel .FastSubPanel .FastSubPanel,
.FastForcedPanel .FastForcedSubPanel .FastSubPanel,
.FastForcedPanel .FastNestedPanel .FastSubPanel,
.FastNestedPanel .FastSubPanel .FastSubPanel,
.FastNestedPanel .FastForcedSubPanel .FastSubPanel,
.FastNestedPanel .FastNestedPanel .FastSubPanel,
.FastSubPanel .FastSubPanel .FastSubPanel,
.FastSubPanel .FastForcedSubPanel .FastSubPanel,
.FastSubPanel .FastNestedPanel .FastSubPanel,
.FastForcedSubPanel .FastSubPanel .FastSubPanel,
.FastForcedSubPanel .FastForcedSubPanel .FastSubPanel,
.FastForcedSubPanel .FastNestedPanel .FastSubPanel,
.FastBackgroundPanel .FastSubPanel .FastSubPanel,
.FastBackgroundPanel .FastForcedSubPanel .FastSubPanel,
.FastBackgroundPanel .FastNestedPanel .FastSubPanel {
  box-shadow: none;
  border-width: 0;
  border-radius: 0;
}
@media print {
  .FastPanel .FastSubPanel .FastSubPanel,
.FastPanel .FastForcedSubPanel .FastSubPanel,
.FastPanel .FastNestedPanel .FastSubPanel,
.FastForcedPanel .FastSubPanel .FastSubPanel,
.FastForcedPanel .FastForcedSubPanel .FastSubPanel,
.FastForcedPanel .FastNestedPanel .FastSubPanel,
.FastNestedPanel .FastSubPanel .FastSubPanel,
.FastNestedPanel .FastForcedSubPanel .FastSubPanel,
.FastNestedPanel .FastNestedPanel .FastSubPanel,
.FastSubPanel .FastSubPanel .FastSubPanel,
.FastSubPanel .FastForcedSubPanel .FastSubPanel,
.FastSubPanel .FastNestedPanel .FastSubPanel,
.FastForcedSubPanel .FastSubPanel .FastSubPanel,
.FastForcedSubPanel .FastForcedSubPanel .FastSubPanel,
.FastForcedSubPanel .FastNestedPanel .FastSubPanel,
.FastBackgroundPanel .FastSubPanel .FastSubPanel,
.FastBackgroundPanel .FastForcedSubPanel .FastSubPanel,
.FastBackgroundPanel .FastNestedPanel .FastSubPanel {
    box-shadow: none;
    outline: none;
  }
}
.FastPanel .FastSubPanel .FastSubPanel::before,
.FastPanel .FastForcedSubPanel .FastSubPanel::before,
.FastPanel .FastNestedPanel .FastSubPanel::before,
.FastForcedPanel .FastSubPanel .FastSubPanel::before,
.FastForcedPanel .FastForcedSubPanel .FastSubPanel::before,
.FastForcedPanel .FastNestedPanel .FastSubPanel::before,
.FastNestedPanel .FastSubPanel .FastSubPanel::before,
.FastNestedPanel .FastForcedSubPanel .FastSubPanel::before,
.FastNestedPanel .FastNestedPanel .FastSubPanel::before,
.FastSubPanel .FastSubPanel .FastSubPanel::before,
.FastSubPanel .FastForcedSubPanel .FastSubPanel::before,
.FastSubPanel .FastNestedPanel .FastSubPanel::before,
.FastForcedSubPanel .FastSubPanel .FastSubPanel::before,
.FastForcedSubPanel .FastForcedSubPanel .FastSubPanel::before,
.FastForcedSubPanel .FastNestedPanel .FastSubPanel::before,
.FastBackgroundPanel .FastSubPanel .FastSubPanel::before,
.FastBackgroundPanel .FastForcedSubPanel .FastSubPanel::before,
.FastBackgroundPanel .FastNestedPanel .FastSubPanel::before {
  background: none;
}
.FastPanel .FastSubPanel.FastStatusPanel,
.FastPanel .FastForcedSubPanel.FastStatusPanel,
.FastPanel .FastNestedPanel.FastStatusPanel,
.FastForcedPanel .FastSubPanel.FastStatusPanel,
.FastForcedPanel .FastForcedSubPanel.FastStatusPanel,
.FastForcedPanel .FastNestedPanel.FastStatusPanel,
.FastNestedPanel .FastSubPanel.FastStatusPanel,
.FastNestedPanel .FastForcedSubPanel.FastStatusPanel,
.FastNestedPanel .FastNestedPanel.FastStatusPanel,
.FastSubPanel .FastSubPanel.FastStatusPanel,
.FastSubPanel .FastForcedSubPanel.FastStatusPanel,
.FastSubPanel .FastNestedPanel.FastStatusPanel,
.FastForcedSubPanel .FastSubPanel.FastStatusPanel,
.FastForcedSubPanel .FastForcedSubPanel.FastStatusPanel,
.FastForcedSubPanel .FastNestedPanel.FastStatusPanel,
.FastBackgroundPanel .FastSubPanel.FastStatusPanel,
.FastBackgroundPanel .FastForcedSubPanel.FastStatusPanel,
.FastBackgroundPanel .FastNestedPanel.FastStatusPanel {
  border: none;
}
.FastPanel .FastSubPanel.VSStatusTitlePanel,
.FastPanel .FastForcedSubPanel.VSStatusTitlePanel,
.FastPanel .FastNestedPanel.VSStatusTitlePanel,
.FastForcedPanel .FastSubPanel.VSStatusTitlePanel,
.FastForcedPanel .FastForcedSubPanel.VSStatusTitlePanel,
.FastForcedPanel .FastNestedPanel.VSStatusTitlePanel,
.FastNestedPanel .FastSubPanel.VSStatusTitlePanel,
.FastNestedPanel .FastForcedSubPanel.VSStatusTitlePanel,
.FastNestedPanel .FastNestedPanel.VSStatusTitlePanel,
.FastSubPanel .FastSubPanel.VSStatusTitlePanel,
.FastSubPanel .FastForcedSubPanel.VSStatusTitlePanel,
.FastSubPanel .FastNestedPanel.VSStatusTitlePanel,
.FastForcedSubPanel .FastSubPanel.VSStatusTitlePanel,
.FastForcedSubPanel .FastForcedSubPanel.VSStatusTitlePanel,
.FastForcedSubPanel .FastNestedPanel.VSStatusTitlePanel,
.FastBackgroundPanel .FastSubPanel.VSStatusTitlePanel,
.FastBackgroundPanel .FastForcedSubPanel.VSStatusTitlePanel,
.FastBackgroundPanel .FastNestedPanel.VSStatusTitlePanel {
  border-radius: 4px;
}
.FastPanel .FastSubPanel.VSStatusTitlePanel::before,
.FastPanel .FastForcedSubPanel.VSStatusTitlePanel::before,
.FastPanel .FastNestedPanel.VSStatusTitlePanel::before,
.FastForcedPanel .FastSubPanel.VSStatusTitlePanel::before,
.FastForcedPanel .FastForcedSubPanel.VSStatusTitlePanel::before,
.FastForcedPanel .FastNestedPanel.VSStatusTitlePanel::before,
.FastNestedPanel .FastSubPanel.VSStatusTitlePanel::before,
.FastNestedPanel .FastForcedSubPanel.VSStatusTitlePanel::before,
.FastNestedPanel .FastNestedPanel.VSStatusTitlePanel::before,
.FastSubPanel .FastSubPanel.VSStatusTitlePanel::before,
.FastSubPanel .FastForcedSubPanel.VSStatusTitlePanel::before,
.FastSubPanel .FastNestedPanel.VSStatusTitlePanel::before,
.FastForcedSubPanel .FastSubPanel.VSStatusTitlePanel::before,
.FastForcedSubPanel .FastForcedSubPanel.VSStatusTitlePanel::before,
.FastForcedSubPanel .FastNestedPanel.VSStatusTitlePanel::before,
.FastBackgroundPanel .FastSubPanel.VSStatusTitlePanel::before,
.FastBackgroundPanel .FastForcedSubPanel.VSStatusTitlePanel::before,
.FastBackgroundPanel .FastNestedPanel.VSStatusTitlePanel::before {
  display: none;
}

.DocTabWrapper {
  padding: 0;
}
.DocTabWrapper > .DocTabContainer {
  padding: 0;
  margin-top: 20px;
}

.DocViewCount,
.DocGroupCount,
.DFCC {
  border-radius: 1em;
  background: #A00;
  color: #FFF;
  padding: 0 5px;
  line-height: 1.2;
  margin: 0 0 0 8px;
  font-weight: 600;
}

.DFCC {
  margin-left: 5px;
}

.FastTitlebarCaption,
.MenuHeader,
.ui-dialog-title {
  font-size: 150%;
  font-weight: 600;
}

.TitlebarIconWrapper {
  color: inherit;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 20px;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  font-weight: normal;
}
.ui-dialog .ui-dialog-titlebar .ui-button,
.ui-dialog .ui-dialog-titlebar .ModalTitleButton {
  font-size: 1.5rem;
  opacity: 0.75;
}
.ui-dialog .ui-dialog-titlebar .ui-button:hover,
.ui-dialog .ui-dialog-titlebar .ModalTitleButton:hover {
  opacity: 1;
}
.ui-dialog.BlankTitle .ui-dialog-titlebar {
  display: none;
}

.FastBasicDialogLayout .BasicCaption {
  font-size: 90%;
  opacity: 0.8;
}

.FGCPTop .FGDW {
  font-size: 90%;
}
.FGCPTop .FGDW .CTE {
  opacity: 0.8;
}
.FGCPLeft .FGDW .FI,
.FGCPLeft .LBW .FI {
  padding-top: 7px;
}

.FGCPNone.CTEL .FI {
  padding-top: 7px;
}

.FGCBD2 .FI {
  padding-top: 7px;
}

.FGTBC.FGCPTop > .FGIW {
  margin-top: 0;
}

.ViewFieldLabel > .FI {
  padding-top: 7px;
}

.ControlGridField.CTEC .FI,
.ControlGridField .LBW .FI {
  margin-top: -4px;
}

.DTColText {
  opacity: 0.8;
  font-weight: bold;
  font-size: 90%;
}

.DocTableHeader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
}
.DocTableHeader > .clearer {
  display: none;
}
.DocTableHeader > .TableTitlebar,
.DocTableHeader > .TableToolsContainer {
  margin-left: 10px;
}
.DocTableHeader > .TableTitlebar {
  -ms-flex: 100 1 auto;
  flex: 100 1 auto;
  margin-bottom: 4px;
}
.flexboxtweener .DocTableHeader > .TableTitlebar {
  -ms-flex-preferred-size: 70%;
  -ms-flex-basis: 70%;
  flex-basis: 70%;
}
.DocTableHeader > .TableDescription {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-left: 10px;
}
.DocTableHeader > .TableToolsContainer {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.DocTableHeader > .DocTableVirtualHeadersContainer {
  padding-left: 10px;
}

.TableToolsContainer {
  border: none;
  border-radius: 4px 4px 0 0;
}
.TableTitlebar + .TableToolsContainer {
  margin-left: 10px;
}

.DocTableVirtualHeadersContainer {
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  box-sizing: border-box;
}

.DocTableStickyHeaderHasColumns > .TableToolsContainer {
  margin-bottom: 0;
}

.TableTools {
  padding-left: 4px;
  padding-bottom: 4px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.TableTools > .TableHeaderViewContainer,
.TableTools > .TableSecuredRows,
.TableTools > .TableViewSelectorContainer,
.TableTools > .TableFilterContainer,
.TableTools > .TablePageSelectorMenu {
  margin-top: 4px;
  margin-right: 4px;
}
.HasColumnHeaders .TableTools {
  padding-bottom: 2px;
}

.TablePageSelectorMenu {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.TablePageCurrent {
  font-weight: normal;
}

.TableFilter {
  border-width: 2px;
  border-radius: 4px;
  padding: 6px 6px;
  font-size: inherit;
}

.TableFilterCloseLink {
  right: 14px;
}

.NoColumnHeaders.HasHeaderTools > .DocTableHeader::after {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 10px;
  height: 2px;
}

.TableHeader > tr:first-child, .TableHeader > tr:last-child {
  border-left: none;
  border-right: none;
}
.TableHeader > tr:first-child {
  border-top-width: 2px;
}
.TableHeader > tr:last-child {
  border-bottom-width: 2px;
}

.DTGLNone .OutlineValueWrapper,
.DTGLNone .OutlinePlaceholder,
.DTGLNone .OutlineDescriptionWrapper {
  border-bottom: none;
}
.DTGLNone .OutlineValueWrapper {
  font-size: 1.1em;
}

.ControlMessageTitle,
.ControlMessageContainerHeader {
  margin-bottom: 20px;
}

/*** Chat Assistant ***/
.ChatAssistantWindow {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 1em;
  width: 25rem;
  height: auto;
  z-index: 100;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.ChatAssistantWindow > .clearer {
  display: none;
}

.FastChatStandalone {
  overflow: hidden;
}
.FastChatStandalone .ChatAssistantWindow {
  width: 100%;
  height: 100%;
  margin: 0;
}

.ChatAssistantTitlebar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  padding: 14px 14px 0;
  flex-wrap: wrap;
}
.ChatAssistantTitlebar > .clearer {
  display: none;
}

.ChatAssistantTitlebarCaption {
  margin-right: auto;
  font-size: 125%;
  font-weight: 600;
}

.ChatAssistantCloseButton {
  text-indent: -100000px;
  overflow: hidden;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  box-sizing: content-box;
  padding: 0;
}
.ChatAssistantCloseButton::before {
  display: block;
  text-indent: 0;
  height: 1em;
  width: 1em;
  content: "";
  content: ""/"";
}

.ChatDialog, .Loaded > body > .ChatDialog {
  transition-property: visibility, opacity, transform;
  transition-duration: 0.3s;
  transform-origin: 110% 50%;
}
.ChatDialog.ChatHide, .Loaded > body > .ChatDialog.ChatHide {
  transform: scale(0.4);
  opacity: 0;
}

/*!
 * FAST Core - Core Styles
 *
 * Copyright © 2011-2025, Fast Enterprises, LLC.
 */
/*****************************/
/* _WDC.Structure.Media.scss */
/*****************************/
/*** Double Width Screen Responsive Stacking ***/
/*@media screen and (max-width: -fast-frem-media-max($largeScreen * 2))
{
    @include responsive-view-stack(Medium, ".VSDoubleScreen");
}*/
/** Responsive Layout **/
/*** Wide Screen Enhancements ***/
@media screen and (min-width: 1560px) {
  .FCBRadiosHorizontal.StackFieldLarge {
    display: -ms-flexbox;
    display: flex;
  }
  .FCBRadiosHorizontal.StackFieldLarge > .clearer {
    display: none;
  }
  .FCBRadiosHorizontal.StackFieldLarge .FCBRWrapper {
    flex-basis: 100%;
  }
  .FCBRadiosHorizontal.StackFieldLarge .FCBRWrapper + .FCBRWrapper {
    margin-left: 14px;
  }

  .StackFieldLarge .InputWrapperFCBRTop {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
  }
  .StackFieldLarge .InputWrapperFCBRTop .FastToggleDisplayRadioButton {
    margin-bottom: 0;
    margin-top: 7px;
  }
  .StackFieldLarge .InputWrapperFCBRBottom {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
  }
  .StackFieldLarge .InputWrapperFCBRBottom .FastToggleDisplayRadioButton {
    margin-bottom: 7px;
    margin-top: 0;
  }
  .StackFieldLarge .InputWrapperFCBRTop::before,
.StackFieldLarge .InputWrapperFCBRBottom::before {
    display: none;
  }
  .StackFieldLarge .FCBRWrapperVertical {
    justify-content: center;
  }
  .StackFieldLarge .FCBRWrapperVertical .FCBRadioLabel {
    margin-left: 0;
  }

  /*   .ManagerHasAssistant
  {
      .ManagerControlContainer
      {
          @include flex(0 1 100%);
      }

      .ManagerControlsContainer
      {
          @include display-flex;
          @include flex-direction(row);
          @include align-items(flex-start);
          max-width: $idealControlWidth + $assistantWidth;
      }
  }

  .ManagerAssistantContainer
  {
      @include flex(0 0 auto);
      //height: 80vh;
      position: relative;
      @include position-sticky;
      top: $panelSpacing;
      right: 0;
      margin: 0 $panelSpacing 20px 0;
      max-height: 100vh;
  }

  .AssistantWrapper
  {
      //height: 80vh;
  }*/
}
/**** View Stacks ****/
.StackVSLarge > .VSTableWrapper > .VSTableContainer,
.StackVSLarge > .VSTableWrapper > .VSTableContainer > tbody,
.StackVSLarge > .VSTableWrapper > .VSTableContainer > tbody > tr,
.StackVSLarge > .VSTableWrapper > .VSTableContainer > tbody > tr > td {
  display: block;
  width: auto;
  box-sizing: border-box;
}
.StackVSLarge > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSStackedAutoTopMargin, .StackVSLarge > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSAutoMarginStackedTop {
  margin-top: 20px;
}
.StackVSLarge > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSAutoMarginFieldStackedTop {
  margin-top: 14px;
}
.StackVSLarge > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSAutoMarginDoubleStackedTop {
  margin-top: 40px;
}
.StackVSLarge > .VSPanelWrapper,
.StackVSLarge > .VSAutoMarginTableWrapper {
  margin: 0;
}
.StackVSLarge > .VSPanelWrapper.VSAutoTopMargin, .StackVSLarge > .VSPanelWrapper.VSAutoMarginTop,
.StackVSLarge > .VSAutoMarginTableWrapper.VSAutoTopMargin,
.StackVSLarge > .VSAutoMarginTableWrapper.VSAutoMarginTop {
  margin-top: 20px;
}
.StackVSLarge > .VSAutoMarginFieldTableWrapper {
  margin: 0;
}
.StackVSLarge > .VSAutoMarginFieldTableWrapper.VSAutoMarginFieldTop {
  margin-top: 14px;
}
.StackVSLarge > .VSAutoMarginDoubleTableWrapper {
  margin: 0;
}
.StackVSLarge > .VSAutoMarginDoubleTableWrapper.VSAutoMarginDoubleTop {
  margin-top: 40px;
}
.StackVSLarge.VSHorizontal {
  display: block;
}
.StackVSLarge.VSHorizontal > .VSViewRow.VSAutoTopMargin, .StackVSLarge.VSHorizontal > .VSViewRow.VSAutoMarginTop {
  margin: 20px 0 0 0;
}
.StackVSLarge.VSHorizontal > .VSViewRow.VSAutoMarginFieldTop {
  margin: 14px 0 0 0;
}
.StackVSLarge.VSHorizontal > .VSViewRow.VSAutoMarginDouble {
  margin: 40px 0 0 0;
}
.StackVSLarge .SnapScrollTop {
  max-height: none !important;
}

/*** Flex Grid Stacking ***/
.StackFGLarge .FlexGridWrapper {
  margin: 0 !important;
  max-width: none !important;
}
.StackFGLarge .FlexGridLayout,
.StackFGLarge .FlexGridLayout > tbody,
.StackFGLarge .FGSR,
.StackFGLarge .FGSC,
.StackFGLarge .FGLR,
.StackFGLarge .FGLC,
.StackFGLarge .FGFC,
.StackFGLarge .FGBR,
.StackFGLarge .FGBC {
  display: block;
}
.StackFGLarge .FGBC {
  display: none;
}
.StackFGLarge .FGFC {
  /*&.FGPadCellField,
  .FGPadRow &
  {
      margin-top: $fieldSpacing;
  }*/
}
.StackFGLarge .FGFC.StackedHidden {
  display: none;
}
.StackFGLarge .FGDW {
  width: 100%;
  margin-bottom: 3px;
}
.StackFGLarge .FGDW .FGD1 {
  width: auto;
  text-align: left;
}
.StackFGLarge .FGDW .FGD1.Empty {
  display: none;
}
.StackFGLarge .FGDW .FGD1 .CTE {
  padding-top: 0;
  padding-bottom: 0;
}
.StackFGLarge .FGDW .FGD2,
.StackFGLarge .FGDW .FGNVS {
  width: auto;
  text-align: left;
  padding: 0;
  margin: 0;
}
.StackFGLarge .FGDW .FGD2 .CTE,
.StackFGLarge .FGDW .FGNVS .CTE {
  padding-top: 0;
  padding-bottom: 0;
}
.StackFGLarge .FGDW .FGD2 .CTE {
  padding-right: 0;
}
.StackFGLarge .FGD2 {
  width: auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.StackFGLarge .FGDH {
  display: none;
}
.StackFGLarge .FGDWP {
  display: none;
}
.StackFGLarge .TAAuto {
  text-align: left;
}
.StackFGLarge.FlexGridContainer .FGPadStackedCell,
.StackFGLarge.FlexGridContainer .FGPadCellField,
.StackFGLarge.FlexGridContainer .FGPadRow .FGSimpleCell .FGFC {
  margin-top: 14px;
}
.StackFGLarge .FGPadRow .FastPanelCell,
.StackFGLarge .FGPadRow .FastSubPanelCell,
.StackFGLarge .FastPanelCell.FGPadStackedCell {
  margin-top: 20px;
}
.StackFGLarge.FGDisplayNV .FGFC .FGNVS {
  padding-top: 0;
  padding-bottom: 0;
}
.StackFGLarge.FGDisplayNV .FGFC .FGNVT {
  padding-top: 0;
  padding-bottom: 0;
}
.StackFGLarge.FGDisplayStandard .FGControlCheckbox,
.StackFGLarge.FGDisplayStandard .FGControlRadioButton {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.StackFGLarge.FGDisplayStandard .FGControlCheckbox > .clearer,
.StackFGLarge.FGDisplayStandard .FGControlRadioButton > .clearer {
  display: none;
}
.StackFGLarge.FGDisplayStandard .FGControlCheckbox .FGDW,
.StackFGLarge.FGDisplayStandard .FGControlRadioButton .FGDW {
  -ms-flex-order: 1;
  flex-order: 1;
  order: 1;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  min-width: 0;
}
.StackFGLarge.FGDisplayStandard .FGControlCheckbox .FGDW .CTE,
.StackFGLarge.FGDisplayStandard .FGControlRadioButton .FGDW .CTE {
  padding-top: 7px;
  padding-bottom: 7px;
}
.StackFGLarge.FGDisplayStandard .FGControlCheckbox .FGIW,
.StackFGLarge.FGDisplayStandard .FGControlRadioButton .FGIW {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.StackFGLarge .InputWrapperCheckbox,
.StackFGLarge .InputWrapperRadioButton {
  padding-right: 10px;
}
.StackFGLarge.FGStyleButtonBar .FGLR {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.StackFGLarge.FGStyleButtonBar .FGLC {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-justify: end;
  -ms-flex-pack: end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.StackFGLarge.FGStyleButtonBar .FGLCE {
  display: none;
}
.StackFGLarge.FGStyleButtonBar .FGPadStackedCell,
.StackFGLarge.FGStyleButtonBar .FGPadCellField {
  margin: 14px 0 0;
}
.StackFGLarge.FGStyleButtonBar .DFB {
  min-width: 0;
}
.StackFGLarge.FGStyleLineItems .CTEC .FGDW::after {
  display: none;
}
.StackFGLarge.FGContainerCPStackedOnly .FGDW {
  display: -ms-flexbox;
  display: flex;
}
.StackFGLarge.FGContainerCPStackedOnly .FGDW > .clearer {
  display: none;
}
.StackFGLarge.FGHideStackedSeparators .FGNVS {
  display: none;
}

.FGFC {
  /*.FCBRadiosHorizontal.StackFieldLarge
  {
      @include flex-direction(column);

      & .FCBRWrapper
      {
          justify-content: flex-start;
      }

      & .InputWrapperFCBRTop,
      & .InputWrapperFCBRBottom,
      & .InputWrapperFCBRStandard
      {
          @include flex-direction(row);
          text-align: justify;

          & .FastToggleDisplayRadioButton
          {
              margin: 0;
          }
      }
  }*/
}
.FGFC .FastComboButtonSetButtons.StackFieldLarge {
  -ms-flex-direction: column;
  flex-direction: column;
}
.FGFC .FastComboButtonSetButtons.StackFieldLarge .FastComboButton ~ .FastComboButton {
  border-left-width: 0;
  border-top-width: 1px;
}
.FGFC .FastComboButtonSetButtons.StackFieldLarge > .FastComboButtonItem {
  -ms-flex-preferred-size: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
}
.FGFC .FastComboButtonSetButtons.StackFieldLarge .SelectorUnderline, .FGFC .FastComboButtonSetButtons.StackFieldLarge .Replay .TabSetActive::after, .Replay .FGFC .FastComboButtonSetButtons.StackFieldLarge .TabSetActive::after {
  left: 0;
  bottom: auto;
  height: auto;
  width: 4px;
  transition-property: top, height;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.DocStackCellsLarge,
.DocStackCellsLarge > caption,
.DocStackCellsLarge > colgroup,
.DocStackCellsLarge > thead,
.DocStackCellsLarge > tbody,
.DocStackCellsLarge > tfoot,
.DocStackCellsLarge > thead > tr,
.DocStackCellsLarge > tbody > tr,
.DocStackCellsLarge > tfoot > tr,
.DocStackCellsLarge > thead > tr > td,
.DocStackCellsLarge > thead > tr > th,
.DocStackCellsLarge > tbody > tr > td,
.DocStackCellsLarge > tbody > tr > th,
.DocStackCellsLarge > tfoot > tr > td,
.DocStackCellsLarge > tfoot > tr > th,
.DocStackCellsLarge > .ItemListContainer > .ItemListRow,
.DocStackCellsLarge > .DocTableWrapOutlineList > .ItemListOutlineGroup > .ItemListContainer > .ItemListRow {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
.DocStackCellsLarge > tbody > tr > .TableTotal {
  display: none;
}
.DocStackCellsLarge > tbody > tr > .TableTotalRows {
  display: block;
}
.DocStackCellsLarge > .DocTableWrapper {
  margin: 0;
}
.DocStackCellsLarge.FastTemplatePanels {
  margin: 0;
}
.DocStackCellsLarge.FastTemplatePanels .DocTable > caption {
  margin: 0;
}
.DocStackCellsLarge.DocTemplatedTable .WrapItemListContainer {
  display: block;
}
.DocStackCellsLarge.DocTemplatedTable .RowTemplateCell {
  margin-top: 20px;
}
.DocStackCellsLarge.DocTemplatedTable .WrapItemListRow {
  flex: auto;
  min-width: 0;
}
.DocStackCellsLarge > tfoot > tr > .TableTotal {
  display: none;
}
.DocStackCellsLarge > tfoot > tr > .TableTotal.TableTotalRows {
  display: block;
}
.DocStackCellsLarge .TCH + .TCH .DTC::before {
  display: none;
}
.DocStackCellsLarge.DTGLNone .TDR + .TDR {
  border-top-style: solid;
  border-top-width: 1px;
}
.DocStackCellsLarge .RepeatedValue.TDS {
  color: inherit;
  cursor: initial;
}
.DocStackCellsLarge .RepeatedValue .DSC,
.DocStackCellsLarge .RepeatedValue .DCC,
.DocStackCellsLarge .RepeatedValue .DLC {
  visibility: visible;
}
.DocStackCellsLarge > tbody > tr > .TDOVHideStacked,
.DocStackCellsLarge > tbody > tr > .TDS.TDOVHideStacked {
  display: none;
}
.DocStackCellsLarge > tbody > tr > .CellCheckbox .DSC,
.DocStackCellsLarge > tbody > tr > .CellCheckbox .DCL,
.DocStackCellsLarge > tbody > tr > .CellRadioButton .DSC,
.DocStackCellsLarge > tbody > tr > .CellRadioButton .DCL {
  -ms-flex-justify: start;
  -ms-flex-pack: start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.DocStackCellsLarge .TDS,
.DocStackCellsLarge .DSC {
  padding-top: 6px;
  padding-bottom: 6px;
}
.DocStackCellsLarge .DCL {
  padding-top: 3px;
  margin-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
.DocStackCellsLarge .TableInputWrapper .FastToggleDisplay {
  margin-left: 0;
  margin-right: 0;
}
.DocStackCellsLarge .ColIconWrapper .FICWE {
  display: none;
}
.DocStackCellsLarge.HasColumnHeaders, .DocStackCellsLarge.NoColumnHeaders {
  /*        &.DocTableWrapHeaders
  {
      .TDC,
      .TDS
      {
          &::before
          {
              white-space: pre-wrap;
          }
      }
  }*/
}
.DocStackCellsLarge.HasColumnHeaders .TDC .DCL,
.DocStackCellsLarge.HasColumnHeaders .TDC .DSC, .DocStackCellsLarge.NoColumnHeaders .TDC .DCL,
.DocStackCellsLarge.NoColumnHeaders .TDC .DSC {
  padding-left: 0;
  margin-left: 0;
}
.DocStackCellsLarge.HasColumnHeaders .TDC::before, .DocStackCellsLarge.NoColumnHeaders .TDC::before {
  padding: 6px 0;
}
.DocStackCellsLarge.HasColumnHeaders .TDC,
.DocStackCellsLarge.HasColumnHeaders .TDS, .DocStackCellsLarge.NoColumnHeaders .TDC,
.DocStackCellsLarge.NoColumnHeaders .TDS {
  display: -ms-flexbox;
  display: flex;
}
.DocStackCellsLarge.HasColumnHeaders .TDC > .clearer,
.DocStackCellsLarge.HasColumnHeaders .TDS > .clearer, .DocStackCellsLarge.NoColumnHeaders .TDC > .clearer,
.DocStackCellsLarge.NoColumnHeaders .TDS > .clearer {
  display: none;
}
.DocStackCellsLarge.HasColumnHeaders .TDC::before,
.DocStackCellsLarge.HasColumnHeaders .TDS::before, .DocStackCellsLarge.NoColumnHeaders .TDC::before,
.DocStackCellsLarge.NoColumnHeaders .TDS::before {
  display: block;
  -ms-flex: 0 0 10em;
  flex: 0 0 10em;
  box-sizing: border-box;
  padding-right: 0.5em;
  text-align: right;
  overflow: hidden;
  /*white-space: pre;
  text-overflow: ellipsis;*/
  white-space: pre-wrap;
  -ms-flex-order: -2;
  flex-order: -2;
  order: -2;
}
.DocStackCellsLarge.HasColumnHeaders .TDC .DCR,
.DocStackCellsLarge.HasColumnHeaders .TDC .DCC,
.DocStackCellsLarge.HasColumnHeaders .TDC .CellEditorContainer,
.DocStackCellsLarge.HasColumnHeaders .TDS .DCR,
.DocStackCellsLarge.HasColumnHeaders .TDS .DCC,
.DocStackCellsLarge.HasColumnHeaders .TDS .CellEditorContainer, .DocStackCellsLarge.NoColumnHeaders .TDC .DCR,
.DocStackCellsLarge.NoColumnHeaders .TDC .DCC,
.DocStackCellsLarge.NoColumnHeaders .TDC .CellEditorContainer,
.DocStackCellsLarge.NoColumnHeaders .TDS .DCR,
.DocStackCellsLarge.NoColumnHeaders .TDS .DCC,
.DocStackCellsLarge.NoColumnHeaders .TDS .CellEditorContainer {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-width: 0;
}
.DocStackCellsLarge.HasColumnHeaders .TDS, .DocStackCellsLarge.NoColumnHeaders .TDS {
  padding-left: 0;
  padding-right: 0;
}
.DocStackCellsLarge.HasColumnHeaders.DTGLAll td + td, .DocStackCellsLarge.NoColumnHeaders.DTGLAll td + td {
  margin-top: -1px;
}
.DocStackCellsLarge .HeaderedTableTitlebar .FastTitlebar {
  border-bottom-width: 1px;
}
.DTGLHorizontal .DocStackCellsLarge .HeaderedTableTitlebar .FastTitlebar {
  margin-bottom: -1px;
}
.DocStackCellsLarge .TableColumnHeaderRow,
.DocStackCellsLarge .DocTableVirtualHeadersContainer {
  display: none;
}

.FastModalSizeLarge, .FastModalSizeMedium, .FastModalSizeSmall {
  /**** View Stacks ****/
  /*** Flex Grid Stacking ***/
}
.FastModalSizeLarge .StackVSLarge > .VSTableWrapper > .VSTableContainer,
.FastModalSizeLarge .StackVSLarge > .VSTableWrapper > .VSTableContainer > tbody,
.FastModalSizeLarge .StackVSLarge > .VSTableWrapper > .VSTableContainer > tbody > tr,
.FastModalSizeLarge .StackVSLarge > .VSTableWrapper > .VSTableContainer > tbody > tr > td, .FastModalSizeMedium .StackVSLarge > .VSTableWrapper > .VSTableContainer,
.FastModalSizeMedium .StackVSLarge > .VSTableWrapper > .VSTableContainer > tbody,
.FastModalSizeMedium .StackVSLarge > .VSTableWrapper > .VSTableContainer > tbody > tr,
.FastModalSizeMedium .StackVSLarge > .VSTableWrapper > .VSTableContainer > tbody > tr > td, .FastModalSizeSmall .StackVSLarge > .VSTableWrapper > .VSTableContainer,
.FastModalSizeSmall .StackVSLarge > .VSTableWrapper > .VSTableContainer > tbody,
.FastModalSizeSmall .StackVSLarge > .VSTableWrapper > .VSTableContainer > tbody > tr,
.FastModalSizeSmall .StackVSLarge > .VSTableWrapper > .VSTableContainer > tbody > tr > td {
  display: block;
  width: auto;
  box-sizing: border-box;
}
.FastModalSizeLarge .StackVSLarge > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSStackedAutoTopMargin, .FastModalSizeLarge .StackVSLarge > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSAutoMarginStackedTop, .FastModalSizeMedium .StackVSLarge > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSStackedAutoTopMargin, .FastModalSizeMedium .StackVSLarge > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSAutoMarginStackedTop, .FastModalSizeSmall .StackVSLarge > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSStackedAutoTopMargin, .FastModalSizeSmall .StackVSLarge > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSAutoMarginStackedTop {
  margin-top: 20px;
}
.FastModalSizeLarge .StackVSLarge > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSAutoMarginFieldStackedTop, .FastModalSizeMedium .StackVSLarge > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSAutoMarginFieldStackedTop, .FastModalSizeSmall .StackVSLarge > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSAutoMarginFieldStackedTop {
  margin-top: 14px;
}
.FastModalSizeLarge .StackVSLarge > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSAutoMarginDoubleStackedTop, .FastModalSizeMedium .StackVSLarge > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSAutoMarginDoubleStackedTop, .FastModalSizeSmall .StackVSLarge > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSAutoMarginDoubleStackedTop {
  margin-top: 40px;
}
.FastModalSizeLarge .StackVSLarge > .VSPanelWrapper,
.FastModalSizeLarge .StackVSLarge > .VSAutoMarginTableWrapper, .FastModalSizeMedium .StackVSLarge > .VSPanelWrapper,
.FastModalSizeMedium .StackVSLarge > .VSAutoMarginTableWrapper, .FastModalSizeSmall .StackVSLarge > .VSPanelWrapper,
.FastModalSizeSmall .StackVSLarge > .VSAutoMarginTableWrapper {
  margin: 0;
}
.FastModalSizeLarge .StackVSLarge > .VSPanelWrapper.VSAutoTopMargin, .FastModalSizeLarge .StackVSLarge > .VSPanelWrapper.VSAutoMarginTop,
.FastModalSizeLarge .StackVSLarge > .VSAutoMarginTableWrapper.VSAutoTopMargin,
.FastModalSizeLarge .StackVSLarge > .VSAutoMarginTableWrapper.VSAutoMarginTop, .FastModalSizeMedium .StackVSLarge > .VSPanelWrapper.VSAutoTopMargin, .FastModalSizeMedium .StackVSLarge > .VSPanelWrapper.VSAutoMarginTop,
.FastModalSizeMedium .StackVSLarge > .VSAutoMarginTableWrapper.VSAutoTopMargin,
.FastModalSizeMedium .StackVSLarge > .VSAutoMarginTableWrapper.VSAutoMarginTop, .FastModalSizeSmall .StackVSLarge > .VSPanelWrapper.VSAutoTopMargin, .FastModalSizeSmall .StackVSLarge > .VSPanelWrapper.VSAutoMarginTop,
.FastModalSizeSmall .StackVSLarge > .VSAutoMarginTableWrapper.VSAutoTopMargin,
.FastModalSizeSmall .StackVSLarge > .VSAutoMarginTableWrapper.VSAutoMarginTop {
  margin-top: 20px;
}
.FastModalSizeLarge .StackVSLarge > .VSAutoMarginFieldTableWrapper, .FastModalSizeMedium .StackVSLarge > .VSAutoMarginFieldTableWrapper, .FastModalSizeSmall .StackVSLarge > .VSAutoMarginFieldTableWrapper {
  margin: 0;
}
.FastModalSizeLarge .StackVSLarge > .VSAutoMarginFieldTableWrapper.VSAutoMarginFieldTop, .FastModalSizeMedium .StackVSLarge > .VSAutoMarginFieldTableWrapper.VSAutoMarginFieldTop, .FastModalSizeSmall .StackVSLarge > .VSAutoMarginFieldTableWrapper.VSAutoMarginFieldTop {
  margin-top: 14px;
}
.FastModalSizeLarge .StackVSLarge > .VSAutoMarginDoubleTableWrapper, .FastModalSizeMedium .StackVSLarge > .VSAutoMarginDoubleTableWrapper, .FastModalSizeSmall .StackVSLarge > .VSAutoMarginDoubleTableWrapper {
  margin: 0;
}
.FastModalSizeLarge .StackVSLarge > .VSAutoMarginDoubleTableWrapper.VSAutoMarginDoubleTop, .FastModalSizeMedium .StackVSLarge > .VSAutoMarginDoubleTableWrapper.VSAutoMarginDoubleTop, .FastModalSizeSmall .StackVSLarge > .VSAutoMarginDoubleTableWrapper.VSAutoMarginDoubleTop {
  margin-top: 40px;
}
.FastModalSizeLarge .StackVSLarge.VSHorizontal, .FastModalSizeMedium .StackVSLarge.VSHorizontal, .FastModalSizeSmall .StackVSLarge.VSHorizontal {
  display: block;
}
.FastModalSizeLarge .StackVSLarge.VSHorizontal > .VSViewRow.VSAutoTopMargin, .FastModalSizeLarge .StackVSLarge.VSHorizontal > .VSViewRow.VSAutoMarginTop, .FastModalSizeMedium .StackVSLarge.VSHorizontal > .VSViewRow.VSAutoTopMargin, .FastModalSizeMedium .StackVSLarge.VSHorizontal > .VSViewRow.VSAutoMarginTop, .FastModalSizeSmall .StackVSLarge.VSHorizontal > .VSViewRow.VSAutoTopMargin, .FastModalSizeSmall .StackVSLarge.VSHorizontal > .VSViewRow.VSAutoMarginTop {
  margin: 20px 0 0 0;
}
.FastModalSizeLarge .StackVSLarge.VSHorizontal > .VSViewRow.VSAutoMarginFieldTop, .FastModalSizeMedium .StackVSLarge.VSHorizontal > .VSViewRow.VSAutoMarginFieldTop, .FastModalSizeSmall .StackVSLarge.VSHorizontal > .VSViewRow.VSAutoMarginFieldTop {
  margin: 14px 0 0 0;
}
.FastModalSizeLarge .StackVSLarge.VSHorizontal > .VSViewRow.VSAutoMarginDouble, .FastModalSizeMedium .StackVSLarge.VSHorizontal > .VSViewRow.VSAutoMarginDouble, .FastModalSizeSmall .StackVSLarge.VSHorizontal > .VSViewRow.VSAutoMarginDouble {
  margin: 40px 0 0 0;
}
.FastModalSizeLarge .StackVSLarge .SnapScrollTop, .FastModalSizeMedium .StackVSLarge .SnapScrollTop, .FastModalSizeSmall .StackVSLarge .SnapScrollTop {
  max-height: none !important;
}
.FastModalSizeLarge .StackFGLarge .FlexGridWrapper, .FastModalSizeMedium .StackFGLarge .FlexGridWrapper, .FastModalSizeSmall .StackFGLarge .FlexGridWrapper {
  margin: 0 !important;
  max-width: none !important;
}
.FastModalSizeLarge .StackFGLarge .FlexGridLayout,
.FastModalSizeLarge .StackFGLarge .FlexGridLayout > tbody,
.FastModalSizeLarge .StackFGLarge .FGSR,
.FastModalSizeLarge .StackFGLarge .FGSC,
.FastModalSizeLarge .StackFGLarge .FGLR,
.FastModalSizeLarge .StackFGLarge .FGLC,
.FastModalSizeLarge .StackFGLarge .FGFC,
.FastModalSizeLarge .StackFGLarge .FGBR,
.FastModalSizeLarge .StackFGLarge .FGBC, .FastModalSizeMedium .StackFGLarge .FlexGridLayout,
.FastModalSizeMedium .StackFGLarge .FlexGridLayout > tbody,
.FastModalSizeMedium .StackFGLarge .FGSR,
.FastModalSizeMedium .StackFGLarge .FGSC,
.FastModalSizeMedium .StackFGLarge .FGLR,
.FastModalSizeMedium .StackFGLarge .FGLC,
.FastModalSizeMedium .StackFGLarge .FGFC,
.FastModalSizeMedium .StackFGLarge .FGBR,
.FastModalSizeMedium .StackFGLarge .FGBC, .FastModalSizeSmall .StackFGLarge .FlexGridLayout,
.FastModalSizeSmall .StackFGLarge .FlexGridLayout > tbody,
.FastModalSizeSmall .StackFGLarge .FGSR,
.FastModalSizeSmall .StackFGLarge .FGSC,
.FastModalSizeSmall .StackFGLarge .FGLR,
.FastModalSizeSmall .StackFGLarge .FGLC,
.FastModalSizeSmall .StackFGLarge .FGFC,
.FastModalSizeSmall .StackFGLarge .FGBR,
.FastModalSizeSmall .StackFGLarge .FGBC {
  display: block;
}
.FastModalSizeLarge .StackFGLarge .FGBC, .FastModalSizeMedium .StackFGLarge .FGBC, .FastModalSizeSmall .StackFGLarge .FGBC {
  display: none;
}
.FastModalSizeLarge .StackFGLarge .FGFC, .FastModalSizeMedium .StackFGLarge .FGFC, .FastModalSizeSmall .StackFGLarge .FGFC {
  /*&.FGPadCellField,
  .FGPadRow &
  {
      margin-top: $fieldSpacing;
  }*/
}
.FastModalSizeLarge .StackFGLarge .FGFC.StackedHidden, .FastModalSizeMedium .StackFGLarge .FGFC.StackedHidden, .FastModalSizeSmall .StackFGLarge .FGFC.StackedHidden {
  display: none;
}
.FastModalSizeLarge .StackFGLarge .FGDW, .FastModalSizeMedium .StackFGLarge .FGDW, .FastModalSizeSmall .StackFGLarge .FGDW {
  width: 100%;
  margin-bottom: 3px;
}
.FastModalSizeLarge .StackFGLarge .FGDW .FGD1, .FastModalSizeMedium .StackFGLarge .FGDW .FGD1, .FastModalSizeSmall .StackFGLarge .FGDW .FGD1 {
  width: auto;
  text-align: left;
}
.FastModalSizeLarge .StackFGLarge .FGDW .FGD1.Empty, .FastModalSizeMedium .StackFGLarge .FGDW .FGD1.Empty, .FastModalSizeSmall .StackFGLarge .FGDW .FGD1.Empty {
  display: none;
}
.FastModalSizeLarge .StackFGLarge .FGDW .FGD1 .CTE, .FastModalSizeMedium .StackFGLarge .FGDW .FGD1 .CTE, .FastModalSizeSmall .StackFGLarge .FGDW .FGD1 .CTE {
  padding-top: 0;
  padding-bottom: 0;
}
.FastModalSizeLarge .StackFGLarge .FGDW .FGD2,
.FastModalSizeLarge .StackFGLarge .FGDW .FGNVS, .FastModalSizeMedium .StackFGLarge .FGDW .FGD2,
.FastModalSizeMedium .StackFGLarge .FGDW .FGNVS, .FastModalSizeSmall .StackFGLarge .FGDW .FGD2,
.FastModalSizeSmall .StackFGLarge .FGDW .FGNVS {
  width: auto;
  text-align: left;
  padding: 0;
  margin: 0;
}
.FastModalSizeLarge .StackFGLarge .FGDW .FGD2 .CTE,
.FastModalSizeLarge .StackFGLarge .FGDW .FGNVS .CTE, .FastModalSizeMedium .StackFGLarge .FGDW .FGD2 .CTE,
.FastModalSizeMedium .StackFGLarge .FGDW .FGNVS .CTE, .FastModalSizeSmall .StackFGLarge .FGDW .FGD2 .CTE,
.FastModalSizeSmall .StackFGLarge .FGDW .FGNVS .CTE {
  padding-top: 0;
  padding-bottom: 0;
}
.FastModalSizeLarge .StackFGLarge .FGDW .FGD2 .CTE, .FastModalSizeMedium .StackFGLarge .FGDW .FGD2 .CTE, .FastModalSizeSmall .StackFGLarge .FGDW .FGD2 .CTE {
  padding-right: 0;
}
.FastModalSizeLarge .StackFGLarge .FGD2, .FastModalSizeMedium .StackFGLarge .FGD2, .FastModalSizeSmall .StackFGLarge .FGD2 {
  width: auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.FastModalSizeLarge .StackFGLarge .FGDH, .FastModalSizeMedium .StackFGLarge .FGDH, .FastModalSizeSmall .StackFGLarge .FGDH {
  display: none;
}
.FastModalSizeLarge .StackFGLarge .FGDWP, .FastModalSizeMedium .StackFGLarge .FGDWP, .FastModalSizeSmall .StackFGLarge .FGDWP {
  display: none;
}
.FastModalSizeLarge .StackFGLarge .TAAuto, .FastModalSizeMedium .StackFGLarge .TAAuto, .FastModalSizeSmall .StackFGLarge .TAAuto {
  text-align: left;
}
.FastModalSizeLarge .StackFGLarge.FlexGridContainer .FGPadStackedCell,
.FastModalSizeLarge .StackFGLarge.FlexGridContainer .FGPadCellField,
.FastModalSizeLarge .StackFGLarge.FlexGridContainer .FGPadRow .FGSimpleCell .FGFC, .FastModalSizeMedium .StackFGLarge.FlexGridContainer .FGPadStackedCell,
.FastModalSizeMedium .StackFGLarge.FlexGridContainer .FGPadCellField,
.FastModalSizeMedium .StackFGLarge.FlexGridContainer .FGPadRow .FGSimpleCell .FGFC, .FastModalSizeSmall .StackFGLarge.FlexGridContainer .FGPadStackedCell,
.FastModalSizeSmall .StackFGLarge.FlexGridContainer .FGPadCellField,
.FastModalSizeSmall .StackFGLarge.FlexGridContainer .FGPadRow .FGSimpleCell .FGFC {
  margin-top: 14px;
}
.FastModalSizeLarge .StackFGLarge .FGPadRow .FastPanelCell,
.FastModalSizeLarge .StackFGLarge .FGPadRow .FastSubPanelCell,
.FastModalSizeLarge .StackFGLarge .FastPanelCell.FGPadStackedCell, .FastModalSizeMedium .StackFGLarge .FGPadRow .FastPanelCell,
.FastModalSizeMedium .StackFGLarge .FGPadRow .FastSubPanelCell,
.FastModalSizeMedium .StackFGLarge .FastPanelCell.FGPadStackedCell, .FastModalSizeSmall .StackFGLarge .FGPadRow .FastPanelCell,
.FastModalSizeSmall .StackFGLarge .FGPadRow .FastSubPanelCell,
.FastModalSizeSmall .StackFGLarge .FastPanelCell.FGPadStackedCell {
  margin-top: 20px;
}
.FastModalSizeLarge .StackFGLarge.FGDisplayNV .FGFC .FGNVS, .FastModalSizeMedium .StackFGLarge.FGDisplayNV .FGFC .FGNVS, .FastModalSizeSmall .StackFGLarge.FGDisplayNV .FGFC .FGNVS {
  padding-top: 0;
  padding-bottom: 0;
}
.FastModalSizeLarge .StackFGLarge.FGDisplayNV .FGFC .FGNVT, .FastModalSizeMedium .StackFGLarge.FGDisplayNV .FGFC .FGNVT, .FastModalSizeSmall .StackFGLarge.FGDisplayNV .FGFC .FGNVT {
  padding-top: 0;
  padding-bottom: 0;
}
.FastModalSizeLarge .StackFGLarge.FGDisplayStandard .FGControlCheckbox,
.FastModalSizeLarge .StackFGLarge.FGDisplayStandard .FGControlRadioButton, .FastModalSizeMedium .StackFGLarge.FGDisplayStandard .FGControlCheckbox,
.FastModalSizeMedium .StackFGLarge.FGDisplayStandard .FGControlRadioButton, .FastModalSizeSmall .StackFGLarge.FGDisplayStandard .FGControlCheckbox,
.FastModalSizeSmall .StackFGLarge.FGDisplayStandard .FGControlRadioButton {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.FastModalSizeLarge .StackFGLarge.FGDisplayStandard .FGControlCheckbox > .clearer,
.FastModalSizeLarge .StackFGLarge.FGDisplayStandard .FGControlRadioButton > .clearer, .FastModalSizeMedium .StackFGLarge.FGDisplayStandard .FGControlCheckbox > .clearer,
.FastModalSizeMedium .StackFGLarge.FGDisplayStandard .FGControlRadioButton > .clearer, .FastModalSizeSmall .StackFGLarge.FGDisplayStandard .FGControlCheckbox > .clearer,
.FastModalSizeSmall .StackFGLarge.FGDisplayStandard .FGControlRadioButton > .clearer {
  display: none;
}
.FastModalSizeLarge .StackFGLarge.FGDisplayStandard .FGControlCheckbox .FGDW,
.FastModalSizeLarge .StackFGLarge.FGDisplayStandard .FGControlRadioButton .FGDW, .FastModalSizeMedium .StackFGLarge.FGDisplayStandard .FGControlCheckbox .FGDW,
.FastModalSizeMedium .StackFGLarge.FGDisplayStandard .FGControlRadioButton .FGDW, .FastModalSizeSmall .StackFGLarge.FGDisplayStandard .FGControlCheckbox .FGDW,
.FastModalSizeSmall .StackFGLarge.FGDisplayStandard .FGControlRadioButton .FGDW {
  -ms-flex-order: 1;
  flex-order: 1;
  order: 1;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  min-width: 0;
}
.FastModalSizeLarge .StackFGLarge.FGDisplayStandard .FGControlCheckbox .FGDW .CTE,
.FastModalSizeLarge .StackFGLarge.FGDisplayStandard .FGControlRadioButton .FGDW .CTE, .FastModalSizeMedium .StackFGLarge.FGDisplayStandard .FGControlCheckbox .FGDW .CTE,
.FastModalSizeMedium .StackFGLarge.FGDisplayStandard .FGControlRadioButton .FGDW .CTE, .FastModalSizeSmall .StackFGLarge.FGDisplayStandard .FGControlCheckbox .FGDW .CTE,
.FastModalSizeSmall .StackFGLarge.FGDisplayStandard .FGControlRadioButton .FGDW .CTE {
  padding-top: 7px;
  padding-bottom: 7px;
}
.FastModalSizeLarge .StackFGLarge.FGDisplayStandard .FGControlCheckbox .FGIW,
.FastModalSizeLarge .StackFGLarge.FGDisplayStandard .FGControlRadioButton .FGIW, .FastModalSizeMedium .StackFGLarge.FGDisplayStandard .FGControlCheckbox .FGIW,
.FastModalSizeMedium .StackFGLarge.FGDisplayStandard .FGControlRadioButton .FGIW, .FastModalSizeSmall .StackFGLarge.FGDisplayStandard .FGControlCheckbox .FGIW,
.FastModalSizeSmall .StackFGLarge.FGDisplayStandard .FGControlRadioButton .FGIW {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.FastModalSizeLarge .StackFGLarge .InputWrapperCheckbox,
.FastModalSizeLarge .StackFGLarge .InputWrapperRadioButton, .FastModalSizeMedium .StackFGLarge .InputWrapperCheckbox,
.FastModalSizeMedium .StackFGLarge .InputWrapperRadioButton, .FastModalSizeSmall .StackFGLarge .InputWrapperCheckbox,
.FastModalSizeSmall .StackFGLarge .InputWrapperRadioButton {
  padding-right: 10px;
}
.FastModalSizeLarge .StackFGLarge.FGStyleButtonBar .FGLR, .FastModalSizeMedium .StackFGLarge.FGStyleButtonBar .FGLR, .FastModalSizeSmall .StackFGLarge.FGStyleButtonBar .FGLR {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.FastModalSizeLarge .StackFGLarge.FGStyleButtonBar .FGLC, .FastModalSizeMedium .StackFGLarge.FGStyleButtonBar .FGLC, .FastModalSizeSmall .StackFGLarge.FGStyleButtonBar .FGLC {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-justify: end;
  -ms-flex-pack: end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.FastModalSizeLarge .StackFGLarge.FGStyleButtonBar .FGLCE, .FastModalSizeMedium .StackFGLarge.FGStyleButtonBar .FGLCE, .FastModalSizeSmall .StackFGLarge.FGStyleButtonBar .FGLCE {
  display: none;
}
.FastModalSizeLarge .StackFGLarge.FGStyleButtonBar .FGPadStackedCell,
.FastModalSizeLarge .StackFGLarge.FGStyleButtonBar .FGPadCellField, .FastModalSizeMedium .StackFGLarge.FGStyleButtonBar .FGPadStackedCell,
.FastModalSizeMedium .StackFGLarge.FGStyleButtonBar .FGPadCellField, .FastModalSizeSmall .StackFGLarge.FGStyleButtonBar .FGPadStackedCell,
.FastModalSizeSmall .StackFGLarge.FGStyleButtonBar .FGPadCellField {
  margin: 14px 0 0;
}
.FastModalSizeLarge .StackFGLarge.FGStyleButtonBar .DFB, .FastModalSizeMedium .StackFGLarge.FGStyleButtonBar .DFB, .FastModalSizeSmall .StackFGLarge.FGStyleButtonBar .DFB {
  min-width: 0;
}
.FastModalSizeLarge .StackFGLarge.FGStyleLineItems .CTEC .FGDW::after, .FastModalSizeMedium .StackFGLarge.FGStyleLineItems .CTEC .FGDW::after, .FastModalSizeSmall .StackFGLarge.FGStyleLineItems .CTEC .FGDW::after {
  display: none;
}
.FastModalSizeLarge .StackFGLarge.FGContainerCPStackedOnly .FGDW, .FastModalSizeMedium .StackFGLarge.FGContainerCPStackedOnly .FGDW, .FastModalSizeSmall .StackFGLarge.FGContainerCPStackedOnly .FGDW {
  display: -ms-flexbox;
  display: flex;
}
.FastModalSizeLarge .StackFGLarge.FGContainerCPStackedOnly .FGDW > .clearer, .FastModalSizeMedium .StackFGLarge.FGContainerCPStackedOnly .FGDW > .clearer, .FastModalSizeSmall .StackFGLarge.FGContainerCPStackedOnly .FGDW > .clearer {
  display: none;
}
.FastModalSizeLarge .StackFGLarge.FGHideStackedSeparators .FGNVS, .FastModalSizeMedium .StackFGLarge.FGHideStackedSeparators .FGNVS, .FastModalSizeSmall .StackFGLarge.FGHideStackedSeparators .FGNVS {
  display: none;
}
.FastModalSizeLarge .FGFC, .FastModalSizeMedium .FGFC, .FastModalSizeSmall .FGFC {
  /*.FCBRadiosHorizontal.StackFieldLarge
  {
      @include flex-direction(column);

      & .FCBRWrapper
      {
          justify-content: flex-start;
      }

      & .InputWrapperFCBRTop,
      & .InputWrapperFCBRBottom,
      & .InputWrapperFCBRStandard
      {
          @include flex-direction(row);
          text-align: justify;

          & .FastToggleDisplayRadioButton
          {
              margin: 0;
          }
      }
  }*/
}
.FastModalSizeLarge .FGFC .FastComboButtonSetButtons.StackFieldLarge, .FastModalSizeMedium .FGFC .FastComboButtonSetButtons.StackFieldLarge, .FastModalSizeSmall .FGFC .FastComboButtonSetButtons.StackFieldLarge {
  -ms-flex-direction: column;
  flex-direction: column;
}
.FastModalSizeLarge .FGFC .FastComboButtonSetButtons.StackFieldLarge .FastComboButton ~ .FastComboButton, .FastModalSizeMedium .FGFC .FastComboButtonSetButtons.StackFieldLarge .FastComboButton ~ .FastComboButton, .FastModalSizeSmall .FGFC .FastComboButtonSetButtons.StackFieldLarge .FastComboButton ~ .FastComboButton {
  border-left-width: 0;
  border-top-width: 1px;
}
.FastModalSizeLarge .FGFC .FastComboButtonSetButtons.StackFieldLarge > .FastComboButtonItem, .FastModalSizeMedium .FGFC .FastComboButtonSetButtons.StackFieldLarge > .FastComboButtonItem, .FastModalSizeSmall .FGFC .FastComboButtonSetButtons.StackFieldLarge > .FastComboButtonItem {
  -ms-flex-preferred-size: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
}
.FastModalSizeLarge .FGFC .FastComboButtonSetButtons.StackFieldLarge .SelectorUnderline, .FastModalSizeLarge .FGFC .FastComboButtonSetButtons.StackFieldLarge .Replay .TabSetActive::after, .Replay .FastModalSizeLarge .FGFC .FastComboButtonSetButtons.StackFieldLarge .TabSetActive::after, .FastModalSizeMedium .FGFC .FastComboButtonSetButtons.StackFieldLarge .SelectorUnderline, .FastModalSizeMedium .FGFC .FastComboButtonSetButtons.StackFieldLarge .Replay .TabSetActive::after, .Replay .FastModalSizeMedium .FGFC .FastComboButtonSetButtons.StackFieldLarge .TabSetActive::after, .FastModalSizeSmall .FGFC .FastComboButtonSetButtons.StackFieldLarge .SelectorUnderline, .FastModalSizeSmall .FGFC .FastComboButtonSetButtons.StackFieldLarge .Replay .TabSetActive::after, .Replay .FastModalSizeSmall .FGFC .FastComboButtonSetButtons.StackFieldLarge .TabSetActive::after {
  left: 0;
  bottom: auto;
  height: auto;
  width: 4px;
  transition-property: top, height;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.FastModalSizeLarge .DocStackCellsLarge,
.FastModalSizeLarge .DocStackCellsLarge > caption,
.FastModalSizeLarge .DocStackCellsLarge > colgroup,
.FastModalSizeLarge .DocStackCellsLarge > thead,
.FastModalSizeLarge .DocStackCellsLarge > tbody,
.FastModalSizeLarge .DocStackCellsLarge > tfoot,
.FastModalSizeLarge .DocStackCellsLarge > thead > tr,
.FastModalSizeLarge .DocStackCellsLarge > tbody > tr,
.FastModalSizeLarge .DocStackCellsLarge > tfoot > tr,
.FastModalSizeLarge .DocStackCellsLarge > thead > tr > td,
.FastModalSizeLarge .DocStackCellsLarge > thead > tr > th,
.FastModalSizeLarge .DocStackCellsLarge > tbody > tr > td,
.FastModalSizeLarge .DocStackCellsLarge > tbody > tr > th,
.FastModalSizeLarge .DocStackCellsLarge > tfoot > tr > td,
.FastModalSizeLarge .DocStackCellsLarge > tfoot > tr > th,
.FastModalSizeLarge .DocStackCellsLarge > .ItemListContainer > .ItemListRow,
.FastModalSizeLarge .DocStackCellsLarge > .DocTableWrapOutlineList > .ItemListOutlineGroup > .ItemListContainer > .ItemListRow, .FastModalSizeMedium .DocStackCellsLarge,
.FastModalSizeMedium .DocStackCellsLarge > caption,
.FastModalSizeMedium .DocStackCellsLarge > colgroup,
.FastModalSizeMedium .DocStackCellsLarge > thead,
.FastModalSizeMedium .DocStackCellsLarge > tbody,
.FastModalSizeMedium .DocStackCellsLarge > tfoot,
.FastModalSizeMedium .DocStackCellsLarge > thead > tr,
.FastModalSizeMedium .DocStackCellsLarge > tbody > tr,
.FastModalSizeMedium .DocStackCellsLarge > tfoot > tr,
.FastModalSizeMedium .DocStackCellsLarge > thead > tr > td,
.FastModalSizeMedium .DocStackCellsLarge > thead > tr > th,
.FastModalSizeMedium .DocStackCellsLarge > tbody > tr > td,
.FastModalSizeMedium .DocStackCellsLarge > tbody > tr > th,
.FastModalSizeMedium .DocStackCellsLarge > tfoot > tr > td,
.FastModalSizeMedium .DocStackCellsLarge > tfoot > tr > th,
.FastModalSizeMedium .DocStackCellsLarge > .ItemListContainer > .ItemListRow,
.FastModalSizeMedium .DocStackCellsLarge > .DocTableWrapOutlineList > .ItemListOutlineGroup > .ItemListContainer > .ItemListRow, .FastModalSizeSmall .DocStackCellsLarge,
.FastModalSizeSmall .DocStackCellsLarge > caption,
.FastModalSizeSmall .DocStackCellsLarge > colgroup,
.FastModalSizeSmall .DocStackCellsLarge > thead,
.FastModalSizeSmall .DocStackCellsLarge > tbody,
.FastModalSizeSmall .DocStackCellsLarge > tfoot,
.FastModalSizeSmall .DocStackCellsLarge > thead > tr,
.FastModalSizeSmall .DocStackCellsLarge > tbody > tr,
.FastModalSizeSmall .DocStackCellsLarge > tfoot > tr,
.FastModalSizeSmall .DocStackCellsLarge > thead > tr > td,
.FastModalSizeSmall .DocStackCellsLarge > thead > tr > th,
.FastModalSizeSmall .DocStackCellsLarge > tbody > tr > td,
.FastModalSizeSmall .DocStackCellsLarge > tbody > tr > th,
.FastModalSizeSmall .DocStackCellsLarge > tfoot > tr > td,
.FastModalSizeSmall .DocStackCellsLarge > tfoot > tr > th,
.FastModalSizeSmall .DocStackCellsLarge > .ItemListContainer > .ItemListRow,
.FastModalSizeSmall .DocStackCellsLarge > .DocTableWrapOutlineList > .ItemListOutlineGroup > .ItemListContainer > .ItemListRow {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
.FastModalSizeLarge .DocStackCellsLarge > tbody > tr > .TableTotal, .FastModalSizeMedium .DocStackCellsLarge > tbody > tr > .TableTotal, .FastModalSizeSmall .DocStackCellsLarge > tbody > tr > .TableTotal {
  display: none;
}
.FastModalSizeLarge .DocStackCellsLarge > tbody > tr > .TableTotalRows, .FastModalSizeMedium .DocStackCellsLarge > tbody > tr > .TableTotalRows, .FastModalSizeSmall .DocStackCellsLarge > tbody > tr > .TableTotalRows {
  display: block;
}
.FastModalSizeLarge .DocStackCellsLarge > .DocTableWrapper, .FastModalSizeMedium .DocStackCellsLarge > .DocTableWrapper, .FastModalSizeSmall .DocStackCellsLarge > .DocTableWrapper {
  margin: 0;
}
.FastModalSizeLarge .DocStackCellsLarge.FastTemplatePanels, .FastModalSizeMedium .DocStackCellsLarge.FastTemplatePanels, .FastModalSizeSmall .DocStackCellsLarge.FastTemplatePanels {
  margin: 0;
}
.FastModalSizeLarge .DocStackCellsLarge.FastTemplatePanels .DocTable > caption, .FastModalSizeMedium .DocStackCellsLarge.FastTemplatePanels .DocTable > caption, .FastModalSizeSmall .DocStackCellsLarge.FastTemplatePanels .DocTable > caption {
  margin: 0;
}
.FastModalSizeLarge .DocStackCellsLarge.DocTemplatedTable .WrapItemListContainer, .FastModalSizeMedium .DocStackCellsLarge.DocTemplatedTable .WrapItemListContainer, .FastModalSizeSmall .DocStackCellsLarge.DocTemplatedTable .WrapItemListContainer {
  display: block;
}
.FastModalSizeLarge .DocStackCellsLarge.DocTemplatedTable .RowTemplateCell, .FastModalSizeMedium .DocStackCellsLarge.DocTemplatedTable .RowTemplateCell, .FastModalSizeSmall .DocStackCellsLarge.DocTemplatedTable .RowTemplateCell {
  margin-top: 20px;
}
.FastModalSizeLarge .DocStackCellsLarge.DocTemplatedTable .WrapItemListRow, .FastModalSizeMedium .DocStackCellsLarge.DocTemplatedTable .WrapItemListRow, .FastModalSizeSmall .DocStackCellsLarge.DocTemplatedTable .WrapItemListRow {
  flex: auto;
  min-width: 0;
}
.FastModalSizeLarge .DocStackCellsLarge > tfoot > tr > .TableTotal, .FastModalSizeMedium .DocStackCellsLarge > tfoot > tr > .TableTotal, .FastModalSizeSmall .DocStackCellsLarge > tfoot > tr > .TableTotal {
  display: none;
}
.FastModalSizeLarge .DocStackCellsLarge > tfoot > tr > .TableTotal.TableTotalRows, .FastModalSizeMedium .DocStackCellsLarge > tfoot > tr > .TableTotal.TableTotalRows, .FastModalSizeSmall .DocStackCellsLarge > tfoot > tr > .TableTotal.TableTotalRows {
  display: block;
}
.FastModalSizeLarge .DocStackCellsLarge .TCH + .TCH .DTC::before, .FastModalSizeMedium .DocStackCellsLarge .TCH + .TCH .DTC::before, .FastModalSizeSmall .DocStackCellsLarge .TCH + .TCH .DTC::before {
  display: none;
}
.FastModalSizeLarge .DocStackCellsLarge.DTGLNone .TDR + .TDR, .FastModalSizeMedium .DocStackCellsLarge.DTGLNone .TDR + .TDR, .FastModalSizeSmall .DocStackCellsLarge.DTGLNone .TDR + .TDR {
  border-top-style: solid;
  border-top-width: 1px;
}
.FastModalSizeLarge .DocStackCellsLarge .RepeatedValue.TDS, .FastModalSizeMedium .DocStackCellsLarge .RepeatedValue.TDS, .FastModalSizeSmall .DocStackCellsLarge .RepeatedValue.TDS {
  color: inherit;
  cursor: initial;
}
.FastModalSizeLarge .DocStackCellsLarge .RepeatedValue .DSC,
.FastModalSizeLarge .DocStackCellsLarge .RepeatedValue .DCC,
.FastModalSizeLarge .DocStackCellsLarge .RepeatedValue .DLC, .FastModalSizeMedium .DocStackCellsLarge .RepeatedValue .DSC,
.FastModalSizeMedium .DocStackCellsLarge .RepeatedValue .DCC,
.FastModalSizeMedium .DocStackCellsLarge .RepeatedValue .DLC, .FastModalSizeSmall .DocStackCellsLarge .RepeatedValue .DSC,
.FastModalSizeSmall .DocStackCellsLarge .RepeatedValue .DCC,
.FastModalSizeSmall .DocStackCellsLarge .RepeatedValue .DLC {
  visibility: visible;
}
.FastModalSizeLarge .DocStackCellsLarge > tbody > tr > .TDOVHideStacked,
.FastModalSizeLarge .DocStackCellsLarge > tbody > tr > .TDS.TDOVHideStacked, .FastModalSizeMedium .DocStackCellsLarge > tbody > tr > .TDOVHideStacked,
.FastModalSizeMedium .DocStackCellsLarge > tbody > tr > .TDS.TDOVHideStacked, .FastModalSizeSmall .DocStackCellsLarge > tbody > tr > .TDOVHideStacked,
.FastModalSizeSmall .DocStackCellsLarge > tbody > tr > .TDS.TDOVHideStacked {
  display: none;
}
.FastModalSizeLarge .DocStackCellsLarge > tbody > tr > .CellCheckbox .DSC,
.FastModalSizeLarge .DocStackCellsLarge > tbody > tr > .CellCheckbox .DCL,
.FastModalSizeLarge .DocStackCellsLarge > tbody > tr > .CellRadioButton .DSC,
.FastModalSizeLarge .DocStackCellsLarge > tbody > tr > .CellRadioButton .DCL, .FastModalSizeMedium .DocStackCellsLarge > tbody > tr > .CellCheckbox .DSC,
.FastModalSizeMedium .DocStackCellsLarge > tbody > tr > .CellCheckbox .DCL,
.FastModalSizeMedium .DocStackCellsLarge > tbody > tr > .CellRadioButton .DSC,
.FastModalSizeMedium .DocStackCellsLarge > tbody > tr > .CellRadioButton .DCL, .FastModalSizeSmall .DocStackCellsLarge > tbody > tr > .CellCheckbox .DSC,
.FastModalSizeSmall .DocStackCellsLarge > tbody > tr > .CellCheckbox .DCL,
.FastModalSizeSmall .DocStackCellsLarge > tbody > tr > .CellRadioButton .DSC,
.FastModalSizeSmall .DocStackCellsLarge > tbody > tr > .CellRadioButton .DCL {
  -ms-flex-justify: start;
  -ms-flex-pack: start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.FastModalSizeLarge .DocStackCellsLarge .TDS,
.FastModalSizeLarge .DocStackCellsLarge .DSC, .FastModalSizeMedium .DocStackCellsLarge .TDS,
.FastModalSizeMedium .DocStackCellsLarge .DSC, .FastModalSizeSmall .DocStackCellsLarge .TDS,
.FastModalSizeSmall .DocStackCellsLarge .DSC {
  padding-top: 6px;
  padding-bottom: 6px;
}
.FastModalSizeLarge .DocStackCellsLarge .DCL, .FastModalSizeMedium .DocStackCellsLarge .DCL, .FastModalSizeSmall .DocStackCellsLarge .DCL {
  padding-top: 3px;
  margin-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
.FastModalSizeLarge .DocStackCellsLarge .TableInputWrapper .FastToggleDisplay, .FastModalSizeMedium .DocStackCellsLarge .TableInputWrapper .FastToggleDisplay, .FastModalSizeSmall .DocStackCellsLarge .TableInputWrapper .FastToggleDisplay {
  margin-left: 0;
  margin-right: 0;
}
.FastModalSizeLarge .DocStackCellsLarge .ColIconWrapper .FICWE, .FastModalSizeMedium .DocStackCellsLarge .ColIconWrapper .FICWE, .FastModalSizeSmall .DocStackCellsLarge .ColIconWrapper .FICWE {
  display: none;
}
.FastModalSizeLarge .DocStackCellsLarge.HasColumnHeaders, .FastModalSizeLarge .DocStackCellsLarge.NoColumnHeaders, .FastModalSizeMedium .DocStackCellsLarge.HasColumnHeaders, .FastModalSizeMedium .DocStackCellsLarge.NoColumnHeaders, .FastModalSizeSmall .DocStackCellsLarge.HasColumnHeaders, .FastModalSizeSmall .DocStackCellsLarge.NoColumnHeaders {
  /*        &.DocTableWrapHeaders
  {
      .TDC,
      .TDS
      {
          &::before
          {
              white-space: pre-wrap;
          }
      }
  }*/
}
.FastModalSizeLarge .DocStackCellsLarge.HasColumnHeaders .TDC .DCL,
.FastModalSizeLarge .DocStackCellsLarge.HasColumnHeaders .TDC .DSC, .FastModalSizeLarge .DocStackCellsLarge.NoColumnHeaders .TDC .DCL,
.FastModalSizeLarge .DocStackCellsLarge.NoColumnHeaders .TDC .DSC, .FastModalSizeMedium .DocStackCellsLarge.HasColumnHeaders .TDC .DCL,
.FastModalSizeMedium .DocStackCellsLarge.HasColumnHeaders .TDC .DSC, .FastModalSizeMedium .DocStackCellsLarge.NoColumnHeaders .TDC .DCL,
.FastModalSizeMedium .DocStackCellsLarge.NoColumnHeaders .TDC .DSC, .FastModalSizeSmall .DocStackCellsLarge.HasColumnHeaders .TDC .DCL,
.FastModalSizeSmall .DocStackCellsLarge.HasColumnHeaders .TDC .DSC, .FastModalSizeSmall .DocStackCellsLarge.NoColumnHeaders .TDC .DCL,
.FastModalSizeSmall .DocStackCellsLarge.NoColumnHeaders .TDC .DSC {
  padding-left: 0;
  margin-left: 0;
}
.FastModalSizeLarge .DocStackCellsLarge.HasColumnHeaders .TDC::before, .FastModalSizeLarge .DocStackCellsLarge.NoColumnHeaders .TDC::before, .FastModalSizeMedium .DocStackCellsLarge.HasColumnHeaders .TDC::before, .FastModalSizeMedium .DocStackCellsLarge.NoColumnHeaders .TDC::before, .FastModalSizeSmall .DocStackCellsLarge.HasColumnHeaders .TDC::before, .FastModalSizeSmall .DocStackCellsLarge.NoColumnHeaders .TDC::before {
  padding: 6px 0;
}
.FastModalSizeLarge .DocStackCellsLarge.HasColumnHeaders .TDC,
.FastModalSizeLarge .DocStackCellsLarge.HasColumnHeaders .TDS, .FastModalSizeLarge .DocStackCellsLarge.NoColumnHeaders .TDC,
.FastModalSizeLarge .DocStackCellsLarge.NoColumnHeaders .TDS, .FastModalSizeMedium .DocStackCellsLarge.HasColumnHeaders .TDC,
.FastModalSizeMedium .DocStackCellsLarge.HasColumnHeaders .TDS, .FastModalSizeMedium .DocStackCellsLarge.NoColumnHeaders .TDC,
.FastModalSizeMedium .DocStackCellsLarge.NoColumnHeaders .TDS, .FastModalSizeSmall .DocStackCellsLarge.HasColumnHeaders .TDC,
.FastModalSizeSmall .DocStackCellsLarge.HasColumnHeaders .TDS, .FastModalSizeSmall .DocStackCellsLarge.NoColumnHeaders .TDC,
.FastModalSizeSmall .DocStackCellsLarge.NoColumnHeaders .TDS {
  display: -ms-flexbox;
  display: flex;
}
.FastModalSizeLarge .DocStackCellsLarge.HasColumnHeaders .TDC > .clearer,
.FastModalSizeLarge .DocStackCellsLarge.HasColumnHeaders .TDS > .clearer, .FastModalSizeLarge .DocStackCellsLarge.NoColumnHeaders .TDC > .clearer,
.FastModalSizeLarge .DocStackCellsLarge.NoColumnHeaders .TDS > .clearer, .FastModalSizeMedium .DocStackCellsLarge.HasColumnHeaders .TDC > .clearer,
.FastModalSizeMedium .DocStackCellsLarge.HasColumnHeaders .TDS > .clearer, .FastModalSizeMedium .DocStackCellsLarge.NoColumnHeaders .TDC > .clearer,
.FastModalSizeMedium .DocStackCellsLarge.NoColumnHeaders .TDS > .clearer, .FastModalSizeSmall .DocStackCellsLarge.HasColumnHeaders .TDC > .clearer,
.FastModalSizeSmall .DocStackCellsLarge.HasColumnHeaders .TDS > .clearer, .FastModalSizeSmall .DocStackCellsLarge.NoColumnHeaders .TDC > .clearer,
.FastModalSizeSmall .DocStackCellsLarge.NoColumnHeaders .TDS > .clearer {
  display: none;
}
.FastModalSizeLarge .DocStackCellsLarge.HasColumnHeaders .TDC::before,
.FastModalSizeLarge .DocStackCellsLarge.HasColumnHeaders .TDS::before, .FastModalSizeLarge .DocStackCellsLarge.NoColumnHeaders .TDC::before,
.FastModalSizeLarge .DocStackCellsLarge.NoColumnHeaders .TDS::before, .FastModalSizeMedium .DocStackCellsLarge.HasColumnHeaders .TDC::before,
.FastModalSizeMedium .DocStackCellsLarge.HasColumnHeaders .TDS::before, .FastModalSizeMedium .DocStackCellsLarge.NoColumnHeaders .TDC::before,
.FastModalSizeMedium .DocStackCellsLarge.NoColumnHeaders .TDS::before, .FastModalSizeSmall .DocStackCellsLarge.HasColumnHeaders .TDC::before,
.FastModalSizeSmall .DocStackCellsLarge.HasColumnHeaders .TDS::before, .FastModalSizeSmall .DocStackCellsLarge.NoColumnHeaders .TDC::before,
.FastModalSizeSmall .DocStackCellsLarge.NoColumnHeaders .TDS::before {
  display: block;
  -ms-flex: 0 0 10em;
  flex: 0 0 10em;
  box-sizing: border-box;
  padding-right: 0.5em;
  text-align: right;
  overflow: hidden;
  /*white-space: pre;
  text-overflow: ellipsis;*/
  white-space: pre-wrap;
  -ms-flex-order: -2;
  flex-order: -2;
  order: -2;
}
.FastModalSizeLarge .DocStackCellsLarge.HasColumnHeaders .TDC .DCR,
.FastModalSizeLarge .DocStackCellsLarge.HasColumnHeaders .TDC .DCC,
.FastModalSizeLarge .DocStackCellsLarge.HasColumnHeaders .TDC .CellEditorContainer,
.FastModalSizeLarge .DocStackCellsLarge.HasColumnHeaders .TDS .DCR,
.FastModalSizeLarge .DocStackCellsLarge.HasColumnHeaders .TDS .DCC,
.FastModalSizeLarge .DocStackCellsLarge.HasColumnHeaders .TDS .CellEditorContainer, .FastModalSizeLarge .DocStackCellsLarge.NoColumnHeaders .TDC .DCR,
.FastModalSizeLarge .DocStackCellsLarge.NoColumnHeaders .TDC .DCC,
.FastModalSizeLarge .DocStackCellsLarge.NoColumnHeaders .TDC .CellEditorContainer,
.FastModalSizeLarge .DocStackCellsLarge.NoColumnHeaders .TDS .DCR,
.FastModalSizeLarge .DocStackCellsLarge.NoColumnHeaders .TDS .DCC,
.FastModalSizeLarge .DocStackCellsLarge.NoColumnHeaders .TDS .CellEditorContainer, .FastModalSizeMedium .DocStackCellsLarge.HasColumnHeaders .TDC .DCR,
.FastModalSizeMedium .DocStackCellsLarge.HasColumnHeaders .TDC .DCC,
.FastModalSizeMedium .DocStackCellsLarge.HasColumnHeaders .TDC .CellEditorContainer,
.FastModalSizeMedium .DocStackCellsLarge.HasColumnHeaders .TDS .DCR,
.FastModalSizeMedium .DocStackCellsLarge.HasColumnHeaders .TDS .DCC,
.FastModalSizeMedium .DocStackCellsLarge.HasColumnHeaders .TDS .CellEditorContainer, .FastModalSizeMedium .DocStackCellsLarge.NoColumnHeaders .TDC .DCR,
.FastModalSizeMedium .DocStackCellsLarge.NoColumnHeaders .TDC .DCC,
.FastModalSizeMedium .DocStackCellsLarge.NoColumnHeaders .TDC .CellEditorContainer,
.FastModalSizeMedium .DocStackCellsLarge.NoColumnHeaders .TDS .DCR,
.FastModalSizeMedium .DocStackCellsLarge.NoColumnHeaders .TDS .DCC,
.FastModalSizeMedium .DocStackCellsLarge.NoColumnHeaders .TDS .CellEditorContainer, .FastModalSizeSmall .DocStackCellsLarge.HasColumnHeaders .TDC .DCR,
.FastModalSizeSmall .DocStackCellsLarge.HasColumnHeaders .TDC .DCC,
.FastModalSizeSmall .DocStackCellsLarge.HasColumnHeaders .TDC .CellEditorContainer,
.FastModalSizeSmall .DocStackCellsLarge.HasColumnHeaders .TDS .DCR,
.FastModalSizeSmall .DocStackCellsLarge.HasColumnHeaders .TDS .DCC,
.FastModalSizeSmall .DocStackCellsLarge.HasColumnHeaders .TDS .CellEditorContainer, .FastModalSizeSmall .DocStackCellsLarge.NoColumnHeaders .TDC .DCR,
.FastModalSizeSmall .DocStackCellsLarge.NoColumnHeaders .TDC .DCC,
.FastModalSizeSmall .DocStackCellsLarge.NoColumnHeaders .TDC .CellEditorContainer,
.FastModalSizeSmall .DocStackCellsLarge.NoColumnHeaders .TDS .DCR,
.FastModalSizeSmall .DocStackCellsLarge.NoColumnHeaders .TDS .DCC,
.FastModalSizeSmall .DocStackCellsLarge.NoColumnHeaders .TDS .CellEditorContainer {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-width: 0;
}
.FastModalSizeLarge .DocStackCellsLarge.HasColumnHeaders .TDS, .FastModalSizeLarge .DocStackCellsLarge.NoColumnHeaders .TDS, .FastModalSizeMedium .DocStackCellsLarge.HasColumnHeaders .TDS, .FastModalSizeMedium .DocStackCellsLarge.NoColumnHeaders .TDS, .FastModalSizeSmall .DocStackCellsLarge.HasColumnHeaders .TDS, .FastModalSizeSmall .DocStackCellsLarge.NoColumnHeaders .TDS {
  padding-left: 0;
  padding-right: 0;
}
.FastModalSizeLarge .DocStackCellsLarge.HasColumnHeaders.DTGLAll td + td, .FastModalSizeLarge .DocStackCellsLarge.NoColumnHeaders.DTGLAll td + td, .FastModalSizeMedium .DocStackCellsLarge.HasColumnHeaders.DTGLAll td + td, .FastModalSizeMedium .DocStackCellsLarge.NoColumnHeaders.DTGLAll td + td, .FastModalSizeSmall .DocStackCellsLarge.HasColumnHeaders.DTGLAll td + td, .FastModalSizeSmall .DocStackCellsLarge.NoColumnHeaders.DTGLAll td + td {
  margin-top: -1px;
}
.FastModalSizeLarge .DocStackCellsLarge .HeaderedTableTitlebar .FastTitlebar, .FastModalSizeMedium .DocStackCellsLarge .HeaderedTableTitlebar .FastTitlebar, .FastModalSizeSmall .DocStackCellsLarge .HeaderedTableTitlebar .FastTitlebar {
  border-bottom-width: 1px;
}
.DTGLHorizontal .FastModalSizeLarge .DocStackCellsLarge .HeaderedTableTitlebar .FastTitlebar, .DTGLHorizontal .FastModalSizeMedium .DocStackCellsLarge .HeaderedTableTitlebar .FastTitlebar, .DTGLHorizontal .FastModalSizeSmall .DocStackCellsLarge .HeaderedTableTitlebar .FastTitlebar {
  margin-bottom: -1px;
}
.FastModalSizeLarge .DocStackCellsLarge .TableColumnHeaderRow,
.FastModalSizeLarge .DocStackCellsLarge .DocTableVirtualHeadersContainer, .FastModalSizeMedium .DocStackCellsLarge .TableColumnHeaderRow,
.FastModalSizeMedium .DocStackCellsLarge .DocTableVirtualHeadersContainer, .FastModalSizeSmall .DocStackCellsLarge .TableColumnHeaderRow,
.FastModalSizeSmall .DocStackCellsLarge .DocTableVirtualHeadersContainer {
  display: none;
}

/*** Medium Screen ***/
@media screen and (min-width: 1088px) {
  .FCBRadiosHorizontal.StackFieldMedium {
    display: -ms-flexbox;
    display: flex;
  }
  .FCBRadiosHorizontal.StackFieldMedium > .clearer {
    display: none;
  }
  .FCBRadiosHorizontal.StackFieldMedium .FCBRWrapper {
    flex-basis: 100%;
  }
  .FCBRadiosHorizontal.StackFieldMedium .FCBRWrapper + .FCBRWrapper {
    margin-left: 14px;
  }

  .StackFieldMedium .InputWrapperFCBRTop {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
  }
  .StackFieldMedium .InputWrapperFCBRTop .FastToggleDisplayRadioButton {
    margin-bottom: 0;
    margin-top: 7px;
  }
  .StackFieldMedium .InputWrapperFCBRBottom {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
  }
  .StackFieldMedium .InputWrapperFCBRBottom .FastToggleDisplayRadioButton {
    margin-bottom: 7px;
    margin-top: 0;
  }
  .StackFieldMedium .InputWrapperFCBRTop::before,
.StackFieldMedium .InputWrapperFCBRBottom::before {
    display: none;
  }
  .StackFieldMedium .FCBRWrapperVertical {
    justify-content: center;
  }
  .StackFieldMedium .FCBRWrapperVertical .FCBRadioLabel {
    margin-left: 0;
  }
}
@media screen and (max-width: 1087px) {
  /**** View Stacks ****/
  .StackVSMedium > .VSTableWrapper > .VSTableContainer,
.StackVSMedium > .VSTableWrapper > .VSTableContainer > tbody,
.StackVSMedium > .VSTableWrapper > .VSTableContainer > tbody > tr,
.StackVSMedium > .VSTableWrapper > .VSTableContainer > tbody > tr > td {
    display: block;
    width: auto;
    box-sizing: border-box;
  }
  .StackVSMedium > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSStackedAutoTopMargin, .StackVSMedium > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSAutoMarginStackedTop {
    margin-top: 20px;
  }
  .StackVSMedium > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSAutoMarginFieldStackedTop {
    margin-top: 14px;
  }
  .StackVSMedium > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSAutoMarginDoubleStackedTop {
    margin-top: 40px;
  }
  .StackVSMedium > .VSPanelWrapper,
.StackVSMedium > .VSAutoMarginTableWrapper {
    margin: 0;
  }
  .StackVSMedium > .VSPanelWrapper.VSAutoTopMargin, .StackVSMedium > .VSPanelWrapper.VSAutoMarginTop,
.StackVSMedium > .VSAutoMarginTableWrapper.VSAutoTopMargin,
.StackVSMedium > .VSAutoMarginTableWrapper.VSAutoMarginTop {
    margin-top: 20px;
  }
  .StackVSMedium > .VSAutoMarginFieldTableWrapper {
    margin: 0;
  }
  .StackVSMedium > .VSAutoMarginFieldTableWrapper.VSAutoMarginFieldTop {
    margin-top: 14px;
  }
  .StackVSMedium > .VSAutoMarginDoubleTableWrapper {
    margin: 0;
  }
  .StackVSMedium > .VSAutoMarginDoubleTableWrapper.VSAutoMarginDoubleTop {
    margin-top: 40px;
  }
  .StackVSMedium.VSHorizontal {
    display: block;
  }
  .StackVSMedium.VSHorizontal > .VSViewRow.VSAutoTopMargin, .StackVSMedium.VSHorizontal > .VSViewRow.VSAutoMarginTop {
    margin: 20px 0 0 0;
  }
  .StackVSMedium.VSHorizontal > .VSViewRow.VSAutoMarginFieldTop {
    margin: 14px 0 0 0;
  }
  .StackVSMedium.VSHorizontal > .VSViewRow.VSAutoMarginDouble {
    margin: 40px 0 0 0;
  }
  .StackVSMedium .SnapScrollTop {
    max-height: none !important;
  }

  /*** Flex Grid Stacking ***/
  .StackFGMedium .FlexGridWrapper {
    margin: 0 !important;
    max-width: none !important;
  }
  .StackFGMedium .FlexGridLayout,
.StackFGMedium .FlexGridLayout > tbody,
.StackFGMedium .FGSR,
.StackFGMedium .FGSC,
.StackFGMedium .FGLR,
.StackFGMedium .FGLC,
.StackFGMedium .FGFC,
.StackFGMedium .FGBR,
.StackFGMedium .FGBC {
    display: block;
  }
  .StackFGMedium .FGBC {
    display: none;
  }
  .StackFGMedium .FGFC {
    /*&.FGPadCellField,
    .FGPadRow &
    {
        margin-top: $fieldSpacing;
    }*/
  }
  .StackFGMedium .FGFC.StackedHidden {
    display: none;
  }
  .StackFGMedium .FGDW {
    width: 100%;
    margin-bottom: 3px;
  }
  .StackFGMedium .FGDW .FGD1 {
    width: auto;
    text-align: left;
  }
  .StackFGMedium .FGDW .FGD1.Empty {
    display: none;
  }
  .StackFGMedium .FGDW .FGD1 .CTE {
    padding-top: 0;
    padding-bottom: 0;
  }
  .StackFGMedium .FGDW .FGD2,
.StackFGMedium .FGDW .FGNVS {
    width: auto;
    text-align: left;
    padding: 0;
    margin: 0;
  }
  .StackFGMedium .FGDW .FGD2 .CTE,
.StackFGMedium .FGDW .FGNVS .CTE {
    padding-top: 0;
    padding-bottom: 0;
  }
  .StackFGMedium .FGDW .FGD2 .CTE {
    padding-right: 0;
  }
  .StackFGMedium .FGD2 {
    width: auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .StackFGMedium .FGDH {
    display: none;
  }
  .StackFGMedium .FGDWP {
    display: none;
  }
  .StackFGMedium .TAAuto {
    text-align: left;
  }
  .StackFGMedium.FlexGridContainer .FGPadStackedCell,
.StackFGMedium.FlexGridContainer .FGPadCellField,
.StackFGMedium.FlexGridContainer .FGPadRow .FGSimpleCell .FGFC {
    margin-top: 14px;
  }
  .StackFGMedium .FGPadRow .FastPanelCell,
.StackFGMedium .FGPadRow .FastSubPanelCell,
.StackFGMedium .FastPanelCell.FGPadStackedCell {
    margin-top: 20px;
  }
  .StackFGMedium.FGDisplayNV .FGFC .FGNVS {
    padding-top: 0;
    padding-bottom: 0;
  }
  .StackFGMedium.FGDisplayNV .FGFC .FGNVT {
    padding-top: 0;
    padding-bottom: 0;
  }
  .StackFGMedium.FGDisplayStandard .FGControlCheckbox,
.StackFGMedium.FGDisplayStandard .FGControlRadioButton {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .StackFGMedium.FGDisplayStandard .FGControlCheckbox > .clearer,
.StackFGMedium.FGDisplayStandard .FGControlRadioButton > .clearer {
    display: none;
  }
  .StackFGMedium.FGDisplayStandard .FGControlCheckbox .FGDW,
.StackFGMedium.FGDisplayStandard .FGControlRadioButton .FGDW {
    -ms-flex-order: 1;
    flex-order: 1;
    order: 1;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    min-width: 0;
  }
  .StackFGMedium.FGDisplayStandard .FGControlCheckbox .FGDW .CTE,
.StackFGMedium.FGDisplayStandard .FGControlRadioButton .FGDW .CTE {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .StackFGMedium.FGDisplayStandard .FGControlCheckbox .FGIW,
.StackFGMedium.FGDisplayStandard .FGControlRadioButton .FGIW {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .StackFGMedium .InputWrapperCheckbox,
.StackFGMedium .InputWrapperRadioButton {
    padding-right: 10px;
  }
  .StackFGMedium.FGStyleButtonBar .FGLR {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .StackFGMedium.FGStyleButtonBar .FGLC {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-justify: end;
    -ms-flex-pack: end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .StackFGMedium.FGStyleButtonBar .FGLCE {
    display: none;
  }
  .StackFGMedium.FGStyleButtonBar .FGPadStackedCell,
.StackFGMedium.FGStyleButtonBar .FGPadCellField {
    margin: 14px 0 0;
  }
  .StackFGMedium.FGStyleButtonBar .DFB {
    min-width: 0;
  }
  .StackFGMedium.FGStyleLineItems .CTEC .FGDW::after {
    display: none;
  }
  .StackFGMedium.FGContainerCPStackedOnly .FGDW {
    display: -ms-flexbox;
    display: flex;
  }
  .StackFGMedium.FGContainerCPStackedOnly .FGDW > .clearer {
    display: none;
  }
  .StackFGMedium.FGHideStackedSeparators .FGNVS {
    display: none;
  }

  .FGFC {
    /*.FCBRadiosHorizontal.StackFieldMedium
    {
        @include flex-direction(column);

        & .FCBRWrapper
        {
            justify-content: flex-start;
        }

        & .InputWrapperFCBRTop,
        & .InputWrapperFCBRBottom,
        & .InputWrapperFCBRStandard
        {
            @include flex-direction(row);
            text-align: justify;

            & .FastToggleDisplayRadioButton
            {
                margin: 0;
            }
        }
    }*/
  }
  .FGFC .FastComboButtonSetButtons.StackFieldMedium {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .FGFC .FastComboButtonSetButtons.StackFieldMedium .FastComboButton ~ .FastComboButton {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .FGFC .FastComboButtonSetButtons.StackFieldMedium > .FastComboButtonItem {
    -ms-flex-preferred-size: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .FGFC .FastComboButtonSetButtons.StackFieldMedium .SelectorUnderline, .FGFC .FastComboButtonSetButtons.StackFieldMedium .Replay .TabSetActive::after, .Replay .FGFC .FastComboButtonSetButtons.StackFieldMedium .TabSetActive::after {
    left: 0;
    bottom: auto;
    height: auto;
    width: 4px;
    transition-property: top, height;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }

  .DocStackCellsMedium,
.DocStackCellsMedium > caption,
.DocStackCellsMedium > colgroup,
.DocStackCellsMedium > thead,
.DocStackCellsMedium > tbody,
.DocStackCellsMedium > tfoot,
.DocStackCellsMedium > thead > tr,
.DocStackCellsMedium > tbody > tr,
.DocStackCellsMedium > tfoot > tr,
.DocStackCellsMedium > thead > tr > td,
.DocStackCellsMedium > thead > tr > th,
.DocStackCellsMedium > tbody > tr > td,
.DocStackCellsMedium > tbody > tr > th,
.DocStackCellsMedium > tfoot > tr > td,
.DocStackCellsMedium > tfoot > tr > th,
.DocStackCellsMedium > .ItemListContainer > .ItemListRow,
.DocStackCellsMedium > .DocTableWrapOutlineList > .ItemListOutlineGroup > .ItemListContainer > .ItemListRow {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
  }
  .DocStackCellsMedium > tbody > tr > .TableTotal {
    display: none;
  }
  .DocStackCellsMedium > tbody > tr > .TableTotalRows {
    display: block;
  }
  .DocStackCellsMedium > .DocTableWrapper {
    margin: 0;
  }
  .DocStackCellsMedium.FastTemplatePanels {
    margin: 0;
  }
  .DocStackCellsMedium.FastTemplatePanels .DocTable > caption {
    margin: 0;
  }
  .DocStackCellsMedium.DocTemplatedTable .WrapItemListContainer {
    display: block;
  }
  .DocStackCellsMedium.DocTemplatedTable .RowTemplateCell {
    margin-top: 20px;
  }
  .DocStackCellsMedium.DocTemplatedTable .WrapItemListRow {
    flex: auto;
    min-width: 0;
  }
  .DocStackCellsMedium > tfoot > tr > .TableTotal {
    display: none;
  }
  .DocStackCellsMedium > tfoot > tr > .TableTotal.TableTotalRows {
    display: block;
  }
  .DocStackCellsMedium .TCH + .TCH .DTC::before {
    display: none;
  }
  .DocStackCellsMedium.DTGLNone .TDR + .TDR {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .DocStackCellsMedium .RepeatedValue.TDS {
    color: inherit;
    cursor: initial;
  }
  .DocStackCellsMedium .RepeatedValue .DSC,
.DocStackCellsMedium .RepeatedValue .DCC,
.DocStackCellsMedium .RepeatedValue .DLC {
    visibility: visible;
  }
  .DocStackCellsMedium > tbody > tr > .TDOVHideStacked,
.DocStackCellsMedium > tbody > tr > .TDS.TDOVHideStacked {
    display: none;
  }
  .DocStackCellsMedium > tbody > tr > .CellCheckbox .DSC,
.DocStackCellsMedium > tbody > tr > .CellCheckbox .DCL,
.DocStackCellsMedium > tbody > tr > .CellRadioButton .DSC,
.DocStackCellsMedium > tbody > tr > .CellRadioButton .DCL {
    -ms-flex-justify: start;
    -ms-flex-pack: start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .DocStackCellsMedium .TDS,
.DocStackCellsMedium .DSC {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .DocStackCellsMedium .DCL {
    padding-top: 3px;
    margin-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 3px;
  }
  .DocStackCellsMedium .TableInputWrapper .FastToggleDisplay {
    margin-left: 0;
    margin-right: 0;
  }
  .DocStackCellsMedium .ColIconWrapper .FICWE {
    display: none;
  }
  .DocStackCellsMedium.HasColumnHeaders, .DocStackCellsMedium.NoColumnHeaders {
    /*        &.DocTableWrapHeaders
    {
        .TDC,
        .TDS
        {
            &::before
            {
                white-space: pre-wrap;
            }
        }
    }*/
  }
  .DocStackCellsMedium.HasColumnHeaders .TDC .DCL,
.DocStackCellsMedium.HasColumnHeaders .TDC .DSC, .DocStackCellsMedium.NoColumnHeaders .TDC .DCL,
.DocStackCellsMedium.NoColumnHeaders .TDC .DSC {
    padding-left: 0;
    margin-left: 0;
  }
  .DocStackCellsMedium.HasColumnHeaders .TDC::before, .DocStackCellsMedium.NoColumnHeaders .TDC::before {
    padding: 6px 0;
  }
  .DocStackCellsMedium.HasColumnHeaders .TDC,
.DocStackCellsMedium.HasColumnHeaders .TDS, .DocStackCellsMedium.NoColumnHeaders .TDC,
.DocStackCellsMedium.NoColumnHeaders .TDS {
    display: -ms-flexbox;
    display: flex;
  }
  .DocStackCellsMedium.HasColumnHeaders .TDC > .clearer,
.DocStackCellsMedium.HasColumnHeaders .TDS > .clearer, .DocStackCellsMedium.NoColumnHeaders .TDC > .clearer,
.DocStackCellsMedium.NoColumnHeaders .TDS > .clearer {
    display: none;
  }
  .DocStackCellsMedium.HasColumnHeaders .TDC::before,
.DocStackCellsMedium.HasColumnHeaders .TDS::before, .DocStackCellsMedium.NoColumnHeaders .TDC::before,
.DocStackCellsMedium.NoColumnHeaders .TDS::before {
    display: block;
    -ms-flex: 0 0 10em;
    flex: 0 0 10em;
    box-sizing: border-box;
    padding-right: 0.5em;
    text-align: right;
    overflow: hidden;
    /*white-space: pre;
    text-overflow: ellipsis;*/
    white-space: pre-wrap;
    -ms-flex-order: -2;
    flex-order: -2;
    order: -2;
  }
  .DocStackCellsMedium.HasColumnHeaders .TDC .DCR,
.DocStackCellsMedium.HasColumnHeaders .TDC .DCC,
.DocStackCellsMedium.HasColumnHeaders .TDC .CellEditorContainer,
.DocStackCellsMedium.HasColumnHeaders .TDS .DCR,
.DocStackCellsMedium.HasColumnHeaders .TDS .DCC,
.DocStackCellsMedium.HasColumnHeaders .TDS .CellEditorContainer, .DocStackCellsMedium.NoColumnHeaders .TDC .DCR,
.DocStackCellsMedium.NoColumnHeaders .TDC .DCC,
.DocStackCellsMedium.NoColumnHeaders .TDC .CellEditorContainer,
.DocStackCellsMedium.NoColumnHeaders .TDS .DCR,
.DocStackCellsMedium.NoColumnHeaders .TDS .DCC,
.DocStackCellsMedium.NoColumnHeaders .TDS .CellEditorContainer {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    min-width: 0;
  }
  .DocStackCellsMedium.HasColumnHeaders .TDS, .DocStackCellsMedium.NoColumnHeaders .TDS {
    padding-left: 0;
    padding-right: 0;
  }
  .DocStackCellsMedium.HasColumnHeaders.DTGLAll td + td, .DocStackCellsMedium.NoColumnHeaders.DTGLAll td + td {
    margin-top: -1px;
  }
  .DocStackCellsMedium .HeaderedTableTitlebar .FastTitlebar {
    border-bottom-width: 1px;
  }
  .DTGLHorizontal .DocStackCellsMedium .HeaderedTableTitlebar .FastTitlebar {
    margin-bottom: -1px;
  }
  .DocStackCellsMedium .TableColumnHeaderRow,
.DocStackCellsMedium .DocTableVirtualHeadersContainer {
    display: none;
  }

  .MinScreenLarge {
    display: none !important;
    width: 0 !important;
    max-width: 0 !important;
    min-width: 0 !important;
    visibility: collapse !important;
  }

  .StackFGLarge .FGStackHidden {
    display: none;
  }

  /*.ManagerIconContainer
  {
      height: 1.5rem;
      width: 1.5rem;
      flex-basis: 1.5rem;
  }*/
  /*.ManagerContextHeader
  {
      .ManagerName
      {
          display: none;
      }
  }*/

  /*.FastColSizeSmall
  {
      width: 8em;
  }*/
  /*.DocStackCellsMedium
  {
      @include stack-cells-captions(10rem);
  }*/
}
.FastModalSizeMedium, .FastModalSizeSmall {
  /**** View Stacks ****/
  /*** Flex Grid Stacking ***/
}
.FastModalSizeMedium .StackVSMedium > .VSTableWrapper > .VSTableContainer,
.FastModalSizeMedium .StackVSMedium > .VSTableWrapper > .VSTableContainer > tbody,
.FastModalSizeMedium .StackVSMedium > .VSTableWrapper > .VSTableContainer > tbody > tr,
.FastModalSizeMedium .StackVSMedium > .VSTableWrapper > .VSTableContainer > tbody > tr > td, .FastModalSizeSmall .StackVSMedium > .VSTableWrapper > .VSTableContainer,
.FastModalSizeSmall .StackVSMedium > .VSTableWrapper > .VSTableContainer > tbody,
.FastModalSizeSmall .StackVSMedium > .VSTableWrapper > .VSTableContainer > tbody > tr,
.FastModalSizeSmall .StackVSMedium > .VSTableWrapper > .VSTableContainer > tbody > tr > td {
  display: block;
  width: auto;
  box-sizing: border-box;
}
.FastModalSizeMedium .StackVSMedium > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSStackedAutoTopMargin, .FastModalSizeMedium .StackVSMedium > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSAutoMarginStackedTop, .FastModalSizeSmall .StackVSMedium > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSStackedAutoTopMargin, .FastModalSizeSmall .StackVSMedium > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSAutoMarginStackedTop {
  margin-top: 20px;
}
.FastModalSizeMedium .StackVSMedium > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSAutoMarginFieldStackedTop, .FastModalSizeSmall .StackVSMedium > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSAutoMarginFieldStackedTop {
  margin-top: 14px;
}
.FastModalSizeMedium .StackVSMedium > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSAutoMarginDoubleStackedTop, .FastModalSizeSmall .StackVSMedium > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSAutoMarginDoubleStackedTop {
  margin-top: 40px;
}
.FastModalSizeMedium .StackVSMedium > .VSPanelWrapper,
.FastModalSizeMedium .StackVSMedium > .VSAutoMarginTableWrapper, .FastModalSizeSmall .StackVSMedium > .VSPanelWrapper,
.FastModalSizeSmall .StackVSMedium > .VSAutoMarginTableWrapper {
  margin: 0;
}
.FastModalSizeMedium .StackVSMedium > .VSPanelWrapper.VSAutoTopMargin, .FastModalSizeMedium .StackVSMedium > .VSPanelWrapper.VSAutoMarginTop,
.FastModalSizeMedium .StackVSMedium > .VSAutoMarginTableWrapper.VSAutoTopMargin,
.FastModalSizeMedium .StackVSMedium > .VSAutoMarginTableWrapper.VSAutoMarginTop, .FastModalSizeSmall .StackVSMedium > .VSPanelWrapper.VSAutoTopMargin, .FastModalSizeSmall .StackVSMedium > .VSPanelWrapper.VSAutoMarginTop,
.FastModalSizeSmall .StackVSMedium > .VSAutoMarginTableWrapper.VSAutoTopMargin,
.FastModalSizeSmall .StackVSMedium > .VSAutoMarginTableWrapper.VSAutoMarginTop {
  margin-top: 20px;
}
.FastModalSizeMedium .StackVSMedium > .VSAutoMarginFieldTableWrapper, .FastModalSizeSmall .StackVSMedium > .VSAutoMarginFieldTableWrapper {
  margin: 0;
}
.FastModalSizeMedium .StackVSMedium > .VSAutoMarginFieldTableWrapper.VSAutoMarginFieldTop, .FastModalSizeSmall .StackVSMedium > .VSAutoMarginFieldTableWrapper.VSAutoMarginFieldTop {
  margin-top: 14px;
}
.FastModalSizeMedium .StackVSMedium > .VSAutoMarginDoubleTableWrapper, .FastModalSizeSmall .StackVSMedium > .VSAutoMarginDoubleTableWrapper {
  margin: 0;
}
.FastModalSizeMedium .StackVSMedium > .VSAutoMarginDoubleTableWrapper.VSAutoMarginDoubleTop, .FastModalSizeSmall .StackVSMedium > .VSAutoMarginDoubleTableWrapper.VSAutoMarginDoubleTop {
  margin-top: 40px;
}
.FastModalSizeMedium .StackVSMedium.VSHorizontal, .FastModalSizeSmall .StackVSMedium.VSHorizontal {
  display: block;
}
.FastModalSizeMedium .StackVSMedium.VSHorizontal > .VSViewRow.VSAutoTopMargin, .FastModalSizeMedium .StackVSMedium.VSHorizontal > .VSViewRow.VSAutoMarginTop, .FastModalSizeSmall .StackVSMedium.VSHorizontal > .VSViewRow.VSAutoTopMargin, .FastModalSizeSmall .StackVSMedium.VSHorizontal > .VSViewRow.VSAutoMarginTop {
  margin: 20px 0 0 0;
}
.FastModalSizeMedium .StackVSMedium.VSHorizontal > .VSViewRow.VSAutoMarginFieldTop, .FastModalSizeSmall .StackVSMedium.VSHorizontal > .VSViewRow.VSAutoMarginFieldTop {
  margin: 14px 0 0 0;
}
.FastModalSizeMedium .StackVSMedium.VSHorizontal > .VSViewRow.VSAutoMarginDouble, .FastModalSizeSmall .StackVSMedium.VSHorizontal > .VSViewRow.VSAutoMarginDouble {
  margin: 40px 0 0 0;
}
.FastModalSizeMedium .StackVSMedium .SnapScrollTop, .FastModalSizeSmall .StackVSMedium .SnapScrollTop {
  max-height: none !important;
}
.FastModalSizeMedium .StackFGMedium .FlexGridWrapper, .FastModalSizeSmall .StackFGMedium .FlexGridWrapper {
  margin: 0 !important;
  max-width: none !important;
}
.FastModalSizeMedium .StackFGMedium .FlexGridLayout,
.FastModalSizeMedium .StackFGMedium .FlexGridLayout > tbody,
.FastModalSizeMedium .StackFGMedium .FGSR,
.FastModalSizeMedium .StackFGMedium .FGSC,
.FastModalSizeMedium .StackFGMedium .FGLR,
.FastModalSizeMedium .StackFGMedium .FGLC,
.FastModalSizeMedium .StackFGMedium .FGFC,
.FastModalSizeMedium .StackFGMedium .FGBR,
.FastModalSizeMedium .StackFGMedium .FGBC, .FastModalSizeSmall .StackFGMedium .FlexGridLayout,
.FastModalSizeSmall .StackFGMedium .FlexGridLayout > tbody,
.FastModalSizeSmall .StackFGMedium .FGSR,
.FastModalSizeSmall .StackFGMedium .FGSC,
.FastModalSizeSmall .StackFGMedium .FGLR,
.FastModalSizeSmall .StackFGMedium .FGLC,
.FastModalSizeSmall .StackFGMedium .FGFC,
.FastModalSizeSmall .StackFGMedium .FGBR,
.FastModalSizeSmall .StackFGMedium .FGBC {
  display: block;
}
.FastModalSizeMedium .StackFGMedium .FGBC, .FastModalSizeSmall .StackFGMedium .FGBC {
  display: none;
}
.FastModalSizeMedium .StackFGMedium .FGFC, .FastModalSizeSmall .StackFGMedium .FGFC {
  /*&.FGPadCellField,
  .FGPadRow &
  {
      margin-top: $fieldSpacing;
  }*/
}
.FastModalSizeMedium .StackFGMedium .FGFC.StackedHidden, .FastModalSizeSmall .StackFGMedium .FGFC.StackedHidden {
  display: none;
}
.FastModalSizeMedium .StackFGMedium .FGDW, .FastModalSizeSmall .StackFGMedium .FGDW {
  width: 100%;
  margin-bottom: 3px;
}
.FastModalSizeMedium .StackFGMedium .FGDW .FGD1, .FastModalSizeSmall .StackFGMedium .FGDW .FGD1 {
  width: auto;
  text-align: left;
}
.FastModalSizeMedium .StackFGMedium .FGDW .FGD1.Empty, .FastModalSizeSmall .StackFGMedium .FGDW .FGD1.Empty {
  display: none;
}
.FastModalSizeMedium .StackFGMedium .FGDW .FGD1 .CTE, .FastModalSizeSmall .StackFGMedium .FGDW .FGD1 .CTE {
  padding-top: 0;
  padding-bottom: 0;
}
.FastModalSizeMedium .StackFGMedium .FGDW .FGD2,
.FastModalSizeMedium .StackFGMedium .FGDW .FGNVS, .FastModalSizeSmall .StackFGMedium .FGDW .FGD2,
.FastModalSizeSmall .StackFGMedium .FGDW .FGNVS {
  width: auto;
  text-align: left;
  padding: 0;
  margin: 0;
}
.FastModalSizeMedium .StackFGMedium .FGDW .FGD2 .CTE,
.FastModalSizeMedium .StackFGMedium .FGDW .FGNVS .CTE, .FastModalSizeSmall .StackFGMedium .FGDW .FGD2 .CTE,
.FastModalSizeSmall .StackFGMedium .FGDW .FGNVS .CTE {
  padding-top: 0;
  padding-bottom: 0;
}
.FastModalSizeMedium .StackFGMedium .FGDW .FGD2 .CTE, .FastModalSizeSmall .StackFGMedium .FGDW .FGD2 .CTE {
  padding-right: 0;
}
.FastModalSizeMedium .StackFGMedium .FGD2, .FastModalSizeSmall .StackFGMedium .FGD2 {
  width: auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.FastModalSizeMedium .StackFGMedium .FGDH, .FastModalSizeSmall .StackFGMedium .FGDH {
  display: none;
}
.FastModalSizeMedium .StackFGMedium .FGDWP, .FastModalSizeSmall .StackFGMedium .FGDWP {
  display: none;
}
.FastModalSizeMedium .StackFGMedium .TAAuto, .FastModalSizeSmall .StackFGMedium .TAAuto {
  text-align: left;
}
.FastModalSizeMedium .StackFGMedium.FlexGridContainer .FGPadStackedCell,
.FastModalSizeMedium .StackFGMedium.FlexGridContainer .FGPadCellField,
.FastModalSizeMedium .StackFGMedium.FlexGridContainer .FGPadRow .FGSimpleCell .FGFC, .FastModalSizeSmall .StackFGMedium.FlexGridContainer .FGPadStackedCell,
.FastModalSizeSmall .StackFGMedium.FlexGridContainer .FGPadCellField,
.FastModalSizeSmall .StackFGMedium.FlexGridContainer .FGPadRow .FGSimpleCell .FGFC {
  margin-top: 14px;
}
.FastModalSizeMedium .StackFGMedium .FGPadRow .FastPanelCell,
.FastModalSizeMedium .StackFGMedium .FGPadRow .FastSubPanelCell,
.FastModalSizeMedium .StackFGMedium .FastPanelCell.FGPadStackedCell, .FastModalSizeSmall .StackFGMedium .FGPadRow .FastPanelCell,
.FastModalSizeSmall .StackFGMedium .FGPadRow .FastSubPanelCell,
.FastModalSizeSmall .StackFGMedium .FastPanelCell.FGPadStackedCell {
  margin-top: 20px;
}
.FastModalSizeMedium .StackFGMedium.FGDisplayNV .FGFC .FGNVS, .FastModalSizeSmall .StackFGMedium.FGDisplayNV .FGFC .FGNVS {
  padding-top: 0;
  padding-bottom: 0;
}
.FastModalSizeMedium .StackFGMedium.FGDisplayNV .FGFC .FGNVT, .FastModalSizeSmall .StackFGMedium.FGDisplayNV .FGFC .FGNVT {
  padding-top: 0;
  padding-bottom: 0;
}
.FastModalSizeMedium .StackFGMedium.FGDisplayStandard .FGControlCheckbox,
.FastModalSizeMedium .StackFGMedium.FGDisplayStandard .FGControlRadioButton, .FastModalSizeSmall .StackFGMedium.FGDisplayStandard .FGControlCheckbox,
.FastModalSizeSmall .StackFGMedium.FGDisplayStandard .FGControlRadioButton {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.FastModalSizeMedium .StackFGMedium.FGDisplayStandard .FGControlCheckbox > .clearer,
.FastModalSizeMedium .StackFGMedium.FGDisplayStandard .FGControlRadioButton > .clearer, .FastModalSizeSmall .StackFGMedium.FGDisplayStandard .FGControlCheckbox > .clearer,
.FastModalSizeSmall .StackFGMedium.FGDisplayStandard .FGControlRadioButton > .clearer {
  display: none;
}
.FastModalSizeMedium .StackFGMedium.FGDisplayStandard .FGControlCheckbox .FGDW,
.FastModalSizeMedium .StackFGMedium.FGDisplayStandard .FGControlRadioButton .FGDW, .FastModalSizeSmall .StackFGMedium.FGDisplayStandard .FGControlCheckbox .FGDW,
.FastModalSizeSmall .StackFGMedium.FGDisplayStandard .FGControlRadioButton .FGDW {
  -ms-flex-order: 1;
  flex-order: 1;
  order: 1;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  min-width: 0;
}
.FastModalSizeMedium .StackFGMedium.FGDisplayStandard .FGControlCheckbox .FGDW .CTE,
.FastModalSizeMedium .StackFGMedium.FGDisplayStandard .FGControlRadioButton .FGDW .CTE, .FastModalSizeSmall .StackFGMedium.FGDisplayStandard .FGControlCheckbox .FGDW .CTE,
.FastModalSizeSmall .StackFGMedium.FGDisplayStandard .FGControlRadioButton .FGDW .CTE {
  padding-top: 7px;
  padding-bottom: 7px;
}
.FastModalSizeMedium .StackFGMedium.FGDisplayStandard .FGControlCheckbox .FGIW,
.FastModalSizeMedium .StackFGMedium.FGDisplayStandard .FGControlRadioButton .FGIW, .FastModalSizeSmall .StackFGMedium.FGDisplayStandard .FGControlCheckbox .FGIW,
.FastModalSizeSmall .StackFGMedium.FGDisplayStandard .FGControlRadioButton .FGIW {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.FastModalSizeMedium .StackFGMedium .InputWrapperCheckbox,
.FastModalSizeMedium .StackFGMedium .InputWrapperRadioButton, .FastModalSizeSmall .StackFGMedium .InputWrapperCheckbox,
.FastModalSizeSmall .StackFGMedium .InputWrapperRadioButton {
  padding-right: 10px;
}
.FastModalSizeMedium .StackFGMedium.FGStyleButtonBar .FGLR, .FastModalSizeSmall .StackFGMedium.FGStyleButtonBar .FGLR {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.FastModalSizeMedium .StackFGMedium.FGStyleButtonBar .FGLC, .FastModalSizeSmall .StackFGMedium.FGStyleButtonBar .FGLC {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-justify: end;
  -ms-flex-pack: end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.FastModalSizeMedium .StackFGMedium.FGStyleButtonBar .FGLCE, .FastModalSizeSmall .StackFGMedium.FGStyleButtonBar .FGLCE {
  display: none;
}
.FastModalSizeMedium .StackFGMedium.FGStyleButtonBar .FGPadStackedCell,
.FastModalSizeMedium .StackFGMedium.FGStyleButtonBar .FGPadCellField, .FastModalSizeSmall .StackFGMedium.FGStyleButtonBar .FGPadStackedCell,
.FastModalSizeSmall .StackFGMedium.FGStyleButtonBar .FGPadCellField {
  margin: 14px 0 0;
}
.FastModalSizeMedium .StackFGMedium.FGStyleButtonBar .DFB, .FastModalSizeSmall .StackFGMedium.FGStyleButtonBar .DFB {
  min-width: 0;
}
.FastModalSizeMedium .StackFGMedium.FGStyleLineItems .CTEC .FGDW::after, .FastModalSizeSmall .StackFGMedium.FGStyleLineItems .CTEC .FGDW::after {
  display: none;
}
.FastModalSizeMedium .StackFGMedium.FGContainerCPStackedOnly .FGDW, .FastModalSizeSmall .StackFGMedium.FGContainerCPStackedOnly .FGDW {
  display: -ms-flexbox;
  display: flex;
}
.FastModalSizeMedium .StackFGMedium.FGContainerCPStackedOnly .FGDW > .clearer, .FastModalSizeSmall .StackFGMedium.FGContainerCPStackedOnly .FGDW > .clearer {
  display: none;
}
.FastModalSizeMedium .StackFGMedium.FGHideStackedSeparators .FGNVS, .FastModalSizeSmall .StackFGMedium.FGHideStackedSeparators .FGNVS {
  display: none;
}
.FastModalSizeMedium .FGFC, .FastModalSizeSmall .FGFC {
  /*.FCBRadiosHorizontal.StackFieldMedium
  {
      @include flex-direction(column);

      & .FCBRWrapper
      {
          justify-content: flex-start;
      }

      & .InputWrapperFCBRTop,
      & .InputWrapperFCBRBottom,
      & .InputWrapperFCBRStandard
      {
          @include flex-direction(row);
          text-align: justify;

          & .FastToggleDisplayRadioButton
          {
              margin: 0;
          }
      }
  }*/
}
.FastModalSizeMedium .FGFC .FastComboButtonSetButtons.StackFieldMedium, .FastModalSizeSmall .FGFC .FastComboButtonSetButtons.StackFieldMedium {
  -ms-flex-direction: column;
  flex-direction: column;
}
.FastModalSizeMedium .FGFC .FastComboButtonSetButtons.StackFieldMedium .FastComboButton ~ .FastComboButton, .FastModalSizeSmall .FGFC .FastComboButtonSetButtons.StackFieldMedium .FastComboButton ~ .FastComboButton {
  border-left-width: 0;
  border-top-width: 1px;
}
.FastModalSizeMedium .FGFC .FastComboButtonSetButtons.StackFieldMedium > .FastComboButtonItem, .FastModalSizeSmall .FGFC .FastComboButtonSetButtons.StackFieldMedium > .FastComboButtonItem {
  -ms-flex-preferred-size: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
}
.FastModalSizeMedium .FGFC .FastComboButtonSetButtons.StackFieldMedium .SelectorUnderline, .FastModalSizeMedium .FGFC .FastComboButtonSetButtons.StackFieldMedium .Replay .TabSetActive::after, .Replay .FastModalSizeMedium .FGFC .FastComboButtonSetButtons.StackFieldMedium .TabSetActive::after, .FastModalSizeSmall .FGFC .FastComboButtonSetButtons.StackFieldMedium .SelectorUnderline, .FastModalSizeSmall .FGFC .FastComboButtonSetButtons.StackFieldMedium .Replay .TabSetActive::after, .Replay .FastModalSizeSmall .FGFC .FastComboButtonSetButtons.StackFieldMedium .TabSetActive::after {
  left: 0;
  bottom: auto;
  height: auto;
  width: 4px;
  transition-property: top, height;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.FastModalSizeMedium .DocStackCellsMedium,
.FastModalSizeMedium .DocStackCellsMedium > caption,
.FastModalSizeMedium .DocStackCellsMedium > colgroup,
.FastModalSizeMedium .DocStackCellsMedium > thead,
.FastModalSizeMedium .DocStackCellsMedium > tbody,
.FastModalSizeMedium .DocStackCellsMedium > tfoot,
.FastModalSizeMedium .DocStackCellsMedium > thead > tr,
.FastModalSizeMedium .DocStackCellsMedium > tbody > tr,
.FastModalSizeMedium .DocStackCellsMedium > tfoot > tr,
.FastModalSizeMedium .DocStackCellsMedium > thead > tr > td,
.FastModalSizeMedium .DocStackCellsMedium > thead > tr > th,
.FastModalSizeMedium .DocStackCellsMedium > tbody > tr > td,
.FastModalSizeMedium .DocStackCellsMedium > tbody > tr > th,
.FastModalSizeMedium .DocStackCellsMedium > tfoot > tr > td,
.FastModalSizeMedium .DocStackCellsMedium > tfoot > tr > th,
.FastModalSizeMedium .DocStackCellsMedium > .ItemListContainer > .ItemListRow,
.FastModalSizeMedium .DocStackCellsMedium > .DocTableWrapOutlineList > .ItemListOutlineGroup > .ItemListContainer > .ItemListRow, .FastModalSizeSmall .DocStackCellsMedium,
.FastModalSizeSmall .DocStackCellsMedium > caption,
.FastModalSizeSmall .DocStackCellsMedium > colgroup,
.FastModalSizeSmall .DocStackCellsMedium > thead,
.FastModalSizeSmall .DocStackCellsMedium > tbody,
.FastModalSizeSmall .DocStackCellsMedium > tfoot,
.FastModalSizeSmall .DocStackCellsMedium > thead > tr,
.FastModalSizeSmall .DocStackCellsMedium > tbody > tr,
.FastModalSizeSmall .DocStackCellsMedium > tfoot > tr,
.FastModalSizeSmall .DocStackCellsMedium > thead > tr > td,
.FastModalSizeSmall .DocStackCellsMedium > thead > tr > th,
.FastModalSizeSmall .DocStackCellsMedium > tbody > tr > td,
.FastModalSizeSmall .DocStackCellsMedium > tbody > tr > th,
.FastModalSizeSmall .DocStackCellsMedium > tfoot > tr > td,
.FastModalSizeSmall .DocStackCellsMedium > tfoot > tr > th,
.FastModalSizeSmall .DocStackCellsMedium > .ItemListContainer > .ItemListRow,
.FastModalSizeSmall .DocStackCellsMedium > .DocTableWrapOutlineList > .ItemListOutlineGroup > .ItemListContainer > .ItemListRow {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
.FastModalSizeMedium .DocStackCellsMedium > tbody > tr > .TableTotal, .FastModalSizeSmall .DocStackCellsMedium > tbody > tr > .TableTotal {
  display: none;
}
.FastModalSizeMedium .DocStackCellsMedium > tbody > tr > .TableTotalRows, .FastModalSizeSmall .DocStackCellsMedium > tbody > tr > .TableTotalRows {
  display: block;
}
.FastModalSizeMedium .DocStackCellsMedium > .DocTableWrapper, .FastModalSizeSmall .DocStackCellsMedium > .DocTableWrapper {
  margin: 0;
}
.FastModalSizeMedium .DocStackCellsMedium.FastTemplatePanels, .FastModalSizeSmall .DocStackCellsMedium.FastTemplatePanels {
  margin: 0;
}
.FastModalSizeMedium .DocStackCellsMedium.FastTemplatePanels .DocTable > caption, .FastModalSizeSmall .DocStackCellsMedium.FastTemplatePanels .DocTable > caption {
  margin: 0;
}
.FastModalSizeMedium .DocStackCellsMedium.DocTemplatedTable .WrapItemListContainer, .FastModalSizeSmall .DocStackCellsMedium.DocTemplatedTable .WrapItemListContainer {
  display: block;
}
.FastModalSizeMedium .DocStackCellsMedium.DocTemplatedTable .RowTemplateCell, .FastModalSizeSmall .DocStackCellsMedium.DocTemplatedTable .RowTemplateCell {
  margin-top: 20px;
}
.FastModalSizeMedium .DocStackCellsMedium.DocTemplatedTable .WrapItemListRow, .FastModalSizeSmall .DocStackCellsMedium.DocTemplatedTable .WrapItemListRow {
  flex: auto;
  min-width: 0;
}
.FastModalSizeMedium .DocStackCellsMedium > tfoot > tr > .TableTotal, .FastModalSizeSmall .DocStackCellsMedium > tfoot > tr > .TableTotal {
  display: none;
}
.FastModalSizeMedium .DocStackCellsMedium > tfoot > tr > .TableTotal.TableTotalRows, .FastModalSizeSmall .DocStackCellsMedium > tfoot > tr > .TableTotal.TableTotalRows {
  display: block;
}
.FastModalSizeMedium .DocStackCellsMedium .TCH + .TCH .DTC::before, .FastModalSizeSmall .DocStackCellsMedium .TCH + .TCH .DTC::before {
  display: none;
}
.FastModalSizeMedium .DocStackCellsMedium.DTGLNone .TDR + .TDR, .FastModalSizeSmall .DocStackCellsMedium.DTGLNone .TDR + .TDR {
  border-top-style: solid;
  border-top-width: 1px;
}
.FastModalSizeMedium .DocStackCellsMedium .RepeatedValue.TDS, .FastModalSizeSmall .DocStackCellsMedium .RepeatedValue.TDS {
  color: inherit;
  cursor: initial;
}
.FastModalSizeMedium .DocStackCellsMedium .RepeatedValue .DSC,
.FastModalSizeMedium .DocStackCellsMedium .RepeatedValue .DCC,
.FastModalSizeMedium .DocStackCellsMedium .RepeatedValue .DLC, .FastModalSizeSmall .DocStackCellsMedium .RepeatedValue .DSC,
.FastModalSizeSmall .DocStackCellsMedium .RepeatedValue .DCC,
.FastModalSizeSmall .DocStackCellsMedium .RepeatedValue .DLC {
  visibility: visible;
}
.FastModalSizeMedium .DocStackCellsMedium > tbody > tr > .TDOVHideStacked,
.FastModalSizeMedium .DocStackCellsMedium > tbody > tr > .TDS.TDOVHideStacked, .FastModalSizeSmall .DocStackCellsMedium > tbody > tr > .TDOVHideStacked,
.FastModalSizeSmall .DocStackCellsMedium > tbody > tr > .TDS.TDOVHideStacked {
  display: none;
}
.FastModalSizeMedium .DocStackCellsMedium > tbody > tr > .CellCheckbox .DSC,
.FastModalSizeMedium .DocStackCellsMedium > tbody > tr > .CellCheckbox .DCL,
.FastModalSizeMedium .DocStackCellsMedium > tbody > tr > .CellRadioButton .DSC,
.FastModalSizeMedium .DocStackCellsMedium > tbody > tr > .CellRadioButton .DCL, .FastModalSizeSmall .DocStackCellsMedium > tbody > tr > .CellCheckbox .DSC,
.FastModalSizeSmall .DocStackCellsMedium > tbody > tr > .CellCheckbox .DCL,
.FastModalSizeSmall .DocStackCellsMedium > tbody > tr > .CellRadioButton .DSC,
.FastModalSizeSmall .DocStackCellsMedium > tbody > tr > .CellRadioButton .DCL {
  -ms-flex-justify: start;
  -ms-flex-pack: start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.FastModalSizeMedium .DocStackCellsMedium .TDS,
.FastModalSizeMedium .DocStackCellsMedium .DSC, .FastModalSizeSmall .DocStackCellsMedium .TDS,
.FastModalSizeSmall .DocStackCellsMedium .DSC {
  padding-top: 6px;
  padding-bottom: 6px;
}
.FastModalSizeMedium .DocStackCellsMedium .DCL, .FastModalSizeSmall .DocStackCellsMedium .DCL {
  padding-top: 3px;
  margin-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
.FastModalSizeMedium .DocStackCellsMedium .TableInputWrapper .FastToggleDisplay, .FastModalSizeSmall .DocStackCellsMedium .TableInputWrapper .FastToggleDisplay {
  margin-left: 0;
  margin-right: 0;
}
.FastModalSizeMedium .DocStackCellsMedium .ColIconWrapper .FICWE, .FastModalSizeSmall .DocStackCellsMedium .ColIconWrapper .FICWE {
  display: none;
}
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders, .FastModalSizeMedium .DocStackCellsMedium.NoColumnHeaders, .FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders, .FastModalSizeSmall .DocStackCellsMedium.NoColumnHeaders {
  /*        &.DocTableWrapHeaders
  {
      .TDC,
      .TDS
      {
          &::before
          {
              white-space: pre-wrap;
          }
      }
  }*/
}
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDC .DCL,
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDC .DSC, .FastModalSizeMedium .DocStackCellsMedium.NoColumnHeaders .TDC .DCL,
.FastModalSizeMedium .DocStackCellsMedium.NoColumnHeaders .TDC .DSC, .FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDC .DCL,
.FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDC .DSC, .FastModalSizeSmall .DocStackCellsMedium.NoColumnHeaders .TDC .DCL,
.FastModalSizeSmall .DocStackCellsMedium.NoColumnHeaders .TDC .DSC {
  padding-left: 0;
  margin-left: 0;
}
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDC::before, .FastModalSizeMedium .DocStackCellsMedium.NoColumnHeaders .TDC::before, .FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDC::before, .FastModalSizeSmall .DocStackCellsMedium.NoColumnHeaders .TDC::before {
  padding: 6px 0;
}
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDC,
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDS, .FastModalSizeMedium .DocStackCellsMedium.NoColumnHeaders .TDC,
.FastModalSizeMedium .DocStackCellsMedium.NoColumnHeaders .TDS, .FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDC,
.FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDS, .FastModalSizeSmall .DocStackCellsMedium.NoColumnHeaders .TDC,
.FastModalSizeSmall .DocStackCellsMedium.NoColumnHeaders .TDS {
  display: -ms-flexbox;
  display: flex;
}
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDC > .clearer,
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDS > .clearer, .FastModalSizeMedium .DocStackCellsMedium.NoColumnHeaders .TDC > .clearer,
.FastModalSizeMedium .DocStackCellsMedium.NoColumnHeaders .TDS > .clearer, .FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDC > .clearer,
.FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDS > .clearer, .FastModalSizeSmall .DocStackCellsMedium.NoColumnHeaders .TDC > .clearer,
.FastModalSizeSmall .DocStackCellsMedium.NoColumnHeaders .TDS > .clearer {
  display: none;
}
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDC::before,
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDS::before, .FastModalSizeMedium .DocStackCellsMedium.NoColumnHeaders .TDC::before,
.FastModalSizeMedium .DocStackCellsMedium.NoColumnHeaders .TDS::before, .FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDC::before,
.FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDS::before, .FastModalSizeSmall .DocStackCellsMedium.NoColumnHeaders .TDC::before,
.FastModalSizeSmall .DocStackCellsMedium.NoColumnHeaders .TDS::before {
  display: block;
  -ms-flex: 0 0 10em;
  flex: 0 0 10em;
  box-sizing: border-box;
  padding-right: 0.5em;
  text-align: right;
  overflow: hidden;
  /*white-space: pre;
  text-overflow: ellipsis;*/
  white-space: pre-wrap;
  -ms-flex-order: -2;
  flex-order: -2;
  order: -2;
}
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDC .DCR,
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDC .DCC,
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDC .CellEditorContainer,
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDS .DCR,
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDS .DCC,
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDS .CellEditorContainer, .FastModalSizeMedium .DocStackCellsMedium.NoColumnHeaders .TDC .DCR,
.FastModalSizeMedium .DocStackCellsMedium.NoColumnHeaders .TDC .DCC,
.FastModalSizeMedium .DocStackCellsMedium.NoColumnHeaders .TDC .CellEditorContainer,
.FastModalSizeMedium .DocStackCellsMedium.NoColumnHeaders .TDS .DCR,
.FastModalSizeMedium .DocStackCellsMedium.NoColumnHeaders .TDS .DCC,
.FastModalSizeMedium .DocStackCellsMedium.NoColumnHeaders .TDS .CellEditorContainer, .FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDC .DCR,
.FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDC .DCC,
.FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDC .CellEditorContainer,
.FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDS .DCR,
.FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDS .DCC,
.FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDS .CellEditorContainer, .FastModalSizeSmall .DocStackCellsMedium.NoColumnHeaders .TDC .DCR,
.FastModalSizeSmall .DocStackCellsMedium.NoColumnHeaders .TDC .DCC,
.FastModalSizeSmall .DocStackCellsMedium.NoColumnHeaders .TDC .CellEditorContainer,
.FastModalSizeSmall .DocStackCellsMedium.NoColumnHeaders .TDS .DCR,
.FastModalSizeSmall .DocStackCellsMedium.NoColumnHeaders .TDS .DCC,
.FastModalSizeSmall .DocStackCellsMedium.NoColumnHeaders .TDS .CellEditorContainer {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-width: 0;
}
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDS, .FastModalSizeMedium .DocStackCellsMedium.NoColumnHeaders .TDS, .FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDS, .FastModalSizeSmall .DocStackCellsMedium.NoColumnHeaders .TDS {
  padding-left: 0;
  padding-right: 0;
}
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders.DTGLAll td + td, .FastModalSizeMedium .DocStackCellsMedium.NoColumnHeaders.DTGLAll td + td, .FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders.DTGLAll td + td, .FastModalSizeSmall .DocStackCellsMedium.NoColumnHeaders.DTGLAll td + td {
  margin-top: -1px;
}
.FastModalSizeMedium .DocStackCellsMedium .HeaderedTableTitlebar .FastTitlebar, .FastModalSizeSmall .DocStackCellsMedium .HeaderedTableTitlebar .FastTitlebar {
  border-bottom-width: 1px;
}
.DTGLHorizontal .FastModalSizeMedium .DocStackCellsMedium .HeaderedTableTitlebar .FastTitlebar, .DTGLHorizontal .FastModalSizeSmall .DocStackCellsMedium .HeaderedTableTitlebar .FastTitlebar {
  margin-bottom: -1px;
}
.FastModalSizeMedium .DocStackCellsMedium .TableColumnHeaderRow,
.FastModalSizeMedium .DocStackCellsMedium .DocTableVirtualHeadersContainer, .FastModalSizeSmall .DocStackCellsMedium .TableColumnHeaderRow,
.FastModalSizeSmall .DocStackCellsMedium .DocTableVirtualHeadersContainer {
  display: none;
}
.FastModalSizeMedium .MinScreenLarge, .FastModalSizeSmall .MinScreenLarge {
  display: none !important;
  width: 0 !important;
  max-width: 0 !important;
  min-width: 0 !important;
  visibility: collapse !important;
}
.FastModalSizeMedium .StackFGLarge .FGStackHidden, .FastModalSizeSmall .StackFGLarge .FGStackHidden {
  display: none;
}

@media screen and (max-width: 1087px) {
  .ManagerBase .ApplicationHeader .ApplicationLaunchMenu,
.ManagerBase .ApplicationHeader .ApplicationFavorites,
.ManagerBase .ApplicationHeader .EnvironmentName,
.ManagerBase .ApplicationHeader .RunDateNotice,
.ManagerBase .ApplicationHeader .ApplicationUserInfo,
.ManagerBase .ApplicationHeader .ApplicationHeaderActions {
    display: none;
  }
}
@media screen and (max-width: 1087px) {
  .ManagerHeader {
    /*.EnvironmentNameLabel
    {
        font-size: 1rem;
        padding: 0;
        height: 3em;
        width: 3em;
        overflow: hidden;

        &::before
        {
            content: attr(data-letter);
            height: 1em;
            width: 1em;
            font-size: 2em;
            padding: 0.25em;
            text-align: center;
            display: block;
            line-height: 1;
        }
    }*/
  }
  .ManagerHeader .AuditTrail {
    display: none;
  }
}
@media screen and (max-width: 1087px) {
  .Sidebar .ApplicationHeader {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .Sidebar .ApplicationHeader .EnvironmentName,
.Sidebar .ApplicationHeader .RunDateNotice,
.Sidebar .ApplicationHeader .ApplicationUserInfo,
.Sidebar .ApplicationHeader .ApplicationHeaderMenu {
    display: block;
    -ms-flex-order: 1;
    flex-order: 1;
    order: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    line-height: normal;
  }
  .Sidebar .ApplicationHeader .ApplicationHeaderMenu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-justify: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .Sidebar .ApplicationHeader .ApplicationHeaderMenu > .clearer {
    display: none;
  }
  .Sidebar .ApplicationHeader .ApplicationHeaderMenuLink,
.Sidebar .ApplicationHeader .ApplicationHeaderLogOffLink,
.Sidebar .ApplicationHeader .ApplicationHeaderInfoItem {
    padding: 0;
  }
  .Sidebar .ApplicationHeader .EnvironmentName,
.Sidebar .ApplicationHeader .RunDateNotice,
.Sidebar .ApplicationHeader .ApplicationUserInfo .ApplicationHeaderMenuLink {
    margin: 0.2rem 0;
    padding: 0.2rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1087px) {
  .DocCalendar .DocCalendarMonthNavigation {
    display: block;
  }
  .DocCalendar .DocCalendarDayNavigation {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .DocCalendar .DocCalendarDayNavigation .DocCalendarMonthLink,
.DocCalendar .DocCalendarDayNavigation .DocCalendarMonthLinkSpacer {
    -ms-flex: 1 1 14.2857142857%;
    flex: 1 1 14.2857142857%;
    display: block;
  }
}
@media screen and (max-width: 1087px) {
  .DocCalendarDayStart .BarScaleLabel {
    display: none;
  }
  .DocCalendarDayStart .BarScaleLabel.First, .DocCalendarDayStart .BarScaleLabel.Last {
    display: block;
  }
}
/*** Small Screen ***/
@media screen and (min-width: 720px) {
  .FCBRadiosHorizontal.StackFieldSmall {
    display: -ms-flexbox;
    display: flex;
  }
  .FCBRadiosHorizontal.StackFieldSmall > .clearer {
    display: none;
  }
  .FCBRadiosHorizontal.StackFieldSmall .FCBRWrapper {
    flex-basis: 100%;
  }
  .FCBRadiosHorizontal.StackFieldSmall .FCBRWrapper + .FCBRWrapper {
    margin-left: 14px;
  }

  .StackFieldSmall .InputWrapperFCBRTop {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
  }
  .StackFieldSmall .InputWrapperFCBRTop .FastToggleDisplayRadioButton {
    margin-bottom: 0;
    margin-top: 7px;
  }
  .StackFieldSmall .InputWrapperFCBRBottom {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
  }
  .StackFieldSmall .InputWrapperFCBRBottom .FastToggleDisplayRadioButton {
    margin-bottom: 7px;
    margin-top: 0;
  }
  .StackFieldSmall .InputWrapperFCBRTop::before,
.StackFieldSmall .InputWrapperFCBRBottom::before {
    display: none;
  }
  .StackFieldSmall .FCBRWrapperVertical {
    justify-content: center;
  }
  .StackFieldSmall .FCBRWrapperVertical .FCBRadioLabel {
    margin-left: 0;
  }
}
@media screen and (max-width: 719px) {
  /**** View Stacks ****/
  .StackVSSmall > .VSTableWrapper > .VSTableContainer,
.StackVSSmall > .VSTableWrapper > .VSTableContainer > tbody,
.StackVSSmall > .VSTableWrapper > .VSTableContainer > tbody > tr,
.StackVSSmall > .VSTableWrapper > .VSTableContainer > tbody > tr > td {
    display: block;
    width: auto;
    box-sizing: border-box;
  }
  .StackVSSmall > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSStackedAutoTopMargin, .StackVSSmall > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSAutoMarginStackedTop {
    margin-top: 20px;
  }
  .StackVSSmall > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSAutoMarginFieldStackedTop {
    margin-top: 14px;
  }
  .StackVSSmall > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSAutoMarginDoubleStackedTop {
    margin-top: 40px;
  }
  .StackVSSmall > .VSPanelWrapper,
.StackVSSmall > .VSAutoMarginTableWrapper {
    margin: 0;
  }
  .StackVSSmall > .VSPanelWrapper.VSAutoTopMargin, .StackVSSmall > .VSPanelWrapper.VSAutoMarginTop,
.StackVSSmall > .VSAutoMarginTableWrapper.VSAutoTopMargin,
.StackVSSmall > .VSAutoMarginTableWrapper.VSAutoMarginTop {
    margin-top: 20px;
  }
  .StackVSSmall > .VSAutoMarginFieldTableWrapper {
    margin: 0;
  }
  .StackVSSmall > .VSAutoMarginFieldTableWrapper.VSAutoMarginFieldTop {
    margin-top: 14px;
  }
  .StackVSSmall > .VSAutoMarginDoubleTableWrapper {
    margin: 0;
  }
  .StackVSSmall > .VSAutoMarginDoubleTableWrapper.VSAutoMarginDoubleTop {
    margin-top: 40px;
  }
  .StackVSSmall.VSHorizontal {
    display: block;
  }
  .StackVSSmall.VSHorizontal > .VSViewRow.VSAutoTopMargin, .StackVSSmall.VSHorizontal > .VSViewRow.VSAutoMarginTop {
    margin: 20px 0 0 0;
  }
  .StackVSSmall.VSHorizontal > .VSViewRow.VSAutoMarginFieldTop {
    margin: 14px 0 0 0;
  }
  .StackVSSmall.VSHorizontal > .VSViewRow.VSAutoMarginDouble {
    margin: 40px 0 0 0;
  }
  .StackVSSmall .SnapScrollTop {
    max-height: none !important;
  }

  /*** Flex Grid Stacking ***/
  .StackFGSmall .FlexGridWrapper {
    margin: 0 !important;
    max-width: none !important;
  }
  .StackFGSmall .FlexGridLayout,
.StackFGSmall .FlexGridLayout > tbody,
.StackFGSmall .FGSR,
.StackFGSmall .FGSC,
.StackFGSmall .FGLR,
.StackFGSmall .FGLC,
.StackFGSmall .FGFC,
.StackFGSmall .FGBR,
.StackFGSmall .FGBC {
    display: block;
  }
  .StackFGSmall .FGBC {
    display: none;
  }
  .StackFGSmall .FGFC {
    /*&.FGPadCellField,
    .FGPadRow &
    {
        margin-top: $fieldSpacing;
    }*/
  }
  .StackFGSmall .FGFC.StackedHidden {
    display: none;
  }
  .StackFGSmall .FGDW {
    width: 100%;
    margin-bottom: 3px;
  }
  .StackFGSmall .FGDW .FGD1 {
    width: auto;
    text-align: left;
  }
  .StackFGSmall .FGDW .FGD1.Empty {
    display: none;
  }
  .StackFGSmall .FGDW .FGD1 .CTE {
    padding-top: 0;
    padding-bottom: 0;
  }
  .StackFGSmall .FGDW .FGD2,
.StackFGSmall .FGDW .FGNVS {
    width: auto;
    text-align: left;
    padding: 0;
    margin: 0;
  }
  .StackFGSmall .FGDW .FGD2 .CTE,
.StackFGSmall .FGDW .FGNVS .CTE {
    padding-top: 0;
    padding-bottom: 0;
  }
  .StackFGSmall .FGDW .FGD2 .CTE {
    padding-right: 0;
  }
  .StackFGSmall .FGD2 {
    width: auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .StackFGSmall .FGDH {
    display: none;
  }
  .StackFGSmall .FGDWP {
    display: none;
  }
  .StackFGSmall .TAAuto {
    text-align: left;
  }
  .StackFGSmall.FlexGridContainer .FGPadStackedCell,
.StackFGSmall.FlexGridContainer .FGPadCellField,
.StackFGSmall.FlexGridContainer .FGPadRow .FGSimpleCell .FGFC {
    margin-top: 14px;
  }
  .StackFGSmall .FGPadRow .FastPanelCell,
.StackFGSmall .FGPadRow .FastSubPanelCell,
.StackFGSmall .FastPanelCell.FGPadStackedCell {
    margin-top: 20px;
  }
  .StackFGSmall.FGDisplayNV .FGFC .FGNVS {
    padding-top: 0;
    padding-bottom: 0;
  }
  .StackFGSmall.FGDisplayNV .FGFC .FGNVT {
    padding-top: 0;
    padding-bottom: 0;
  }
  .StackFGSmall.FGDisplayStandard .FGControlCheckbox,
.StackFGSmall.FGDisplayStandard .FGControlRadioButton {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .StackFGSmall.FGDisplayStandard .FGControlCheckbox > .clearer,
.StackFGSmall.FGDisplayStandard .FGControlRadioButton > .clearer {
    display: none;
  }
  .StackFGSmall.FGDisplayStandard .FGControlCheckbox .FGDW,
.StackFGSmall.FGDisplayStandard .FGControlRadioButton .FGDW {
    -ms-flex-order: 1;
    flex-order: 1;
    order: 1;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    min-width: 0;
  }
  .StackFGSmall.FGDisplayStandard .FGControlCheckbox .FGDW .CTE,
.StackFGSmall.FGDisplayStandard .FGControlRadioButton .FGDW .CTE {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .StackFGSmall.FGDisplayStandard .FGControlCheckbox .FGIW,
.StackFGSmall.FGDisplayStandard .FGControlRadioButton .FGIW {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .StackFGSmall .InputWrapperCheckbox,
.StackFGSmall .InputWrapperRadioButton {
    padding-right: 10px;
  }
  .StackFGSmall.FGStyleButtonBar .FGLR {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .StackFGSmall.FGStyleButtonBar .FGLC {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-justify: end;
    -ms-flex-pack: end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .StackFGSmall.FGStyleButtonBar .FGLCE {
    display: none;
  }
  .StackFGSmall.FGStyleButtonBar .FGPadStackedCell,
.StackFGSmall.FGStyleButtonBar .FGPadCellField {
    margin: 14px 0 0;
  }
  .StackFGSmall.FGStyleButtonBar .DFB {
    min-width: 0;
  }
  .StackFGSmall.FGStyleLineItems .CTEC .FGDW::after {
    display: none;
  }
  .StackFGSmall.FGContainerCPStackedOnly .FGDW {
    display: -ms-flexbox;
    display: flex;
  }
  .StackFGSmall.FGContainerCPStackedOnly .FGDW > .clearer {
    display: none;
  }
  .StackFGSmall.FGHideStackedSeparators .FGNVS {
    display: none;
  }

  .FGFC {
    /*.FCBRadiosHorizontal.StackFieldSmall
    {
        @include flex-direction(column);

        & .FCBRWrapper
        {
            justify-content: flex-start;
        }

        & .InputWrapperFCBRTop,
        & .InputWrapperFCBRBottom,
        & .InputWrapperFCBRStandard
        {
            @include flex-direction(row);
            text-align: justify;

            & .FastToggleDisplayRadioButton
            {
                margin: 0;
            }
        }
    }*/
  }
  .FGFC .FastComboButtonSetButtons.StackFieldSmall {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .FGFC .FastComboButtonSetButtons.StackFieldSmall .FastComboButton ~ .FastComboButton {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .FGFC .FastComboButtonSetButtons.StackFieldSmall > .FastComboButtonItem {
    -ms-flex-preferred-size: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .FGFC .FastComboButtonSetButtons.StackFieldSmall .SelectorUnderline, .FGFC .FastComboButtonSetButtons.StackFieldSmall .Replay .TabSetActive::after, .Replay .FGFC .FastComboButtonSetButtons.StackFieldSmall .TabSetActive::after {
    left: 0;
    bottom: auto;
    height: auto;
    width: 4px;
    transition-property: top, height;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }

  .DocStackCellsSmall,
.DocStackCellsSmall > caption,
.DocStackCellsSmall > colgroup,
.DocStackCellsSmall > thead,
.DocStackCellsSmall > tbody,
.DocStackCellsSmall > tfoot,
.DocStackCellsSmall > thead > tr,
.DocStackCellsSmall > tbody > tr,
.DocStackCellsSmall > tfoot > tr,
.DocStackCellsSmall > thead > tr > td,
.DocStackCellsSmall > thead > tr > th,
.DocStackCellsSmall > tbody > tr > td,
.DocStackCellsSmall > tbody > tr > th,
.DocStackCellsSmall > tfoot > tr > td,
.DocStackCellsSmall > tfoot > tr > th,
.DocStackCellsSmall > .ItemListContainer > .ItemListRow,
.DocStackCellsSmall > .DocTableWrapOutlineList > .ItemListOutlineGroup > .ItemListContainer > .ItemListRow {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
  }
  .DocStackCellsSmall > tbody > tr > .TableTotal {
    display: none;
  }
  .DocStackCellsSmall > tbody > tr > .TableTotalRows {
    display: block;
  }
  .DocStackCellsSmall > .DocTableWrapper {
    margin: 0;
  }
  .DocStackCellsSmall.FastTemplatePanels {
    margin: 0;
  }
  .DocStackCellsSmall.FastTemplatePanels .DocTable > caption {
    margin: 0;
  }
  .DocStackCellsSmall.DocTemplatedTable .WrapItemListContainer {
    display: block;
  }
  .DocStackCellsSmall.DocTemplatedTable .RowTemplateCell {
    margin-top: 20px;
  }
  .DocStackCellsSmall.DocTemplatedTable .WrapItemListRow {
    flex: auto;
    min-width: 0;
  }
  .DocStackCellsSmall > tfoot > tr > .TableTotal {
    display: none;
  }
  .DocStackCellsSmall > tfoot > tr > .TableTotal.TableTotalRows {
    display: block;
  }
  .DocStackCellsSmall .TCH + .TCH .DTC::before {
    display: none;
  }
  .DocStackCellsSmall.DTGLNone .TDR + .TDR {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .DocStackCellsSmall .RepeatedValue.TDS {
    color: inherit;
    cursor: initial;
  }
  .DocStackCellsSmall .RepeatedValue .DSC,
.DocStackCellsSmall .RepeatedValue .DCC,
.DocStackCellsSmall .RepeatedValue .DLC {
    visibility: visible;
  }
  .DocStackCellsSmall > tbody > tr > .TDOVHideStacked,
.DocStackCellsSmall > tbody > tr > .TDS.TDOVHideStacked {
    display: none;
  }
  .DocStackCellsSmall > tbody > tr > .CellCheckbox .DSC,
.DocStackCellsSmall > tbody > tr > .CellCheckbox .DCL,
.DocStackCellsSmall > tbody > tr > .CellRadioButton .DSC,
.DocStackCellsSmall > tbody > tr > .CellRadioButton .DCL {
    -ms-flex-justify: start;
    -ms-flex-pack: start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .DocStackCellsSmall .TDS,
.DocStackCellsSmall .DSC {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .DocStackCellsSmall .DCL {
    padding-top: 3px;
    margin-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 3px;
  }
  .DocStackCellsSmall .TableInputWrapper .FastToggleDisplay {
    margin-left: 0;
    margin-right: 0;
  }
  .DocStackCellsSmall .ColIconWrapper .FICWE {
    display: none;
  }
  .DocStackCellsSmall.HasColumnHeaders, .DocStackCellsSmall.NoColumnHeaders {
    /*        &.DocTableWrapHeaders
    {
        .TDC,
        .TDS
        {
            &::before
            {
                white-space: pre-wrap;
            }
        }
    }*/
  }
  .DocStackCellsSmall.HasColumnHeaders .TDC .DCL,
.DocStackCellsSmall.HasColumnHeaders .TDC .DSC, .DocStackCellsSmall.NoColumnHeaders .TDC .DCL,
.DocStackCellsSmall.NoColumnHeaders .TDC .DSC {
    padding-left: 0;
    margin-left: 0;
  }
  .DocStackCellsSmall.HasColumnHeaders .TDC::before, .DocStackCellsSmall.NoColumnHeaders .TDC::before {
    padding: 6px 0;
  }
  .DocStackCellsSmall.HasColumnHeaders .TDC,
.DocStackCellsSmall.HasColumnHeaders .TDS, .DocStackCellsSmall.NoColumnHeaders .TDC,
.DocStackCellsSmall.NoColumnHeaders .TDS {
    display: -ms-flexbox;
    display: flex;
  }
  .DocStackCellsSmall.HasColumnHeaders .TDC > .clearer,
.DocStackCellsSmall.HasColumnHeaders .TDS > .clearer, .DocStackCellsSmall.NoColumnHeaders .TDC > .clearer,
.DocStackCellsSmall.NoColumnHeaders .TDS > .clearer {
    display: none;
  }
  .DocStackCellsSmall.HasColumnHeaders .TDC::before,
.DocStackCellsSmall.HasColumnHeaders .TDS::before, .DocStackCellsSmall.NoColumnHeaders .TDC::before,
.DocStackCellsSmall.NoColumnHeaders .TDS::before {
    display: block;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    box-sizing: border-box;
    padding-right: 0.5em;
    text-align: right;
    overflow: hidden;
    /*white-space: pre;
    text-overflow: ellipsis;*/
    white-space: pre-wrap;
    -ms-flex-order: -2;
    flex-order: -2;
    order: -2;
  }
  .DocStackCellsSmall.HasColumnHeaders .TDC .DCR,
.DocStackCellsSmall.HasColumnHeaders .TDC .DCC,
.DocStackCellsSmall.HasColumnHeaders .TDC .CellEditorContainer,
.DocStackCellsSmall.HasColumnHeaders .TDS .DCR,
.DocStackCellsSmall.HasColumnHeaders .TDS .DCC,
.DocStackCellsSmall.HasColumnHeaders .TDS .CellEditorContainer, .DocStackCellsSmall.NoColumnHeaders .TDC .DCR,
.DocStackCellsSmall.NoColumnHeaders .TDC .DCC,
.DocStackCellsSmall.NoColumnHeaders .TDC .CellEditorContainer,
.DocStackCellsSmall.NoColumnHeaders .TDS .DCR,
.DocStackCellsSmall.NoColumnHeaders .TDS .DCC,
.DocStackCellsSmall.NoColumnHeaders .TDS .CellEditorContainer {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    min-width: 0;
  }
  .DocStackCellsSmall.HasColumnHeaders .TDS, .DocStackCellsSmall.NoColumnHeaders .TDS {
    padding-left: 0;
    padding-right: 0;
  }
  .DocStackCellsSmall.HasColumnHeaders.DTGLAll td + td, .DocStackCellsSmall.NoColumnHeaders.DTGLAll td + td {
    margin-top: -1px;
  }
  .DocStackCellsSmall .HeaderedTableTitlebar .FastTitlebar {
    border-bottom-width: 1px;
  }
  .DTGLHorizontal .DocStackCellsSmall .HeaderedTableTitlebar .FastTitlebar {
    margin-bottom: -1px;
  }
  .DocStackCellsSmall .TableColumnHeaderRow,
.DocStackCellsSmall .DocTableVirtualHeadersContainer {
    display: none;
  }

  .MinScreenMedium {
    display: none !important;
    width: 0 !important;
    max-width: 0 !important;
    min-width: 0 !important;
    visibility: collapse !important;
  }

  .StackFGMedium .FGStackHidden {
    display: none;
  }

  /*.DocStackCellsSmall,
  .DocStackCellsMedium
  {
      @include stack-cells-captions(40%);
  }*/
}
.FastModalSizeSmall {
  /**** View Stacks ****/
  /*** Flex Grid Stacking ***/
}
.FastModalSizeSmall .StackVSSmall > .VSTableWrapper > .VSTableContainer,
.FastModalSizeSmall .StackVSSmall > .VSTableWrapper > .VSTableContainer > tbody,
.FastModalSizeSmall .StackVSSmall > .VSTableWrapper > .VSTableContainer > tbody > tr,
.FastModalSizeSmall .StackVSSmall > .VSTableWrapper > .VSTableContainer > tbody > tr > td {
  display: block;
  width: auto;
  box-sizing: border-box;
}
.FastModalSizeSmall .StackVSSmall > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSStackedAutoTopMargin, .FastModalSizeSmall .StackVSSmall > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSAutoMarginStackedTop {
  margin-top: 20px;
}
.FastModalSizeSmall .StackVSSmall > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSAutoMarginFieldStackedTop {
  margin-top: 14px;
}
.FastModalSizeSmall .StackVSSmall > .VSTableWrapper > .VSTableContainer > tbody > tr > td.VSAutoMarginDoubleStackedTop {
  margin-top: 40px;
}
.FastModalSizeSmall .StackVSSmall > .VSPanelWrapper,
.FastModalSizeSmall .StackVSSmall > .VSAutoMarginTableWrapper {
  margin: 0;
}
.FastModalSizeSmall .StackVSSmall > .VSPanelWrapper.VSAutoTopMargin, .FastModalSizeSmall .StackVSSmall > .VSPanelWrapper.VSAutoMarginTop,
.FastModalSizeSmall .StackVSSmall > .VSAutoMarginTableWrapper.VSAutoTopMargin,
.FastModalSizeSmall .StackVSSmall > .VSAutoMarginTableWrapper.VSAutoMarginTop {
  margin-top: 20px;
}
.FastModalSizeSmall .StackVSSmall > .VSAutoMarginFieldTableWrapper {
  margin: 0;
}
.FastModalSizeSmall .StackVSSmall > .VSAutoMarginFieldTableWrapper.VSAutoMarginFieldTop {
  margin-top: 14px;
}
.FastModalSizeSmall .StackVSSmall > .VSAutoMarginDoubleTableWrapper {
  margin: 0;
}
.FastModalSizeSmall .StackVSSmall > .VSAutoMarginDoubleTableWrapper.VSAutoMarginDoubleTop {
  margin-top: 40px;
}
.FastModalSizeSmall .StackVSSmall.VSHorizontal {
  display: block;
}
.FastModalSizeSmall .StackVSSmall.VSHorizontal > .VSViewRow.VSAutoTopMargin, .FastModalSizeSmall .StackVSSmall.VSHorizontal > .VSViewRow.VSAutoMarginTop {
  margin: 20px 0 0 0;
}
.FastModalSizeSmall .StackVSSmall.VSHorizontal > .VSViewRow.VSAutoMarginFieldTop {
  margin: 14px 0 0 0;
}
.FastModalSizeSmall .StackVSSmall.VSHorizontal > .VSViewRow.VSAutoMarginDouble {
  margin: 40px 0 0 0;
}
.FastModalSizeSmall .StackVSSmall .SnapScrollTop {
  max-height: none !important;
}
.FastModalSizeSmall .StackFGSmall .FlexGridWrapper {
  margin: 0 !important;
  max-width: none !important;
}
.FastModalSizeSmall .StackFGSmall .FlexGridLayout,
.FastModalSizeSmall .StackFGSmall .FlexGridLayout > tbody,
.FastModalSizeSmall .StackFGSmall .FGSR,
.FastModalSizeSmall .StackFGSmall .FGSC,
.FastModalSizeSmall .StackFGSmall .FGLR,
.FastModalSizeSmall .StackFGSmall .FGLC,
.FastModalSizeSmall .StackFGSmall .FGFC,
.FastModalSizeSmall .StackFGSmall .FGBR,
.FastModalSizeSmall .StackFGSmall .FGBC {
  display: block;
}
.FastModalSizeSmall .StackFGSmall .FGBC {
  display: none;
}
.FastModalSizeSmall .StackFGSmall .FGFC {
  /*&.FGPadCellField,
  .FGPadRow &
  {
      margin-top: $fieldSpacing;
  }*/
}
.FastModalSizeSmall .StackFGSmall .FGFC.StackedHidden {
  display: none;
}
.FastModalSizeSmall .StackFGSmall .FGDW {
  width: 100%;
  margin-bottom: 3px;
}
.FastModalSizeSmall .StackFGSmall .FGDW .FGD1 {
  width: auto;
  text-align: left;
}
.FastModalSizeSmall .StackFGSmall .FGDW .FGD1.Empty {
  display: none;
}
.FastModalSizeSmall .StackFGSmall .FGDW .FGD1 .CTE {
  padding-top: 0;
  padding-bottom: 0;
}
.FastModalSizeSmall .StackFGSmall .FGDW .FGD2,
.FastModalSizeSmall .StackFGSmall .FGDW .FGNVS {
  width: auto;
  text-align: left;
  padding: 0;
  margin: 0;
}
.FastModalSizeSmall .StackFGSmall .FGDW .FGD2 .CTE,
.FastModalSizeSmall .StackFGSmall .FGDW .FGNVS .CTE {
  padding-top: 0;
  padding-bottom: 0;
}
.FastModalSizeSmall .StackFGSmall .FGDW .FGD2 .CTE {
  padding-right: 0;
}
.FastModalSizeSmall .StackFGSmall .FGD2 {
  width: auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.FastModalSizeSmall .StackFGSmall .FGDH {
  display: none;
}
.FastModalSizeSmall .StackFGSmall .FGDWP {
  display: none;
}
.FastModalSizeSmall .StackFGSmall .TAAuto {
  text-align: left;
}
.FastModalSizeSmall .StackFGSmall.FlexGridContainer .FGPadStackedCell,
.FastModalSizeSmall .StackFGSmall.FlexGridContainer .FGPadCellField,
.FastModalSizeSmall .StackFGSmall.FlexGridContainer .FGPadRow .FGSimpleCell .FGFC {
  margin-top: 14px;
}
.FastModalSizeSmall .StackFGSmall .FGPadRow .FastPanelCell,
.FastModalSizeSmall .StackFGSmall .FGPadRow .FastSubPanelCell,
.FastModalSizeSmall .StackFGSmall .FastPanelCell.FGPadStackedCell {
  margin-top: 20px;
}
.FastModalSizeSmall .StackFGSmall.FGDisplayNV .FGFC .FGNVS {
  padding-top: 0;
  padding-bottom: 0;
}
.FastModalSizeSmall .StackFGSmall.FGDisplayNV .FGFC .FGNVT {
  padding-top: 0;
  padding-bottom: 0;
}
.FastModalSizeSmall .StackFGSmall.FGDisplayStandard .FGControlCheckbox,
.FastModalSizeSmall .StackFGSmall.FGDisplayStandard .FGControlRadioButton {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.FastModalSizeSmall .StackFGSmall.FGDisplayStandard .FGControlCheckbox > .clearer,
.FastModalSizeSmall .StackFGSmall.FGDisplayStandard .FGControlRadioButton > .clearer {
  display: none;
}
.FastModalSizeSmall .StackFGSmall.FGDisplayStandard .FGControlCheckbox .FGDW,
.FastModalSizeSmall .StackFGSmall.FGDisplayStandard .FGControlRadioButton .FGDW {
  -ms-flex-order: 1;
  flex-order: 1;
  order: 1;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  min-width: 0;
}
.FastModalSizeSmall .StackFGSmall.FGDisplayStandard .FGControlCheckbox .FGDW .CTE,
.FastModalSizeSmall .StackFGSmall.FGDisplayStandard .FGControlRadioButton .FGDW .CTE {
  padding-top: 7px;
  padding-bottom: 7px;
}
.FastModalSizeSmall .StackFGSmall.FGDisplayStandard .FGControlCheckbox .FGIW,
.FastModalSizeSmall .StackFGSmall.FGDisplayStandard .FGControlRadioButton .FGIW {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.FastModalSizeSmall .StackFGSmall .InputWrapperCheckbox,
.FastModalSizeSmall .StackFGSmall .InputWrapperRadioButton {
  padding-right: 10px;
}
.FastModalSizeSmall .StackFGSmall.FGStyleButtonBar .FGLR {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.FastModalSizeSmall .StackFGSmall.FGStyleButtonBar .FGLC {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-justify: end;
  -ms-flex-pack: end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.FastModalSizeSmall .StackFGSmall.FGStyleButtonBar .FGLCE {
  display: none;
}
.FastModalSizeSmall .StackFGSmall.FGStyleButtonBar .FGPadStackedCell,
.FastModalSizeSmall .StackFGSmall.FGStyleButtonBar .FGPadCellField {
  margin: 14px 0 0;
}
.FastModalSizeSmall .StackFGSmall.FGStyleButtonBar .DFB {
  min-width: 0;
}
.FastModalSizeSmall .StackFGSmall.FGStyleLineItems .CTEC .FGDW::after {
  display: none;
}
.FastModalSizeSmall .StackFGSmall.FGContainerCPStackedOnly .FGDW {
  display: -ms-flexbox;
  display: flex;
}
.FastModalSizeSmall .StackFGSmall.FGContainerCPStackedOnly .FGDW > .clearer {
  display: none;
}
.FastModalSizeSmall .StackFGSmall.FGHideStackedSeparators .FGNVS {
  display: none;
}
.FastModalSizeSmall .FGFC {
  /*.FCBRadiosHorizontal.StackFieldSmall
  {
      @include flex-direction(column);

      & .FCBRWrapper
      {
          justify-content: flex-start;
      }

      & .InputWrapperFCBRTop,
      & .InputWrapperFCBRBottom,
      & .InputWrapperFCBRStandard
      {
          @include flex-direction(row);
          text-align: justify;

          & .FastToggleDisplayRadioButton
          {
              margin: 0;
          }
      }
  }*/
}
.FastModalSizeSmall .FGFC .FastComboButtonSetButtons.StackFieldSmall {
  -ms-flex-direction: column;
  flex-direction: column;
}
.FastModalSizeSmall .FGFC .FastComboButtonSetButtons.StackFieldSmall .FastComboButton ~ .FastComboButton {
  border-left-width: 0;
  border-top-width: 1px;
}
.FastModalSizeSmall .FGFC .FastComboButtonSetButtons.StackFieldSmall > .FastComboButtonItem {
  -ms-flex-preferred-size: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
}
.FastModalSizeSmall .FGFC .FastComboButtonSetButtons.StackFieldSmall .SelectorUnderline, .FastModalSizeSmall .FGFC .FastComboButtonSetButtons.StackFieldSmall .Replay .TabSetActive::after, .Replay .FastModalSizeSmall .FGFC .FastComboButtonSetButtons.StackFieldSmall .TabSetActive::after {
  left: 0;
  bottom: auto;
  height: auto;
  width: 4px;
  transition-property: top, height;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.FastModalSizeSmall .DocStackCellsSmall,
.FastModalSizeSmall .DocStackCellsSmall > caption,
.FastModalSizeSmall .DocStackCellsSmall > colgroup,
.FastModalSizeSmall .DocStackCellsSmall > thead,
.FastModalSizeSmall .DocStackCellsSmall > tbody,
.FastModalSizeSmall .DocStackCellsSmall > tfoot,
.FastModalSizeSmall .DocStackCellsSmall > thead > tr,
.FastModalSizeSmall .DocStackCellsSmall > tbody > tr,
.FastModalSizeSmall .DocStackCellsSmall > tfoot > tr,
.FastModalSizeSmall .DocStackCellsSmall > thead > tr > td,
.FastModalSizeSmall .DocStackCellsSmall > thead > tr > th,
.FastModalSizeSmall .DocStackCellsSmall > tbody > tr > td,
.FastModalSizeSmall .DocStackCellsSmall > tbody > tr > th,
.FastModalSizeSmall .DocStackCellsSmall > tfoot > tr > td,
.FastModalSizeSmall .DocStackCellsSmall > tfoot > tr > th,
.FastModalSizeSmall .DocStackCellsSmall > .ItemListContainer > .ItemListRow,
.FastModalSizeSmall .DocStackCellsSmall > .DocTableWrapOutlineList > .ItemListOutlineGroup > .ItemListContainer > .ItemListRow {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
.FastModalSizeSmall .DocStackCellsSmall > tbody > tr > .TableTotal {
  display: none;
}
.FastModalSizeSmall .DocStackCellsSmall > tbody > tr > .TableTotalRows {
  display: block;
}
.FastModalSizeSmall .DocStackCellsSmall > .DocTableWrapper {
  margin: 0;
}
.FastModalSizeSmall .DocStackCellsSmall.FastTemplatePanels {
  margin: 0;
}
.FastModalSizeSmall .DocStackCellsSmall.FastTemplatePanels .DocTable > caption {
  margin: 0;
}
.FastModalSizeSmall .DocStackCellsSmall.DocTemplatedTable .WrapItemListContainer {
  display: block;
}
.FastModalSizeSmall .DocStackCellsSmall.DocTemplatedTable .RowTemplateCell {
  margin-top: 20px;
}
.FastModalSizeSmall .DocStackCellsSmall.DocTemplatedTable .WrapItemListRow {
  flex: auto;
  min-width: 0;
}
.FastModalSizeSmall .DocStackCellsSmall > tfoot > tr > .TableTotal {
  display: none;
}
.FastModalSizeSmall .DocStackCellsSmall > tfoot > tr > .TableTotal.TableTotalRows {
  display: block;
}
.FastModalSizeSmall .DocStackCellsSmall .TCH + .TCH .DTC::before {
  display: none;
}
.FastModalSizeSmall .DocStackCellsSmall.DTGLNone .TDR + .TDR {
  border-top-style: solid;
  border-top-width: 1px;
}
.FastModalSizeSmall .DocStackCellsSmall .RepeatedValue.TDS {
  color: inherit;
  cursor: initial;
}
.FastModalSizeSmall .DocStackCellsSmall .RepeatedValue .DSC,
.FastModalSizeSmall .DocStackCellsSmall .RepeatedValue .DCC,
.FastModalSizeSmall .DocStackCellsSmall .RepeatedValue .DLC {
  visibility: visible;
}
.FastModalSizeSmall .DocStackCellsSmall > tbody > tr > .TDOVHideStacked,
.FastModalSizeSmall .DocStackCellsSmall > tbody > tr > .TDS.TDOVHideStacked {
  display: none;
}
.FastModalSizeSmall .DocStackCellsSmall > tbody > tr > .CellCheckbox .DSC,
.FastModalSizeSmall .DocStackCellsSmall > tbody > tr > .CellCheckbox .DCL,
.FastModalSizeSmall .DocStackCellsSmall > tbody > tr > .CellRadioButton .DSC,
.FastModalSizeSmall .DocStackCellsSmall > tbody > tr > .CellRadioButton .DCL {
  -ms-flex-justify: start;
  -ms-flex-pack: start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.FastModalSizeSmall .DocStackCellsSmall .TDS,
.FastModalSizeSmall .DocStackCellsSmall .DSC {
  padding-top: 6px;
  padding-bottom: 6px;
}
.FastModalSizeSmall .DocStackCellsSmall .DCL {
  padding-top: 3px;
  margin-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
.FastModalSizeSmall .DocStackCellsSmall .TableInputWrapper .FastToggleDisplay {
  margin-left: 0;
  margin-right: 0;
}
.FastModalSizeSmall .DocStackCellsSmall .ColIconWrapper .FICWE {
  display: none;
}
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders, .FastModalSizeSmall .DocStackCellsSmall.NoColumnHeaders {
  /*        &.DocTableWrapHeaders
  {
      .TDC,
      .TDS
      {
          &::before
          {
              white-space: pre-wrap;
          }
      }
  }*/
}
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDC .DCL,
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDC .DSC, .FastModalSizeSmall .DocStackCellsSmall.NoColumnHeaders .TDC .DCL,
.FastModalSizeSmall .DocStackCellsSmall.NoColumnHeaders .TDC .DSC {
  padding-left: 0;
  margin-left: 0;
}
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDC::before, .FastModalSizeSmall .DocStackCellsSmall.NoColumnHeaders .TDC::before {
  padding: 6px 0;
}
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDC,
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDS, .FastModalSizeSmall .DocStackCellsSmall.NoColumnHeaders .TDC,
.FastModalSizeSmall .DocStackCellsSmall.NoColumnHeaders .TDS {
  display: -ms-flexbox;
  display: flex;
}
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDC > .clearer,
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDS > .clearer, .FastModalSizeSmall .DocStackCellsSmall.NoColumnHeaders .TDC > .clearer,
.FastModalSizeSmall .DocStackCellsSmall.NoColumnHeaders .TDS > .clearer {
  display: none;
}
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDC::before,
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDS::before, .FastModalSizeSmall .DocStackCellsSmall.NoColumnHeaders .TDC::before,
.FastModalSizeSmall .DocStackCellsSmall.NoColumnHeaders .TDS::before {
  display: block;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  box-sizing: border-box;
  padding-right: 0.5em;
  text-align: right;
  overflow: hidden;
  /*white-space: pre;
  text-overflow: ellipsis;*/
  white-space: pre-wrap;
  -ms-flex-order: -2;
  flex-order: -2;
  order: -2;
}
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDC .DCR,
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDC .DCC,
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDC .CellEditorContainer,
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDS .DCR,
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDS .DCC,
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDS .CellEditorContainer, .FastModalSizeSmall .DocStackCellsSmall.NoColumnHeaders .TDC .DCR,
.FastModalSizeSmall .DocStackCellsSmall.NoColumnHeaders .TDC .DCC,
.FastModalSizeSmall .DocStackCellsSmall.NoColumnHeaders .TDC .CellEditorContainer,
.FastModalSizeSmall .DocStackCellsSmall.NoColumnHeaders .TDS .DCR,
.FastModalSizeSmall .DocStackCellsSmall.NoColumnHeaders .TDS .DCC,
.FastModalSizeSmall .DocStackCellsSmall.NoColumnHeaders .TDS .CellEditorContainer {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-width: 0;
}
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDS, .FastModalSizeSmall .DocStackCellsSmall.NoColumnHeaders .TDS {
  padding-left: 0;
  padding-right: 0;
}
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders.DTGLAll td + td, .FastModalSizeSmall .DocStackCellsSmall.NoColumnHeaders.DTGLAll td + td {
  margin-top: -1px;
}
.FastModalSizeSmall .DocStackCellsSmall .HeaderedTableTitlebar .FastTitlebar {
  border-bottom-width: 1px;
}
.DTGLHorizontal .FastModalSizeSmall .DocStackCellsSmall .HeaderedTableTitlebar .FastTitlebar {
  margin-bottom: -1px;
}
.FastModalSizeSmall .DocStackCellsSmall .TableColumnHeaderRow,
.FastModalSizeSmall .DocStackCellsSmall .DocTableVirtualHeadersContainer {
  display: none;
}
.FastModalSizeSmall .MinScreenMedium {
  display: none !important;
  width: 0 !important;
  max-width: 0 !important;
  min-width: 0 !important;
  visibility: collapse !important;
}
.FastModalSizeSmall .StackFGMedium .FGStackHidden {
  display: none;
}

@media screen and (max-width: 719px) {
  .ActionButton,
.ui-dialog-buttonset .ui-button {
    min-width: 22px;
  }
}
@media screen and (max-width: 719px) {
  .ManagerHeader .RunDateNoticeLabel {
    display: none;
  }
}
@media screen and (max-width: 719px) {
  .HeaderLinkHasMenu > .FastHeaderLink.Field {
    display: none;
  }
}
@media screen and (max-width: 719px) {
  .ActionButtonPrev,
.ActionButtonNext {
    min-width: 0;
    width: auto;
  }
  .ActionButtonPrev .ActionButtonCaptionText,
.ActionButtonNext .ActionButtonCaptionText {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .ActionButtonPrev .ActionButtonCaption::before,
.ActionButtonNext .ActionButtonCaption::before {
    margin: 0;
  }
}
@media screen and (max-width: 719px) {
  .ActionButtonNext,
.ActionButtonSubmit,
.ActionButtonSave,
.ActionButtonOK {
    min-width: 100px;
  }
}
@media screen and (max-width: 719px) {
  .ActionButtonCancel {
    min-width: 0;
    width: auto;
  }
  .ActionButtonCancel .ActionButtonCaption::before {
    content: "";
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: flex;
    font-size: 22px;
    height: 1em;
    width: 1em;
    line-height: 1em;
    margin-right: 10px;
    margin-top: -0.5em;
    margin-bottom: -0.5em;
  }
  .ActionButtonCancel .ActionButtonCaptionText {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .ActionButtonCancel .ActionButtonCaption::before {
    margin: 0;
  }
}
@media screen and (max-width: 719px) {
  .ActionButtonSavDrf {
    min-width: 0;
    width: auto;
  }
  .ActionButtonSavDrf .ActionButtonCaption::before {
    content: "";
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: flex;
    font-size: 22px;
    height: 1em;
    width: 1em;
    line-height: 1em;
    margin-right: 10px;
    margin-top: -0.5em;
    margin-bottom: -0.5em;
  }
  .ActionButtonSavDrf .ActionButtonCaptionText {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .ActionButtonSavDrf .ActionButtonCaption::before {
    margin: 0;
  }
}
@media screen and (max-width: 719px) {
  .HasHeaderLinks > .FastHeaderLink {
    display: none;
  }
  .HasHeaderLinks > .TitleMenuLinkContainer,
.HasHeaderLinks > .TableMenuLinkContainer {
    display: block;
  }
}
@media screen and (max-width: 719px) {
  .EnabledLink ~ .TitleMenuLink {
    display: block;
  }
}
@media screen and (max-width: 719px) {
  .ManagerAssistantContainer {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
    max-height: none;
    width: auto !important;
    height: auto !important;
  }
}
@media screen and (max-width: 719px) {
  .VSWrapper {
    display: block;
  }
}
@media screen and (max-width: 719px) {
  .VSWrapView {
    min-width: 0;
  }
}
@media screen and (max-width: 719px) {
  .FieldComboMenu,
.FieldComboMenu tbody,
.FieldComboMenu tr,
.FieldComboMenu td {
    display: block;
  }
  .FieldComboMenu .ComboMenuDescription {
    margin-left: 1em;
  }
  .FieldComboMenu .ComboMenuItem + .ComboMenuItem {
    margin-top: 14px;
  }
}
@media screen and (max-width: 719px) {
  .EnvironmentNameLabel {
    font-size: 1rem;
  }
}
/*** Wide Screen ***/
@media screen and (min-width: 1560px) {
  .ManagerHasAssistant .ManagerControlsContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    max-width: 115rem;
  }
  .ManagerHasAssistant .ManagerControlsContainer > .clearer {
    display: none;
  }
  .ManagerHasAssistant .ManagerControlContainer {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .ManagerHasAssistant .AnnouncementContent {
    max-width: 115rem;
  }

  .ManagerAssistantContainer {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    right: 0;
    margin: 0 20px 20px 0;
    max-height: 100vh;
  }

  .FastChatConversationOpen .ManagerBase .ManagerContentContainer {
    margin-right: 25rem;
  }
  .FastChatConversationOpen .ManagerBase.FastESHome .ManagerContentContainer {
    margin-right: 0;
  }
  .FastChatConversationOpen .ManagerBase.FastESHome .ManagerControlContainer {
    margin-right: 25rem;
  }
  .FastChatConversationOpen .ManagerBase .AnnouncementHeaderContainer {
    margin-right: 25rem;
  }
  .FastChatConversationOpen .FastPageFooter {
    margin-right: 25rem;
  }

  .ChatAssistantWindow {
    margin: 0;
    box-shadow: none;
  }
}
/*** Medium Screen ***/
@media screen and (max-width: 1087px) {
  .StackFGMedium .FGDW {
    font-size: 90%;
  }
  .StackFGMedium .FGDW .CTE {
    opacity: 0.8;
  }
  .StackFGMedium .FGDW .TARight .FI {
    -ms-flex-order: 0;
    flex-order: 0;
    order: 0;
    margin-left: 10px;
    margin-right: 0;
    text-align: left;
  }
  .StackFGMedium .FGNVS {
    display: none;
  }
  .StackFGMedium.FGDisplayStandard .FGControlCheckbox .FGDW,
.StackFGMedium.FGDisplayStandard .FGControlRadioButton .FGDW {
    font-size: inherit;
  }
  .StackFGMedium.FGDisplayStandard .FGControlCheckbox .FGDW .CTE,
.StackFGMedium.FGDisplayStandard .FGControlRadioButton .FGDW .CTE {
    opacity: 1;
  }

  .DocStackCellsMedium.HasColumnHeaders .TDC > .FI,
.DocStackCellsMedium.HasColumnHeaders .TDS > .FI {
    display: none;
  }
  .DocStackCellsMedium.HasColumnHeaders .TDC.FieldError > .FI, .DocStackCellsMedium.HasColumnHeaders .TDC.FieldCheck > .FI, .DocStackCellsMedium.HasColumnHeaders .TDC.FieldReview > .FI, .DocStackCellsMedium.HasColumnHeaders .TDC.FieldRequired > .FI,
.DocStackCellsMedium.HasColumnHeaders .TDS.FieldError > .FI,
.DocStackCellsMedium.HasColumnHeaders .TDS.FieldCheck > .FI,
.DocStackCellsMedium.HasColumnHeaders .TDS.FieldReview > .FI,
.DocStackCellsMedium.HasColumnHeaders .TDS.FieldRequired > .FI {
    display: block;
    position: relative;
    margin: 0 10px 0 0;
    -ms-flex-order: -1;
    flex-order: -1;
    order: -1;
  }
  .DocStackCellsMedium.HasColumnHeaders .TDC.FieldError .CellEditor, .DocStackCellsMedium.HasColumnHeaders .TDC.FieldCheck .CellEditor, .DocStackCellsMedium.HasColumnHeaders .TDC.FieldReview .CellEditor, .DocStackCellsMedium.HasColumnHeaders .TDC.FieldRequired .CellEditor,
.DocStackCellsMedium.HasColumnHeaders .TDS.FieldError .CellEditor,
.DocStackCellsMedium.HasColumnHeaders .TDS.FieldCheck .CellEditor,
.DocStackCellsMedium.HasColumnHeaders .TDS.FieldReview .CellEditor,
.DocStackCellsMedium.HasColumnHeaders .TDS.FieldRequired .CellEditor {
    padding-left: 34px !important;
  }
  .DocStackCellsMedium.HasColumnHeaders .TDC .CellEditorContainer.HasEditor,
.DocStackCellsMedium.HasColumnHeaders .TDS .CellEditorContainer.HasEditor {
    margin-top: -6px;
    margin-bottom: -6px;
  }
}
.FastModalSizeMedium .StackFGMedium .FGDW, .FastModalSizeSmall .StackFGMedium .FGDW {
  font-size: 90%;
}
.FastModalSizeMedium .StackFGMedium .FGDW .CTE, .FastModalSizeSmall .StackFGMedium .FGDW .CTE {
  opacity: 0.8;
}
.FastModalSizeMedium .StackFGMedium .FGDW .TARight .FI, .FastModalSizeSmall .StackFGMedium .FGDW .TARight .FI {
  -ms-flex-order: 0;
  flex-order: 0;
  order: 0;
  margin-left: 10px;
  margin-right: 0;
  text-align: left;
}
.FastModalSizeMedium .StackFGMedium .FGNVS, .FastModalSizeSmall .StackFGMedium .FGNVS {
  display: none;
}
.FastModalSizeMedium .StackFGMedium.FGDisplayStandard .FGControlCheckbox .FGDW,
.FastModalSizeMedium .StackFGMedium.FGDisplayStandard .FGControlRadioButton .FGDW, .FastModalSizeSmall .StackFGMedium.FGDisplayStandard .FGControlCheckbox .FGDW,
.FastModalSizeSmall .StackFGMedium.FGDisplayStandard .FGControlRadioButton .FGDW {
  font-size: inherit;
}
.FastModalSizeMedium .StackFGMedium.FGDisplayStandard .FGControlCheckbox .FGDW .CTE,
.FastModalSizeMedium .StackFGMedium.FGDisplayStandard .FGControlRadioButton .FGDW .CTE, .FastModalSizeSmall .StackFGMedium.FGDisplayStandard .FGControlCheckbox .FGDW .CTE,
.FastModalSizeSmall .StackFGMedium.FGDisplayStandard .FGControlRadioButton .FGDW .CTE {
  opacity: 1;
}
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDC > .FI,
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDS > .FI, .FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDC > .FI,
.FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDS > .FI {
  display: none;
}
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDC.FieldError > .FI, .FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDC.FieldCheck > .FI, .FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDC.FieldReview > .FI, .FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDC.FieldRequired > .FI,
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDS.FieldError > .FI,
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDS.FieldCheck > .FI,
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDS.FieldReview > .FI,
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDS.FieldRequired > .FI, .FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDC.FieldError > .FI, .FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDC.FieldCheck > .FI, .FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDC.FieldReview > .FI, .FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDC.FieldRequired > .FI,
.FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDS.FieldError > .FI,
.FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDS.FieldCheck > .FI,
.FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDS.FieldReview > .FI,
.FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDS.FieldRequired > .FI {
  display: block;
  position: relative;
  margin: 0 10px 0 0;
  -ms-flex-order: -1;
  flex-order: -1;
  order: -1;
}
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDC.FieldError .CellEditor, .FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDC.FieldCheck .CellEditor, .FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDC.FieldReview .CellEditor, .FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDC.FieldRequired .CellEditor,
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDS.FieldError .CellEditor,
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDS.FieldCheck .CellEditor,
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDS.FieldReview .CellEditor,
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDS.FieldRequired .CellEditor, .FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDC.FieldError .CellEditor, .FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDC.FieldCheck .CellEditor, .FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDC.FieldReview .CellEditor, .FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDC.FieldRequired .CellEditor,
.FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDS.FieldError .CellEditor,
.FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDS.FieldCheck .CellEditor,
.FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDS.FieldReview .CellEditor,
.FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDS.FieldRequired .CellEditor {
  padding-left: 34px !important;
}
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDC .CellEditorContainer.HasEditor,
.FastModalSizeMedium .DocStackCellsMedium.HasColumnHeaders .TDS .CellEditorContainer.HasEditor, .FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDC .CellEditorContainer.HasEditor,
.FastModalSizeSmall .DocStackCellsMedium.HasColumnHeaders .TDS .CellEditorContainer.HasEditor {
  margin-top: -6px;
  margin-bottom: -6px;
}

@media screen and (max-width: 1087px) {
  .MonitoringPreview {
    max-height: 10em;
    max-width: 14em;
  }
}
/*** Small Screen ***/
@media screen and (max-width: 719px) {
  .StackFGSmall .FGDW {
    font-size: 90%;
  }
  .StackFGSmall .FGDW .CTE {
    opacity: 0.8;
  }
  .StackFGSmall .FGDW .TARight .FI {
    -ms-flex-order: 0;
    flex-order: 0;
    order: 0;
    margin-left: 10px;
    margin-right: 0;
    text-align: left;
  }
  .StackFGSmall .FGNVS {
    display: none;
  }
  .StackFGSmall.FGDisplayStandard .FGControlCheckbox .FGDW,
.StackFGSmall.FGDisplayStandard .FGControlRadioButton .FGDW {
    font-size: inherit;
  }
  .StackFGSmall.FGDisplayStandard .FGControlCheckbox .FGDW .CTE,
.StackFGSmall.FGDisplayStandard .FGControlRadioButton .FGDW .CTE {
    opacity: 1;
  }

  .DocStackCellsSmall.HasColumnHeaders .TDC > .FI,
.DocStackCellsSmall.HasColumnHeaders .TDS > .FI {
    display: none;
  }
  .DocStackCellsSmall.HasColumnHeaders .TDC.FieldError > .FI, .DocStackCellsSmall.HasColumnHeaders .TDC.FieldCheck > .FI, .DocStackCellsSmall.HasColumnHeaders .TDC.FieldReview > .FI, .DocStackCellsSmall.HasColumnHeaders .TDC.FieldRequired > .FI,
.DocStackCellsSmall.HasColumnHeaders .TDS.FieldError > .FI,
.DocStackCellsSmall.HasColumnHeaders .TDS.FieldCheck > .FI,
.DocStackCellsSmall.HasColumnHeaders .TDS.FieldReview > .FI,
.DocStackCellsSmall.HasColumnHeaders .TDS.FieldRequired > .FI {
    display: block;
    position: relative;
    margin: 0 10px 0 0;
    -ms-flex-order: -1;
    flex-order: -1;
    order: -1;
  }
  .DocStackCellsSmall.HasColumnHeaders .TDC.FieldError .CellEditor, .DocStackCellsSmall.HasColumnHeaders .TDC.FieldCheck .CellEditor, .DocStackCellsSmall.HasColumnHeaders .TDC.FieldReview .CellEditor, .DocStackCellsSmall.HasColumnHeaders .TDC.FieldRequired .CellEditor,
.DocStackCellsSmall.HasColumnHeaders .TDS.FieldError .CellEditor,
.DocStackCellsSmall.HasColumnHeaders .TDS.FieldCheck .CellEditor,
.DocStackCellsSmall.HasColumnHeaders .TDS.FieldReview .CellEditor,
.DocStackCellsSmall.HasColumnHeaders .TDS.FieldRequired .CellEditor {
    padding-left: 34px !important;
  }
  .DocStackCellsSmall.HasColumnHeaders .TDC .CellEditorContainer.HasEditor,
.DocStackCellsSmall.HasColumnHeaders .TDS .CellEditorContainer.HasEditor {
    margin-top: -6px;
    margin-bottom: -6px;
  }
}
.FastModalSizeSmall .StackFGSmall .FGDW {
  font-size: 90%;
}
.FastModalSizeSmall .StackFGSmall .FGDW .CTE {
  opacity: 0.8;
}
.FastModalSizeSmall .StackFGSmall .FGDW .TARight .FI {
  -ms-flex-order: 0;
  flex-order: 0;
  order: 0;
  margin-left: 10px;
  margin-right: 0;
  text-align: left;
}
.FastModalSizeSmall .StackFGSmall .FGNVS {
  display: none;
}
.FastModalSizeSmall .StackFGSmall.FGDisplayStandard .FGControlCheckbox .FGDW,
.FastModalSizeSmall .StackFGSmall.FGDisplayStandard .FGControlRadioButton .FGDW {
  font-size: inherit;
}
.FastModalSizeSmall .StackFGSmall.FGDisplayStandard .FGControlCheckbox .FGDW .CTE,
.FastModalSizeSmall .StackFGSmall.FGDisplayStandard .FGControlRadioButton .FGDW .CTE {
  opacity: 1;
}
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDC > .FI,
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDS > .FI {
  display: none;
}
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDC.FieldError > .FI, .FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDC.FieldCheck > .FI, .FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDC.FieldReview > .FI, .FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDC.FieldRequired > .FI,
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDS.FieldError > .FI,
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDS.FieldCheck > .FI,
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDS.FieldReview > .FI,
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDS.FieldRequired > .FI {
  display: block;
  position: relative;
  margin: 0 10px 0 0;
  -ms-flex-order: -1;
  flex-order: -1;
  order: -1;
}
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDC.FieldError .CellEditor, .FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDC.FieldCheck .CellEditor, .FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDC.FieldReview .CellEditor, .FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDC.FieldRequired .CellEditor,
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDS.FieldError .CellEditor,
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDS.FieldCheck .CellEditor,
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDS.FieldReview .CellEditor,
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDS.FieldRequired .CellEditor {
  padding-left: 34px !important;
}
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDC .CellEditorContainer.HasEditor,
.FastModalSizeSmall .DocStackCellsSmall.HasColumnHeaders .TDS .CellEditorContainer.HasEditor {
  margin-top: -6px;
  margin-bottom: -6px;
}

@media screen and (max-width: 719px) {
  .ManagerHeader .ManagerHeaderLinkContainer {
    margin-left: 0;
  }
  .ManagerHeader .RunDateNoticeLabel {
    display: none;
  }
}
@media screen and (max-width: 719px) {
  .ManagerHomeLogoLink .ApplicationTitle {
    display: none;
  }
}
@media screen and (max-width: 719px) {
  .ChatAssistantWindow {
    left: 0;
    width: auto;
    margin: 1em 0px 1em 0px;
  }
}
@media screen and (max-width: 719px) {
  .DocStackCellsSmall .TDC.TDC, .DocStackCellsSmall .TDS.TDS, .DocStackCellsSmall .DCL.DCL,
.DocStackCellsMedium .TDC.TDC,
.DocStackCellsMedium .TDS.TDS,
.DocStackCellsMedium .DCL.DCL,
.DocStackCellsLarge .TDC.TDC,
.DocStackCellsLarge .TDS.TDS,
.DocStackCellsLarge .DCL.DCL {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    margin: 0px;
  }
  .DocStackCellsSmall .TDC.TDC::before, .DocStackCellsSmall .TDS.TDS::before, .DocStackCellsSmall .DCL.DCL::before,
.DocStackCellsMedium .TDC.TDC::before,
.DocStackCellsMedium .TDS.TDS::before,
.DocStackCellsMedium .DCL.DCL::before,
.DocStackCellsLarge .TDC.TDC::before,
.DocStackCellsLarge .TDS.TDS::before,
.DocStackCellsLarge .DCL.DCL::before {
    flex: auto;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 719px) {
  .csspositionsticky.FastApp .DocTableStickyHeader {
    position: relative;
  }
}
@media screen and (max-width: 719px) {
  .MonitoringPreview {
    max-height: 7em;
    max-width: 10em;
  }
}
/*!
 * FAST Core - External Theme CSS
 *
 * Copyright © 2011-2025, Fast Enterprises, LLC.
 * 
 * H: 1071531306
 */
/*************************/
/* _Colors.Defaults.scss */
/*************************/
/* _Theme.External */
/*******************/
/* _Base.Vars.scss */
/*******************/
/****************************/
/* _Base.Vars.External.scss */
/****************************/
/* _Theme.Config */
/*******************/
/* _Base.Vars.scss */
/*******************/
/*********************/
/* _Base.Mixins.scss */
/*********************/
/*@mixin panel-decoration
{
    border-width: 1px;
    border-style: solid;
    border-radius: $borderRadius;
    @include elevation-base;
}

@mixin subpanel-decoration
{
    border: 1px solid;
    border-radius: $borderRadius;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
}*/
/* Thanks to http://fontawesome.io @fontawesome and @davegandy */
/**********************/
/* _Colors.Parameters */
/**********************/
/* _Theme */
html {
  background-color: #FCFCFC;
  color: #444;
  }

::-webkit-scrollbar-track,
::-webkit-scrollbar-corner {
  background-color: #FCFCFC;
  }

::-webkit-scrollbar-thumb {
  background-color: #CCC;
  border-color: #FCFCFC;
  }
::-webkit-scrollbar-thumb:hover {
  background-color: #bfbfbf;
  }

a {
  color: #0066b3;
  }
.FPB a {
  color: #0066b3;
  }
.FPB a.LinkButton {
  color: #FFF;
  }
a.DisabledLink {
  color: inherit;
}

input,
select,
textarea,
option,
.FastToggleDisplay,
.DocAttachmentInput {
  color: #444;
  }

input,
select,
textarea,
.CodeMirror,
.FastSignatureWrapper,
.FastInputImage,
.FastCameraInputImage,
.sigWrapper,
.FastComboButtonSet,
.FastToggleDisplay,
.FastCameraCapturePreview,
.DocAttachmentInput,
.DocAttachmentImagePreview {
  border-color: #CCC;
  }

select:disabled::-ms-value {
  color: #444;
  }

input,
select,
textarea,
.CodeMirror,
.FieldBackground,
.FastComboButtonSet,
.FastToggleDisplay,
.DocAttachmentInput {
  background-color: #F6F6F6;
  color: #444;
  }

.DocEditableTable.DTGLAll .TDC.FieldDisabled,
.DocEditableTable.DTGLAll .TDS.FieldDisabled {
  background-color: #F6F6F6;
  }

.CellEditorContainer {
  background-color: #FFF;
  }

option {
  color: #444;
  background-color: #FFF;
  }

.FastToggleDisplay {
  background-color: #F6F6F6;
  }
.FieldEnabled .FastToggleDisplay {
  background-color: #FFF;
  }

.FastInputImage.BlankImage.FieldEnabled,
.FastCameraInputImage.BlankImage.FieldEnabled,
.FastSignatureWrapper.BlankImage.FieldEnabled {
  background-color: #FFF;
  }
.FastInputImage.FieldError, .FastInputImage.BlankImage.FieldError, .FastInputImage.FieldCheck, .FastInputImage.BlankImage.FieldCheck, .FastInputImage.FieldReview, .FastInputImage.BlankImage.FieldReview,
.FastCameraInputImage.FieldError,
.FastCameraInputImage.BlankImage.FieldError,
.FastCameraInputImage.FieldCheck,
.FastCameraInputImage.BlankImage.FieldCheck,
.FastCameraInputImage.FieldReview,
.FastCameraInputImage.BlankImage.FieldReview,
.FastSignatureWrapper.FieldError,
.FastSignatureWrapper.BlankImage.FieldError,
.FastSignatureWrapper.FieldCheck,
.FastSignatureWrapper.BlankImage.FieldCheck,
.FastSignatureWrapper.FieldReview,
.FastSignatureWrapper.BlankImage.FieldReview {
  background-color: #FCB;
  }
.FastInputImage.FieldRequired, .FastInputImage.BlankImage.FieldRequired,
.FastCameraInputImage.FieldRequired,
.FastCameraInputImage.BlankImage.FieldRequired,
.FastSignatureWrapper.FieldRequired,
.FastSignatureWrapper.BlankImage.FieldRequired {
  background-color: #FFC;
  }

.FastCameraInputMessage::before {
  color: #1B75BC;
  }

.FastCameraInputMessageError::before,
.FastCameraToolbar .FastInputImageViewError {
  color: #CC170E;
  }

.FastCameraInputImageReady .FastCameraInputImageVideoContainer {
  background-color: rgba(68, 68, 68, 0.5);
  }

.FastCameraToolbar {
  background-color: #FFF;
  border-color: #CCC;
  }
.FastCameraToolbar .FastCameraTool:enabled:hover,
.FastCameraToolbar .FastCameraTool:enabled:focus,
.FastCameraToolbar .FastCameraTool:enabled:active {
  background-color: rgba(128, 128, 128, 0.2);
}

.FieldHeaderTool.FastInputImageClear.FastInputImageClear {
  background-color: #CC170E;
  }

/** Monitoring **/
.FastMonitorTools button.FastMonitorToolButton {
  border-color: #FFF;
  background-color: #004980;
  color: #FFF;
  }

.FastImageMonitoring {
  border-color: #004980;
  }

/** Watermarks **/
.watermark,
input[disabled=disabled].watermark,
input[readonly=readonly].watermark,
select.watermark,
option.watermark {
  color: #AAA;
  }

select.watermark:disabled::-ms-value {
  color: #AAA;
  }

:-moz-placeholder {
  color: #AAA;
  }

::-moz-placeholder {
  color: #AAA;
  }

:-ms-input-placeholder {
  color: #AAA;
  }

::-webkit-input-placeholder {
  color: #AAA;
  }

::placeholder {
  color: #AAA;
  }

input[type=text].watermark,
input[type=number].watermark,
input[type=email].watermark {
  color: #AAA;
  }

.UseManagerColor {
  color: #114066;
  }

button,
button.FastStatusButton,
.ui-button,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper,
.FastButton,
.FastFieldPopupButton,
.LinkButton,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu {
  background-color: #004980;
  border-color: #004980;
  color: #FFF;
  /*&:focus
  {
      box-shadow: $buttonFocusShadow;
      outline: none;
  }*/
}
button:enabled:hover, button:focus, button.ui-state-active,
button.FastStatusButton:enabled:hover,
button.FastStatusButton:focus,
button.FastStatusButton.ui-state-active,
.ui-button:enabled:hover,
.ui-button:focus,
.ui-button.ui-state-active,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper:enabled:hover,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper:focus,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ui-state-active,
.FastButton:enabled:hover,
.FastButton:focus,
.FastButton.ui-state-active,
.FastFieldPopupButton:enabled:hover,
.FastFieldPopupButton:focus,
.FastFieldPopupButton.ui-state-active,
.LinkButton:enabled:hover,
.LinkButton:focus,
.LinkButton.ui-state-active,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu:enabled:hover,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu:focus,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ui-state-active {
  background-color: #00579a;
  }
button:enabled:active,
button.FastStatusButton:enabled:active,
.ui-button:enabled:active,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper:enabled:active,
.FastButton:enabled:active,
.FastFieldPopupButton:enabled:active,
.LinkButton:enabled:active,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu:enabled:active {
  background-color: #003a67;
  }
button:disabled,
button.FastStatusButton:disabled,
.ui-button:disabled,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper:disabled,
.FastButton:disabled,
.FastFieldPopupButton:disabled,
.LinkButton:disabled,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
button.ActionButtonCancel, button.ActionButtonClose, button.ActionButtonNo, button.ActionButtonPrev, button.ActionButtonSavDrf, button.FastMessageBoxButtonNo, button.FastMessageBoxButtonCancel, button.NegativeButton,
button.FastStatusButton.ActionButtonCancel,
button.FastStatusButton.ActionButtonClose,
button.FastStatusButton.ActionButtonNo,
button.FastStatusButton.ActionButtonPrev,
button.FastStatusButton.ActionButtonSavDrf,
button.FastStatusButton.FastMessageBoxButtonNo,
button.FastStatusButton.FastMessageBoxButtonCancel,
button.FastStatusButton.NegativeButton,
.ui-button.ActionButtonCancel,
.ui-button.ActionButtonClose,
.ui-button.ActionButtonNo,
.ui-button.ActionButtonPrev,
.ui-button.ActionButtonSavDrf,
.ui-button.FastMessageBoxButtonNo,
.ui-button.FastMessageBoxButtonCancel,
.ui-button.NegativeButton,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ActionButtonCancel,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ActionButtonClose,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ActionButtonNo,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ActionButtonPrev,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ActionButtonSavDrf,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.FastMessageBoxButtonNo,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.FastMessageBoxButtonCancel,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.NegativeButton,
.FastButton.ActionButtonCancel,
.FastButton.ActionButtonClose,
.FastButton.ActionButtonNo,
.FastButton.ActionButtonPrev,
.FastButton.ActionButtonSavDrf,
.FastButton.FastMessageBoxButtonNo,
.FastButton.FastMessageBoxButtonCancel,
.FastButton.NegativeButton,
.FastFieldPopupButton.ActionButtonCancel,
.FastFieldPopupButton.ActionButtonClose,
.FastFieldPopupButton.ActionButtonNo,
.FastFieldPopupButton.ActionButtonPrev,
.FastFieldPopupButton.ActionButtonSavDrf,
.FastFieldPopupButton.FastMessageBoxButtonNo,
.FastFieldPopupButton.FastMessageBoxButtonCancel,
.FastFieldPopupButton.NegativeButton,
.LinkButton.ActionButtonCancel,
.LinkButton.ActionButtonClose,
.LinkButton.ActionButtonNo,
.LinkButton.ActionButtonPrev,
.LinkButton.ActionButtonSavDrf,
.LinkButton.FastMessageBoxButtonNo,
.LinkButton.FastMessageBoxButtonCancel,
.LinkButton.NegativeButton,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ActionButtonCancel,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ActionButtonClose,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ActionButtonNo,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ActionButtonPrev,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ActionButtonSavDrf,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.FastMessageBoxButtonNo,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.FastMessageBoxButtonCancel,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.NegativeButton {
  background: none;
  color: #004980;
  border-color: #DDD;
  }
button.ActionButtonCancel:focus, button.ActionButtonCancel:focus:active, button.ActionButtonClose:focus, button.ActionButtonClose:focus:active, button.ActionButtonNo:focus, button.ActionButtonNo:focus:active, button.ActionButtonPrev:focus, button.ActionButtonPrev:focus:active, button.ActionButtonSavDrf:focus, button.ActionButtonSavDrf:focus:active, button.FastMessageBoxButtonNo:focus, button.FastMessageBoxButtonNo:focus:active, button.FastMessageBoxButtonCancel:focus, button.FastMessageBoxButtonCancel:focus:active, button.NegativeButton:focus, button.NegativeButton:focus:active,
button.FastStatusButton.ActionButtonCancel:focus,
button.FastStatusButton.ActionButtonCancel:focus:active,
button.FastStatusButton.ActionButtonClose:focus,
button.FastStatusButton.ActionButtonClose:focus:active,
button.FastStatusButton.ActionButtonNo:focus,
button.FastStatusButton.ActionButtonNo:focus:active,
button.FastStatusButton.ActionButtonPrev:focus,
button.FastStatusButton.ActionButtonPrev:focus:active,
button.FastStatusButton.ActionButtonSavDrf:focus,
button.FastStatusButton.ActionButtonSavDrf:focus:active,
button.FastStatusButton.FastMessageBoxButtonNo:focus,
button.FastStatusButton.FastMessageBoxButtonNo:focus:active,
button.FastStatusButton.FastMessageBoxButtonCancel:focus,
button.FastStatusButton.FastMessageBoxButtonCancel:focus:active,
button.FastStatusButton.NegativeButton:focus,
button.FastStatusButton.NegativeButton:focus:active,
.ui-button.ActionButtonCancel:focus,
.ui-button.ActionButtonCancel:focus:active,
.ui-button.ActionButtonClose:focus,
.ui-button.ActionButtonClose:focus:active,
.ui-button.ActionButtonNo:focus,
.ui-button.ActionButtonNo:focus:active,
.ui-button.ActionButtonPrev:focus,
.ui-button.ActionButtonPrev:focus:active,
.ui-button.ActionButtonSavDrf:focus,
.ui-button.ActionButtonSavDrf:focus:active,
.ui-button.FastMessageBoxButtonNo:focus,
.ui-button.FastMessageBoxButtonNo:focus:active,
.ui-button.FastMessageBoxButtonCancel:focus,
.ui-button.FastMessageBoxButtonCancel:focus:active,
.ui-button.NegativeButton:focus,
.ui-button.NegativeButton:focus:active,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ActionButtonCancel:focus,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ActionButtonCancel:focus:active,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ActionButtonClose:focus,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ActionButtonClose:focus:active,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ActionButtonNo:focus,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ActionButtonNo:focus:active,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ActionButtonPrev:focus,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ActionButtonPrev:focus:active,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ActionButtonSavDrf:focus,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ActionButtonSavDrf:focus:active,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.FastMessageBoxButtonNo:focus,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.FastMessageBoxButtonNo:focus:active,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.FastMessageBoxButtonCancel:focus,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.FastMessageBoxButtonCancel:focus:active,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.NegativeButton:focus,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.NegativeButton:focus:active,
.FastButton.ActionButtonCancel:focus,
.FastButton.ActionButtonCancel:focus:active,
.FastButton.ActionButtonClose:focus,
.FastButton.ActionButtonClose:focus:active,
.FastButton.ActionButtonNo:focus,
.FastButton.ActionButtonNo:focus:active,
.FastButton.ActionButtonPrev:focus,
.FastButton.ActionButtonPrev:focus:active,
.FastButton.ActionButtonSavDrf:focus,
.FastButton.ActionButtonSavDrf:focus:active,
.FastButton.FastMessageBoxButtonNo:focus,
.FastButton.FastMessageBoxButtonNo:focus:active,
.FastButton.FastMessageBoxButtonCancel:focus,
.FastButton.FastMessageBoxButtonCancel:focus:active,
.FastButton.NegativeButton:focus,
.FastButton.NegativeButton:focus:active,
.FastFieldPopupButton.ActionButtonCancel:focus,
.FastFieldPopupButton.ActionButtonCancel:focus:active,
.FastFieldPopupButton.ActionButtonClose:focus,
.FastFieldPopupButton.ActionButtonClose:focus:active,
.FastFieldPopupButton.ActionButtonNo:focus,
.FastFieldPopupButton.ActionButtonNo:focus:active,
.FastFieldPopupButton.ActionButtonPrev:focus,
.FastFieldPopupButton.ActionButtonPrev:focus:active,
.FastFieldPopupButton.ActionButtonSavDrf:focus,
.FastFieldPopupButton.ActionButtonSavDrf:focus:active,
.FastFieldPopupButton.FastMessageBoxButtonNo:focus,
.FastFieldPopupButton.FastMessageBoxButtonNo:focus:active,
.FastFieldPopupButton.FastMessageBoxButtonCancel:focus,
.FastFieldPopupButton.FastMessageBoxButtonCancel:focus:active,
.FastFieldPopupButton.NegativeButton:focus,
.FastFieldPopupButton.NegativeButton:focus:active,
.LinkButton.ActionButtonCancel:focus,
.LinkButton.ActionButtonCancel:focus:active,
.LinkButton.ActionButtonClose:focus,
.LinkButton.ActionButtonClose:focus:active,
.LinkButton.ActionButtonNo:focus,
.LinkButton.ActionButtonNo:focus:active,
.LinkButton.ActionButtonPrev:focus,
.LinkButton.ActionButtonPrev:focus:active,
.LinkButton.ActionButtonSavDrf:focus,
.LinkButton.ActionButtonSavDrf:focus:active,
.LinkButton.FastMessageBoxButtonNo:focus,
.LinkButton.FastMessageBoxButtonNo:focus:active,
.LinkButton.FastMessageBoxButtonCancel:focus,
.LinkButton.FastMessageBoxButtonCancel:focus:active,
.LinkButton.NegativeButton:focus,
.LinkButton.NegativeButton:focus:active,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ActionButtonCancel:focus,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ActionButtonCancel:focus:active,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ActionButtonClose:focus,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ActionButtonClose:focus:active,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ActionButtonNo:focus,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ActionButtonNo:focus:active,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ActionButtonPrev:focus,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ActionButtonPrev:focus:active,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ActionButtonSavDrf:focus,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ActionButtonSavDrf:focus:active,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.FastMessageBoxButtonNo:focus,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.FastMessageBoxButtonNo:focus:active,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.FastMessageBoxButtonCancel:focus,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.FastMessageBoxButtonCancel:focus:active,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.NegativeButton:focus,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.NegativeButton:focus:active {
  box-shadow: 0 0 1px 2px #F89D25;
}
button.ActionButtonCancel:focus, button.ActionButtonCancel:enabled:hover, button.ActionButtonClose:focus, button.ActionButtonClose:enabled:hover, button.ActionButtonNo:focus, button.ActionButtonNo:enabled:hover, button.ActionButtonPrev:focus, button.ActionButtonPrev:enabled:hover, button.ActionButtonSavDrf:focus, button.ActionButtonSavDrf:enabled:hover, button.FastMessageBoxButtonNo:focus, button.FastMessageBoxButtonNo:enabled:hover, button.FastMessageBoxButtonCancel:focus, button.FastMessageBoxButtonCancel:enabled:hover, button.NegativeButton:focus, button.NegativeButton:enabled:hover,
button.FastStatusButton.ActionButtonCancel:focus,
button.FastStatusButton.ActionButtonCancel:enabled:hover,
button.FastStatusButton.ActionButtonClose:focus,
button.FastStatusButton.ActionButtonClose:enabled:hover,
button.FastStatusButton.ActionButtonNo:focus,
button.FastStatusButton.ActionButtonNo:enabled:hover,
button.FastStatusButton.ActionButtonPrev:focus,
button.FastStatusButton.ActionButtonPrev:enabled:hover,
button.FastStatusButton.ActionButtonSavDrf:focus,
button.FastStatusButton.ActionButtonSavDrf:enabled:hover,
button.FastStatusButton.FastMessageBoxButtonNo:focus,
button.FastStatusButton.FastMessageBoxButtonNo:enabled:hover,
button.FastStatusButton.FastMessageBoxButtonCancel:focus,
button.FastStatusButton.FastMessageBoxButtonCancel:enabled:hover,
button.FastStatusButton.NegativeButton:focus,
button.FastStatusButton.NegativeButton:enabled:hover,
.ui-button.ActionButtonCancel:focus,
.ui-button.ActionButtonCancel:enabled:hover,
.ui-button.ActionButtonClose:focus,
.ui-button.ActionButtonClose:enabled:hover,
.ui-button.ActionButtonNo:focus,
.ui-button.ActionButtonNo:enabled:hover,
.ui-button.ActionButtonPrev:focus,
.ui-button.ActionButtonPrev:enabled:hover,
.ui-button.ActionButtonSavDrf:focus,
.ui-button.ActionButtonSavDrf:enabled:hover,
.ui-button.FastMessageBoxButtonNo:focus,
.ui-button.FastMessageBoxButtonNo:enabled:hover,
.ui-button.FastMessageBoxButtonCancel:focus,
.ui-button.FastMessageBoxButtonCancel:enabled:hover,
.ui-button.NegativeButton:focus,
.ui-button.NegativeButton:enabled:hover,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ActionButtonCancel:focus,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ActionButtonCancel:enabled:hover,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ActionButtonClose:focus,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ActionButtonClose:enabled:hover,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ActionButtonNo:focus,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ActionButtonNo:enabled:hover,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ActionButtonPrev:focus,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ActionButtonPrev:enabled:hover,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ActionButtonSavDrf:focus,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ActionButtonSavDrf:enabled:hover,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.FastMessageBoxButtonNo:focus,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.FastMessageBoxButtonNo:enabled:hover,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.FastMessageBoxButtonCancel:focus,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.FastMessageBoxButtonCancel:enabled:hover,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.NegativeButton:focus,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.NegativeButton:enabled:hover,
.FastButton.ActionButtonCancel:focus,
.FastButton.ActionButtonCancel:enabled:hover,
.FastButton.ActionButtonClose:focus,
.FastButton.ActionButtonClose:enabled:hover,
.FastButton.ActionButtonNo:focus,
.FastButton.ActionButtonNo:enabled:hover,
.FastButton.ActionButtonPrev:focus,
.FastButton.ActionButtonPrev:enabled:hover,
.FastButton.ActionButtonSavDrf:focus,
.FastButton.ActionButtonSavDrf:enabled:hover,
.FastButton.FastMessageBoxButtonNo:focus,
.FastButton.FastMessageBoxButtonNo:enabled:hover,
.FastButton.FastMessageBoxButtonCancel:focus,
.FastButton.FastMessageBoxButtonCancel:enabled:hover,
.FastButton.NegativeButton:focus,
.FastButton.NegativeButton:enabled:hover,
.FastFieldPopupButton.ActionButtonCancel:focus,
.FastFieldPopupButton.ActionButtonCancel:enabled:hover,
.FastFieldPopupButton.ActionButtonClose:focus,
.FastFieldPopupButton.ActionButtonClose:enabled:hover,
.FastFieldPopupButton.ActionButtonNo:focus,
.FastFieldPopupButton.ActionButtonNo:enabled:hover,
.FastFieldPopupButton.ActionButtonPrev:focus,
.FastFieldPopupButton.ActionButtonPrev:enabled:hover,
.FastFieldPopupButton.ActionButtonSavDrf:focus,
.FastFieldPopupButton.ActionButtonSavDrf:enabled:hover,
.FastFieldPopupButton.FastMessageBoxButtonNo:focus,
.FastFieldPopupButton.FastMessageBoxButtonNo:enabled:hover,
.FastFieldPopupButton.FastMessageBoxButtonCancel:focus,
.FastFieldPopupButton.FastMessageBoxButtonCancel:enabled:hover,
.FastFieldPopupButton.NegativeButton:focus,
.FastFieldPopupButton.NegativeButton:enabled:hover,
.LinkButton.ActionButtonCancel:focus,
.LinkButton.ActionButtonCancel:enabled:hover,
.LinkButton.ActionButtonClose:focus,
.LinkButton.ActionButtonClose:enabled:hover,
.LinkButton.ActionButtonNo:focus,
.LinkButton.ActionButtonNo:enabled:hover,
.LinkButton.ActionButtonPrev:focus,
.LinkButton.ActionButtonPrev:enabled:hover,
.LinkButton.ActionButtonSavDrf:focus,
.LinkButton.ActionButtonSavDrf:enabled:hover,
.LinkButton.FastMessageBoxButtonNo:focus,
.LinkButton.FastMessageBoxButtonNo:enabled:hover,
.LinkButton.FastMessageBoxButtonCancel:focus,
.LinkButton.FastMessageBoxButtonCancel:enabled:hover,
.LinkButton.NegativeButton:focus,
.LinkButton.NegativeButton:enabled:hover,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ActionButtonCancel:focus,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ActionButtonCancel:enabled:hover,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ActionButtonClose:focus,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ActionButtonClose:enabled:hover,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ActionButtonNo:focus,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ActionButtonNo:enabled:hover,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ActionButtonPrev:focus,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ActionButtonPrev:enabled:hover,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ActionButtonSavDrf:focus,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ActionButtonSavDrf:enabled:hover,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.FastMessageBoxButtonNo:focus,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.FastMessageBoxButtonNo:enabled:hover,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.FastMessageBoxButtonCancel:focus,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.FastMessageBoxButtonCancel:enabled:hover,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.NegativeButton:focus,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.NegativeButton:enabled:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
button.ActionButtonCancel:enabled:active, button.ActionButtonClose:enabled:active, button.ActionButtonNo:enabled:active, button.ActionButtonPrev:enabled:active, button.ActionButtonSavDrf:enabled:active, button.FastMessageBoxButtonNo:enabled:active, button.FastMessageBoxButtonCancel:enabled:active, button.NegativeButton:enabled:active,
button.FastStatusButton.ActionButtonCancel:enabled:active,
button.FastStatusButton.ActionButtonClose:enabled:active,
button.FastStatusButton.ActionButtonNo:enabled:active,
button.FastStatusButton.ActionButtonPrev:enabled:active,
button.FastStatusButton.ActionButtonSavDrf:enabled:active,
button.FastStatusButton.FastMessageBoxButtonNo:enabled:active,
button.FastStatusButton.FastMessageBoxButtonCancel:enabled:active,
button.FastStatusButton.NegativeButton:enabled:active,
.ui-button.ActionButtonCancel:enabled:active,
.ui-button.ActionButtonClose:enabled:active,
.ui-button.ActionButtonNo:enabled:active,
.ui-button.ActionButtonPrev:enabled:active,
.ui-button.ActionButtonSavDrf:enabled:active,
.ui-button.FastMessageBoxButtonNo:enabled:active,
.ui-button.FastMessageBoxButtonCancel:enabled:active,
.ui-button.NegativeButton:enabled:active,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ActionButtonCancel:enabled:active,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ActionButtonClose:enabled:active,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ActionButtonNo:enabled:active,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ActionButtonPrev:enabled:active,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ActionButtonSavDrf:enabled:active,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.FastMessageBoxButtonNo:enabled:active,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.FastMessageBoxButtonCancel:enabled:active,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.NegativeButton:enabled:active,
.FastButton.ActionButtonCancel:enabled:active,
.FastButton.ActionButtonClose:enabled:active,
.FastButton.ActionButtonNo:enabled:active,
.FastButton.ActionButtonPrev:enabled:active,
.FastButton.ActionButtonSavDrf:enabled:active,
.FastButton.FastMessageBoxButtonNo:enabled:active,
.FastButton.FastMessageBoxButtonCancel:enabled:active,
.FastButton.NegativeButton:enabled:active,
.FastFieldPopupButton.ActionButtonCancel:enabled:active,
.FastFieldPopupButton.ActionButtonClose:enabled:active,
.FastFieldPopupButton.ActionButtonNo:enabled:active,
.FastFieldPopupButton.ActionButtonPrev:enabled:active,
.FastFieldPopupButton.ActionButtonSavDrf:enabled:active,
.FastFieldPopupButton.FastMessageBoxButtonNo:enabled:active,
.FastFieldPopupButton.FastMessageBoxButtonCancel:enabled:active,
.FastFieldPopupButton.NegativeButton:enabled:active,
.LinkButton.ActionButtonCancel:enabled:active,
.LinkButton.ActionButtonClose:enabled:active,
.LinkButton.ActionButtonNo:enabled:active,
.LinkButton.ActionButtonPrev:enabled:active,
.LinkButton.ActionButtonSavDrf:enabled:active,
.LinkButton.FastMessageBoxButtonNo:enabled:active,
.LinkButton.FastMessageBoxButtonCancel:enabled:active,
.LinkButton.NegativeButton:enabled:active,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ActionButtonCancel:enabled:active,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ActionButtonClose:enabled:active,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ActionButtonNo:enabled:active,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ActionButtonPrev:enabled:active,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.ActionButtonSavDrf:enabled:active,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.FastMessageBoxButtonNo:enabled:active,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.FastMessageBoxButtonCancel:enabled:active,
.CanScroll + .ViewSelectorButton.ViewSelectorButtonMenu.NegativeButton:enabled:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.ForegroundButton {
  box-shadow: none;
  border-radius: 4px;
}
.ForegroundButton, .ForegroundButton:enabled, .ForegroundButton:enabled:hover, .ForegroundButton:focus, .ForegroundButton:enabled:active {
  background: none;
  border-color: transparent;
  color: #004980;
  }
.ForegroundButton:focus {
  outline: none;
  box-shadow: 0 0 1px 2px #F89D25;
}

.TextButton, .TextButton:enabled, .TextButton:enabled:hover, .TextButton:focus, .TextButton:enabled:active {
  background: none;
  border-color: transparent;
  color: inherit;
}

.ui-button.fast-ui-toggle {
  background-color: #FFF;
  color: #444;
  border-color: #004980;
  }
.ui-button.fast-ui-toggle .FastToggle {
  background-color: #FFF;
  border-color: #004980;
  }
.ui-button.fast-ui-toggle .FastToggle::after {
  background-color: #004980;
  }
.ui-button.fast-ui-toggle .FastToggle::before {
  color: #004980;
  }
.ui-button.fast-ui-toggle.ui-state-active .FastToggle {
  background-color: #004980;
  border-color: #004980;
  }
.ui-button.fast-ui-toggle.ui-state-active .FastToggle::after {
  background-color: #FFF;
  }
.ui-button.fast-ui-toggle.ui-state-active .FastToggle::before {
  color: #FFF;
  }
.ui-button.fast-ui-toggle.ui-widget.ui-button:hover {
  background-color: #F0F8FF;
  }
.ui-button.fast-ui-toggle.ui-widget.ui-button:active {
  background-color: #BEF;
  }
.ui-button.fast-ui-toggle.ui-widget.ui-button.ui-state-disabled {
  background-color: #FFF;
  }

.FieldEnabled .FastComboButton:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.FieldEnabled .FastComboButton:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.FastComboButtonRadio:checked + .FastComboButton .FastComboButtonLabelText {
  border-color: #004980;
  }

.FastInputButton {
  background-color: transparent;
  color: #004980;
  }
.FastInputButton:focus, .FastInputButton:focus:active {
  box-shadow: 0 0 1px 2px #F89D25;
}
.FastInputButton:focus, .FastInputButton:hover, .FastInputButton:enabled:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.FastInputButton:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.FastSelect::after {
  background-color: transparent;
  color: #004980;
  }

.SkipToMain {
  color: #0066b3;
  background-color: #FFF;
  }

.ScrollForMoreLink {
  background-color: #004980;
  color: #FFF;
  }
.ScrollForMoreLink:hover {
  background-color: #00579a;
  }
.ScrollForMoreLink:active {
  background-color: #003a67;
  }

.ui-progressbar {
  border-color: #CCC;
  background-color: #FFF;
  color: #444;
  }
.ui-progressbar .ui-progressbar-value {
  background-color: #004980;
  }

.ControlMessageHeader.ControlMessageHighlight,
.ControlMessageFooter.ControlMessageHighlight {
  color: #444;
  background-color: #FFB;
  }

.SessionEndWarningBanner {
  background-color: #FFE4CB;
  color: #AA4A13;
  border-color: #E0A271;
  }

.qtip {
  background-color: #FFF;
  color: #444;
  border-color: #CCC;
  }
.qtip.FastFieldQTip {
  background-color: #FFB;
  color: #444;
  }
.qtip.RequiredTip {
  background-color: #FFB;
  background-color: #FFC;
  }
.qtip .qtip-titlebar {
  background-color: #114066;
  color: #FFF;
  }

.qtip-default .qtip-close {
  background-color: #004980;
  color: #FFF;
  }

.RowTipQTip {
  background: none;
}
.RowTipQTip .qtip-content {
  background-color: #D0DBED;
  border-color: #90BAD6;
  color: #16629C;
  }

button:focus,
input:focus,
textarea:focus,
select:focus,
.CodeMirror-focused,
a:focus,
.FastFocusable:focus,
.FastFocused,
.ui-slider-handle:focus,
.FastComboButtonRadio:focus + .FastComboButton,
.ui-menu .ComboMoreItems .ui-menu-item-wrapper.ui-state-active,
.ViewSelectorButton:focus,
.ui-checkboxradio-label:focus,
.FastToggleInput:focus + .ui-checkboxradio-label,
.ui-dialog-titlebar .ui-button:focus,
.ui-dialog-titlebar .ModalTitleButton:focus,
.FastInputButton:focus,
.DisplayFocus {
  outline: none;
  box-shadow: 0 0 1px 2px #F89D25;
}

.ActionButton:focus,
.DFB:focus,
.ui-button:focus,
.ui-button.ui-state-focus,
.ui-datepicker-buttonpane button:focus {
  outline: none;
  box-shadow: 0 0 0 2px currentColor, 0 0 1px 4px #F89D25, 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.ActionButton:focus:active, .ActionButton:focus.ui-state-active,
.DFB:focus:active,
.DFB:focus.ui-state-active,
.ui-button:focus:active,
.ui-button:focus.ui-state-active,
.ui-button.ui-state-focus:active,
.ui-button.ui-state-focus.ui-state-active,
.ui-datepicker-buttonpane button:focus:active,
.ui-datepicker-buttonpane button:focus.ui-state-active {
  box-shadow: 0 0 0 2px currentColor, 0 0 1px 4px #F89D25, 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.FastClickable {
  cursor: pointer;
}

.TCE:focus,
.CellEditor:focus {
  outline-color: #F89D25;
  }

/** Dialogs **/
.ui-dialog {
  background-color: #FCFCFC;
  border-color: #CCC;
  }
.ui-dialog.FastPanelDialog {
  background-color: #FFF;
  color: #444;
  }
.ui-dialog .ui-dialog-titlebar {
  background-color: #114066;
  color: #FFF;
  }
.ui-dialog .ControlContainer,
.ui-dialog .ModalDocument > .DocumentForm,
.ui-dialog .DocViewContextMenu > .DocumentForm {
  background-color: #FCFCFC;
  }
.ui-dialog.SingleFastPanel .ControlContainer,
.ui-dialog.SingleFastPanel .ModalDocument > .DocumentForm,
.ui-dialog.SingleFastPanel .DocViewContextMenu > .DocumentForm {
  background: none;
}

.FastBasicDialog {
  background-color: #FFF;
  color: #444;
  }

.ui-datepicker {
  background-color: #FFF;
  border-color: #CCC;
  color: #444;
  }
.ui-datepicker .ui-datepicker-header button.ui-state-disabled {
  color: #757575;
  }
.ui-datepicker th {
  border-bottom-color: #DDD;
  }
.ui-datepicker td span {
  color: #757575;
  }
.ui-datepicker td button {
  color: #444;
  background-color: transparent;
  border-color: transparent;
}
.ui-datepicker td button:enabled:hover {
  background-color: transparent;
  border-color: #DDD;
  }
.ui-datepicker td button:enabled:focus {
  background-color: transparent;
  border-color: #DDD;
  box-shadow: 0 0 1px 2px #F89D25;
}
.ui-datepicker td.ui-datepicker-today span,
.ui-datepicker td.ui-datepicker-today button {
  background-color: rgba(204, 230, 251, 0.5);
  border-color: rgba(204, 230, 251, 0.5);
  }
.ui-datepicker td.ui-datepicker-today span:enabled:hover, .ui-datepicker td.ui-datepicker-today span:enabled:focus,
.ui-datepicker td.ui-datepicker-today button:enabled:hover,
.ui-datepicker td.ui-datepicker-today button:enabled:focus {
  background-color: rgba(204, 230, 251, 0.5);
  border-color: rgba(204, 230, 251, 0.5);
  }
.ui-datepicker td.ui-state-disabled button {
  color: #757575;
  }
.ui-datepicker td.ui-state-disabled button:hover {
  border-color: transparent;
}
.ui-datepicker td.ui-datepicker-current-day span,
.ui-datepicker td.ui-datepicker-current-day button {
  background-color: #0066b3;
  border-color: #0066b3;
  color: #FFF;
  }
.ui-datepicker td.ui-datepicker-current-day span:enabled:hover, .ui-datepicker td.ui-datepicker-current-day span:enabled:focus,
.ui-datepicker td.ui-datepicker-current-day button:enabled:hover,
.ui-datepicker td.ui-datepicker-current-day button:enabled:focus {
  background-color: #0066b3;
  border-color: #0066b3;
  color: #FFF;
  }

/** UI Selection **/
.ui-selected {
  outline-color: #00b3ee;
  background-color: #BEF;
  }

.ui-selecting {
  outline-color: #F89D25;
  }

/** UI Menus **/
.ui-menu {
  background-color: #FFF;
  border-color: #CCC;
  color: #444;
  }
.ui-menu .ui-menu-item-wrapper.ui-state-active {
  background-color: #F0F8FF;
  }
.ui-menu .ui-menu-item-wrapper.ui-state-focus {
  background-color: #BEF;
  }

/** UI Sliders **/
.ui-slider {
  border-color: #CCC;
  background-color: #FFF;
  }

.ui-slider-range {
  background-color: #0066b3;
  }

.ui-slider-handle {
  border-color: #0066b3;
  background-color: #CCE6FB;
  }

/** Page Structure Elements **/
.ManagerBase::before {
  background-color: #FCFCFC;
  }

.ActionBar,
.ui-dialog-buttonpane .ui-dialog-buttonset {
  background-color: #FFF;
  border-color: #DDD;
  }

.ManagerBase .ActionBar {
  background-color: #FCFCFC;
  }

.ManagerBase .ActionBarBottom::before {
  background-color: #DDD;
  }

.ApplicationHeaderContainer {
  background-color: #114066;
  color: #FFF;
  }

.ApplicationHeaderMenu::before,
.ApplicationHeaderLogOff::before {
  background-color: #CCC;
  }

.ManagerHeader .ManagerHeaderLink:hover, .ManagerHeader .ManagerHeaderLink:focus,
.ManagerHeader .ManagerMenuLink:hover,
.ManagerHeader .ManagerMenuLink:focus {
  background-color: #154e7c;
  }
.ManagerHeader .ManagerHeaderLink:active,
.ManagerHeader .ManagerMenuLink:active {
  background-color: #0d3250;
  }

.Sidebar,
.SidebarScrollContainer {
  color: #444;
  background-color: #FCFCFC;
  }
.Sidebar::-webkit-scrollbar-track, .Sidebar::-webkit-scrollbar-corner,
.SidebarScrollContainer::-webkit-scrollbar-track,
.SidebarScrollContainer::-webkit-scrollbar-corner {
  background-color: #FCFCFC;
  }
.Sidebar::-webkit-scrollbar-thumb,
.SidebarScrollContainer::-webkit-scrollbar-thumb {
  background-color: #444;
  border-color: #FCFCFC;
  }
.Sidebar::-webkit-scrollbar-thumb:hover,
.SidebarScrollContainer::-webkit-scrollbar-thumb:hover {
  background-color: #373737;
  }

.SidebarMenuHeader {
  background-color: #444;
  color: #FFF;
  }
.SidebarMenuHeader .ManagerHeaderLink:hover, .SidebarMenuHeader .ManagerHeaderLink:focus,
.SidebarMenuHeader .ManagerMenuLink:hover,
.SidebarMenuHeader .ManagerMenuLink:focus {
  background-color: #515151;
  }
.SidebarMenuHeader .ManagerHeaderLink:active,
.SidebarMenuHeader .ManagerMenuLink:active {
  background-color: #373737;
  }

.SidebarUserLetter {
  color: #FCFCFC;
  background-color: #444;
  }

.SidebarTitlebar {
  color: #444;
  border-bottom-color: #CCC;
  }

.SidebarTitlebarCaption {
  color: #444;
  }
.SidebarTitlebarCaption .SidebarTitlebarCaptionLink {
  color: #444;
  }

.SidebarNavigationEntry:hover {
  background-color: rgba(201, 201, 201, 0.5);
  }
.SidebarNavigationEntry.CurrentNavigation {
  color: #444;
  background-color: #c9c9c9;
  }

.SidebarNavigationLink.CurrentNavigation, .SidebarNavigationLink.CurrentGroup {
  border-left-color: #004980;
  }

.SidebarHeaderMenuLink:link:hover,
.SidebarBasicActionsLink:link:hover {
  color: #F0F8FF;
  }

.SidebarBasicActionsLink.ViewNotifications.Unread {
  color: #444;
  }

.ViewNotificationsCount {
  color: #444;
  }

.SidebarLogonInfo,
.Sidebar .ApplicationHeaderMenu {
  border-color: #DDD;
  }

.SidebarDevelopmentPanel {
  border-color: rgba(68, 68, 68, 0.5);
  }

.ManagerContainer,
.DocumentContainer,
.ContextDocumentContainer {
  background-color: #FCFCFC;
  }

/*** Announcements ***/
.Announcement,
.AnnouncementPreview {
  background-color: #1B75BC;
  color: #FFF;
  border-color: #FCFCFC;
  }
.Announcement a,
.AnnouncementPreview a {
  color: inherit;
}
.AnnouncementFooterContainer .Announcement,
.AnnouncementFooterContainer .AnnouncementPreview {
  background: none;
  color: #1B75BC;
  }

/*** Data Doc Container ***/
.DataDocContainer,
.DataDocHeader {
  border-color: #EAEAEA;
  }

.DataDocHeader {
  background-color: #FFF;
  color: #444;
  }

/*** Panels ***/
.FastPanel .ManagerContentWrapper,
.FastForcedPanel .ManagerContentWrapper,
.FastPanel .ManagerContainer,
.FastForcedPanel .ManagerContainer {
  background: none;
}

.FastPanel,
.FastForcedPanel,
.FastNestedPanel,
.SessionMessageContainer,
.FastSubPanel,
.DataDocContainer {
  background-color: #FFF;
  color: #444;
  }
.FastPanel .SnapScrollTop.SnapScrollSnapped,
.FastForcedPanel .SnapScrollTop.SnapScrollSnapped,
.FastNestedPanel .SnapScrollTop.SnapScrollSnapped,
.SessionMessageContainer .SnapScrollTop.SnapScrollSnapped,
.FastSubPanel .SnapScrollTop.SnapScrollSnapped,
.DataDocContainer .SnapScrollTop.SnapScrollSnapped {
  background-color: #FFF;
  }
.FastPanel .ManagerContainer, .FastPanel .ManagerContentWrapper,
.FastForcedPanel .ManagerContainer,
.FastForcedPanel .ManagerContentWrapper,
.FastNestedPanel .ManagerContainer,
.FastNestedPanel .ManagerContentWrapper,
.SessionMessageContainer .ManagerContainer,
.SessionMessageContainer .ManagerContentWrapper,
.FastSubPanel .ManagerContainer,
.FastSubPanel .ManagerContentWrapper,
.DataDocContainer .ManagerContainer,
.DataDocContainer .ManagerContentWrapper {
  background-color: #FFF;
  }
.FastPanel.qtip.FastMenuTip, .FastPanel.ui-dialog, .FastPanel.ui-dialog.ContextMenuModal,
.FastForcedPanel.qtip.FastMenuTip,
.FastForcedPanel.ui-dialog,
.FastForcedPanel.ui-dialog.ContextMenuModal,
.FastNestedPanel.qtip.FastMenuTip,
.FastNestedPanel.ui-dialog,
.FastNestedPanel.ui-dialog.ContextMenuModal,
.SessionMessageContainer.qtip.FastMenuTip,
.SessionMessageContainer.ui-dialog,
.SessionMessageContainer.ui-dialog.ContextMenuModal,
.FastSubPanel.qtip.FastMenuTip,
.FastSubPanel.ui-dialog,
.FastSubPanel.ui-dialog.ContextMenuModal,
.DataDocContainer.qtip.FastMenuTip,
.DataDocContainer.ui-dialog,
.DataDocContainer.ui-dialog.ContextMenuModal {
  border-color: #DDD;
  }
.FastPanel.qtip.FastMenuTip::before, .FastPanel.ui-dialog::before, .FastPanel.ui-dialog.ContextMenuModal::before,
.FastForcedPanel.qtip.FastMenuTip::before,
.FastForcedPanel.ui-dialog::before,
.FastForcedPanel.ui-dialog.ContextMenuModal::before,
.FastNestedPanel.qtip.FastMenuTip::before,
.FastNestedPanel.ui-dialog::before,
.FastNestedPanel.ui-dialog.ContextMenuModal::before,
.SessionMessageContainer.qtip.FastMenuTip::before,
.SessionMessageContainer.ui-dialog::before,
.SessionMessageContainer.ui-dialog.ContextMenuModal::before,
.FastSubPanel.qtip.FastMenuTip::before,
.FastSubPanel.ui-dialog::before,
.FastSubPanel.ui-dialog.ContextMenuModal::before,
.DataDocContainer.qtip.FastMenuTip::before,
.DataDocContainer.ui-dialog::before,
.DataDocContainer.ui-dialog.ContextMenuModal::before {
  background-color: #0066b3;
  }
.FastPanel ::-webkit-scrollbar-track, .FastPanel::-webkit-scrollbar-track,
.FastPanel ::-webkit-scrollbar-corner, .FastPanel::-webkit-scrollbar-corner,
.FastForcedPanel ::-webkit-scrollbar-track,
.FastForcedPanel::-webkit-scrollbar-track,
.FastForcedPanel ::-webkit-scrollbar-corner,
.FastForcedPanel::-webkit-scrollbar-corner,
.FastNestedPanel ::-webkit-scrollbar-track,
.FastNestedPanel::-webkit-scrollbar-track,
.FastNestedPanel ::-webkit-scrollbar-corner,
.FastNestedPanel::-webkit-scrollbar-corner,
.SessionMessageContainer ::-webkit-scrollbar-track,
.SessionMessageContainer::-webkit-scrollbar-track,
.SessionMessageContainer ::-webkit-scrollbar-corner,
.SessionMessageContainer::-webkit-scrollbar-corner,
.FastSubPanel ::-webkit-scrollbar-track,
.FastSubPanel::-webkit-scrollbar-track,
.FastSubPanel ::-webkit-scrollbar-corner,
.FastSubPanel::-webkit-scrollbar-corner,
.DataDocContainer ::-webkit-scrollbar-track,
.DataDocContainer::-webkit-scrollbar-track,
.DataDocContainer ::-webkit-scrollbar-corner,
.DataDocContainer::-webkit-scrollbar-corner {
  background-color: #FFF;
  }
.FastPanel ::-webkit-scrollbar-thumb, .FastPanel::-webkit-scrollbar-thumb,
.FastForcedPanel ::-webkit-scrollbar-thumb,
.FastForcedPanel::-webkit-scrollbar-thumb,
.FastNestedPanel ::-webkit-scrollbar-thumb,
.FastNestedPanel::-webkit-scrollbar-thumb,
.SessionMessageContainer ::-webkit-scrollbar-thumb,
.SessionMessageContainer::-webkit-scrollbar-thumb,
.FastSubPanel ::-webkit-scrollbar-thumb,
.FastSubPanel::-webkit-scrollbar-thumb,
.DataDocContainer ::-webkit-scrollbar-thumb,
.DataDocContainer::-webkit-scrollbar-thumb {
  border-color: #FFF;
  }
.FastPanel .DocTableStickyHeader,
.FastForcedPanel .DocTableStickyHeader,
.FastNestedPanel .DocTableStickyHeader,
.SessionMessageContainer .DocTableStickyHeader,
.FastSubPanel .DocTableStickyHeader,
.DataDocContainer .DocTableStickyHeader {
  background-color: #FFF;
  }

.FastPanel .DataDocContainer,
.FastPanel .DataDocHeader,
.FastForcedPanel .DataDocContainer,
.FastForcedPanel .DataDocHeader,
.FastNestedPanel .DataDocContainer,
.FastNestedPanel .DataDocHeader,
.FastSubPanel .DataDocContainer,
.FastSubPanel .DataDocHeader,
.DocTabWrapper .DataDocContainer,
.DocTabWrapper .DataDocHeader,
.FastBackgroundPanel .DataDocContainer,
.FastBackgroundPanel .DataDocHeader {
  border-color: #EAEAEA;
  }

.FastBackgroundPanel {
  background-color: #FFF;
  }

/*.FastPanel,
.FastForcedPanel,
.FastNestedPanel,
.FastForcedPanel
{
    .FastSubPanel,
    .FastForcedSubPanel
    {
        @include theme-color(border-top-color, AccentColor);
        @include theme-color(border-right-color, DarkBorderColor);
        @include theme-color(border-bottom-color, DarkBorderColor);
        @include theme-color(border-left-color, DarkBorderColor);
    }
}*/
.TableEditorHeader,
.TableEditorFooter {
  background-color: #FCFCFC;
  color: #444;
  }

.FPB .TableEditorHeader, .FPB .TableEditorFooter {
  background-color: #FFF;
  color: #444;
  }

.TableRowSelector {
  background-color: #0066b3;
  }

.TableEditorHeader .FastTitlebar {
  border-color: #0066b3;
  }

.SessionMessageContainer {
  background-color: #CCE6FB;
  }

/** Utility Classes **/
/** Fields **/
/** Buttonsets **/
.ui-controlgroup.fast-ui-buttonset .ui-button.FastComboButtonLabel {
  color: #444;
  background: none;
}
.ui-controlgroup.fast-ui-buttonset .ui-button.FastComboButtonLabel.ui-state-active {
  background-color: #004980;
  color: #FFF;
  }

.SelectorUnderline, .Replay .TabSetActive::after,
.FastComboButton::after {
  background-color: #004980;
  }

/** Titlebars **/
.FastTitlebar .FICFTAuto, .FPB .FastTitlebar .FICFTAuto,
.FastTitlebar .FICFTDefault,
.FPB .FastTitlebar .FICFTDefault {
  color: inherit;
}

.WebDocTitleBanner {
  border-color: #DDD;
  background-color: #FFF;
  }
.FastTitlebarCaptionWrapper .FastHeadingLevelCaptionh5, .FastTitlebarCaptionWrapper .FastHeadingLevelCaptionh6 {
  color: #444;
  }
.WebDocTitleBanner .FastTitlebarCaptionWrapper .FastHeadingLevelCaptionh5, .WebDocTitleBanner .FastTitlebarCaptionWrapper .FastHeadingLevelCaptionh6 {
  color: inherit;
}

.FGStyleLineItems .CTEC .FGDW::after {
  border-bottom-color: #DDD;
  }

.FGStyleToolbar .FastTitlebar {
  border-color: #0066b3;
  }

/** Tables **/
.TableHeaderViewRow,
.TableToolsRow,
.TableColumnHeaderRow,
.TableToolsContainer,
.TCH,
.FlexGridContainer.FGStyleToolbar,
.FlexGridContainer.FGStyleToolbar.FastPanel,
.DocCalendarDayTimeHeader {
  background-color: #FFF;
  border-color: #EAEAEA;
  }

.TablePageLink {
  color: #0066b3;
  }

.TCH,
.TCH .DTColText {
  color: #444;
  }
.TCH + .TCH::before {
  background-color: #EAEAEA;
  }

.OutlineValueWrapper,
.OutlinePlaceholder {
  border-bottom-color: #0066b3;
  }

.OutlineDescriptionWrapper {
  border-bottom-color: #b5d8fb;
  }

.TableTotalsRow {
  border-top-color: #DDD;
  }

.DTGLHorizontal .TDR,
.DTGLHorizontal .ItemListRow {
  border-top-color: #EEE;
  border-bottom-color: #EEE;
  }
.DTGLHorizontal .TableColumnHeaderRow + .TDR {
  border-top-color: #EAEAEA;
  }
.DTGLHorizontal .fast-sort-placeholder {
  border-color: #EAEAEA;
  background-color: #FFF;
  }
.DTGLHorizontal.DocTableInverted .TDS,
.DTGLHorizontal.DocTableInverted .TDC,
.DTGLHorizontal.DocTableInverted .TTC {
  border-color: #DDD;
  }

.DTRowColors .TDR.TDRE,
.DTRowColors .TDR .RowColor1,
.DTRowColors .ItemListRow.TDRE,
.DTRowColors .ItemListRow .RowColor1 {
  background-color: #FDFEFF;
  }
.DTRowColors .TDR.TDRO,
.DTRowColors .TDR .RowColor2,
.DTRowColors .ItemListRow.TDRO,
.DTRowColors .ItemListRow .RowColor2 {
  background-color: #FFF;
  }
.DTRowColors .TDR:hover,
.DTRowColors .ItemListRow:hover {
  background-color: #F0F8FF;
  }
.DTRowColors .TDR.TableHighlightRow,
.DTRowColors .ItemListRow.TableHighlightRow {
  background-color: #BEF;
  }
.DTRowColors.DocTableInverted .TDS.TDRE,
.DTRowColors.DocTableInverted .TDC.TDRE,
.DTRowColors.DocTableInverted .TTC.TDRE {
  background-color: #FDFEFF;
  }
.DTRowColors.DocTableInverted .TDS.TDRO,
.DTRowColors.DocTableInverted .TDC.TDRO,
.DTRowColors.DocTableInverted .TTC.TDRO {
  background-color: #FFF;
  }
.DTRowColors.DocTemplatedTable .TDR.TDRE {
  background: none;
}
.DTRowColors.DocTemplatedTable .TDR.TDRE .RowTemplateCell,
.DTRowColors.DocTemplatedTable .TDR.TDRE .TTC {
  background-color: #FDFEFF;
  }
.DTRowColors.DocTemplatedTable .TDR.TDRE .RowTemplateCell:hover {
  background-color: #F0F8FF;
  }
.DTRowColors.DocTemplatedTable .TDR.TDRO {
  background: none;
}
.DTRowColors.DocTemplatedTable .TDR.TDRO .RowTemplateCell,
.DTRowColors.DocTemplatedTable .TDR.TDRO .TTC {
  background-color: #FFF;
  }
.DTRowColors.DocTemplatedTable .TDR.TDRO .RowTemplateCell:hover {
  background-color: #F0F8FF;
  }

.TableHighlightCell,
.TableHighlightCell.FastSubPanel {
  background-color: #BEF;
  }

.DTGLAll .WrapRowTemplateCell {
  border-color: #CCC;
  }

.DTGLNone .TDR {
  border-top-color: #DDD;
  }

.RowColor1 {
  background-color: #FDFEFF;
  }

.RowColor2 {
  background-color: #FFF;
  }

tr.RowColor1 + tr.RowColor2,
tr.RowColor2 + tr.RowColor1,
tr.RowColor1:first-child {
  border-top-color: #EEE;
  }

tr.RowColor1:last-child,
tr.RowColor2:last-child {
  border-bottom-color: #DDD;
  }

.DTGLNone .TableHighlightRow,
.DTGLNone .TableHighlightRow > td,
.DTGLHorizontal .TableHighlightRow,
.DTGLHorizontal .TableHighlightRow > td {
  background-color: #BEF;
  }
.DTGLNone .TDCTxt.FieldEnabled,
.DTGLHorizontal .TDCTxt.FieldEnabled {
  border-color: #CCC;
  }

.DTGLAll > tbody > tr > td {
  border-color: #CCC;
  }
.DTGLAll > tbody > tr.TableHighlightRow > td.TTC, .DTGLAll > tbody > tr.TableHighlightRow > td.Field.FieldEnabled, .DTGLAll > tbody > tr.TableHighlightRow > td.Field.FieldEnabled .FastToggleDisplay {
  background-color: #BEF;
  }
.DTGLAll .TableColumnHeaderRow {
  border-bottom-color: #CCC;
  }

.BarScaleMark {
  background-color: #CCC;
  }

.DocBarIndicatorValue,
.DocCalendarDayNow {
  background-color: #F00;
}

.DocControlBar {
  background-color: #1B75BC;
  }
.TableHistoryRow .DocControlBar {
  background-color: #666;
  }
.DocControlBar.SubBar {
  background-color: #444;
  }

.HighlightCopied {
  background-color: #FFB !important;
  }
.HighlightCopied td {
  background: none !important;
}

.TableRowSwitchLink.DisabledLink {
  color: #757575;
  }

.DocCalendarMonthAllDayEvent,
.DocCalendarMonthMultiDayEvent {
  background-color: #0066b3;
  }
.DocCalendarMonthAllDayEvent .DocCalendarMonthItem,
.DocCalendarMonthMultiDayEvent .DocCalendarMonthItem {
  color: #FFF;
}

.DocCalendarWeekCell {
  border-color: #CCC;
  }

.DocCalendarMonthDay {
  border-color: #CCC;
  }
.DocCalendarMonthDay.DocCalendarMonthHoliday {
  background-color: #DBE8CE;
  }
.DocCalendarMonthDay.DocCalendarMonthToday {
  background-color: #D0DBED;
  }

.DocCalendarMonthDayOther {
  background-color: #FFF;
  }

.DocCalendarDateHeader,
.DocCalendarDateLink,
.DocCalendarMonthAddLink {
  color: #0066b3;
  }

.DocCalendarNavigation {
  background-color: #CCE6FB;
  }
.DocCalendarNavigation a {
  color: #0066b3;
  }
.DocCalendarNavigation .DocCalendarMonthLink.DocCalendarCurrentMonth {
  background-color: #0066b3;
  color: #FFF;
  }

/** Flex Grids **/
.FlexGridContainer.FGDesigning .FGLC,
.FlexGridContainer.FGDesigning .FGDIR .FGLC,
.FlexGridContainer.FGDesigning .FGDIC {
  background-color: #FFF;
  outline-color: #EAEAEA;
  }
.FlexGridContainer.FGDesigning .FGLC.FastPanel, .FlexGridContainer.FGDesigning .FGLC.FastSubPanel {
  background-color: #FFF;
  }

.FGDesignerPlaceholder {
  background-color: #FFE4CB;
  border-color: #C15515;
  }

.FGCRG {
  color: #004980;
  }

.FGImagePlaceholder {
  border-color: #CCC;
  background-color: #FCFCFC;
  }

.FGStyleToolbar .FlexGridWrapper {
  border-bottom-color: #DDD;
  }

/** View Selector **/
.ViewTabSet::before {
  background-color: #CCE6FB;
  }
.ViewTabSet .SelectorUnderline, .ViewTabSet .Replay .TabSetActive::after, .Replay .ViewTabSet .TabSetActive::after {
  background-color: #0066b3;
  }
.ViewTabSet .TabSetTab {
  color: #444;
  }
.ViewTabSet .TabSetActive > .TabSetLink {
  color: #0066b3;
  }

.TabErrorIndicator {
  /*    .TabSetActive &,
  .InnerTabSet &
  {
      @include status-color(color, Bad, Color);
  }*/
  color: #CC170E;
  text-shadow: 0 0 2px #FFF, 0 0 2px #FFF, 0 0 2px #FFF, 0 0 2px #FFF, 0 0 2px #FFF;
}
.InnerTabSet .TabErrorIndicator, .TabSetActive .TabErrorIndicator {
  text-shadow: 0 0 2px #FFF, 0 0 2px #FFF, 0 0 2px #FFF, 0 0 2px #FFF, 0 0 2px #FFF;
}

/*** Step Selector ***/
.PathListSeparator::before,
.StepInfoHeader {
  color: #0066b3;
  }

.StepInfoStepsWrapper.Overflown::before {
  background-image: -webkit-linear-gradient(left, #FCFCFC 0%, rgba(252, 252, 252, 0) 100%);
  background-image: -o-linear-gradient(left, #FCFCFC 0%, rgba(252, 252, 252, 0) 100%);
  background-image: linear-gradient(to right, #FCFCFC 0%, rgba(252, 252, 252, 0) 100%);
}
.StepInfoStepsWrapper.OverflownFuture::after {
  background-image: -webkit-linear-gradient(left, rgba(252, 252, 252, 0) 0%, #FCFCFC 100%);
  background-image: -o-linear-gradient(left, rgba(252, 252, 252, 0) 0%, #FCFCFC 100%);
  background-image: linear-gradient(to right, rgba(252, 252, 252, 0) 0%, #FCFCFC 100%);
}
.DocTabWrapper .StepInfoStepsWrapper.Overflown::before, .FastPanel .StepInfoStepsWrapper.Overflown::before, .FastForcedPanel .StepInfoStepsWrapper.Overflown::before, .FastNestedPanel .StepInfoStepsWrapper.Overflown::before, .FastSubPanel .StepInfoStepsWrapper.Overflown::before, .FastForcedSubPanel .StepInfoStepsWrapper.Overflown::before, .DataDocContainer .StepInfoStepsWrapper.Overflown::before, .FPB .StepInfoStepsWrapper.Overflown::before {
  background-image: -webkit-linear-gradient(left, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.DocTabWrapper .StepInfoStepsWrapper.OverflownFuture::after, .FastPanel .StepInfoStepsWrapper.OverflownFuture::after, .FastForcedPanel .StepInfoStepsWrapper.OverflownFuture::after, .FastNestedPanel .StepInfoStepsWrapper.OverflownFuture::after, .FastSubPanel .StepInfoStepsWrapper.OverflownFuture::after, .FastForcedSubPanel .StepInfoStepsWrapper.OverflownFuture::after, .DataDocContainer .StepInfoStepsWrapper.OverflownFuture::after, .FPB .StepInfoStepsWrapper.OverflownFuture::after {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}

.StepInfoSteps::before {
  background-color: rgba(68, 68, 68, 0.5);
  }
.DocTabWrapper .StepInfoSteps::before, .FastPanel .StepInfoSteps::before, .FastForcedPanel .StepInfoSteps::before, .FastNestedPanel .StepInfoSteps::before, .FastSubPanel .StepInfoSteps::before, .FastForcedSubPanel .StepInfoSteps::before, .DataDocContainer .StepInfoSteps::before {
  background-color: rgba(102, 102, 102, 0.5);
  }

.StepInfoStepContainer {
  color: #0066b3;
  }
.DocTabWrapper .StepInfoStepContainer, .FastPanel .StepInfoStepContainer, .FastForcedPanel .StepInfoStepContainer, .FastNestedPanel .StepInfoStepContainer, .FastSubPanel .StepInfoStepContainer, .FastForcedSubPanel .StepInfoStepContainer, .DataDocContainer .StepInfoStepContainer {
  color: #0066b3;
  }

.StepInfoStep {
  color: inherit;
}
.StepInfoStep::after {
  background-color: #0066b3;
  }
.DocTabWrapper .StepInfoStep::after, .FastPanel .StepInfoStep::after, .FastForcedPanel .StepInfoStep::after, .FastNestedPanel .StepInfoStep::after, .FastSubPanel .StepInfoStep::after, .FastForcedSubPanel .StepInfoStep::after, .DataDocContainer .StepInfoStep::after {
  background-color: #0066b3;
  }
.StepInfoStep::before {
  background-color: #0066b3;
  color: #FFF;
  border-color: #FFF;
  }
.DocTabWrapper .StepInfoStep::before, .FastPanel .StepInfoStep::before, .FastForcedPanel .StepInfoStep::before, .FastNestedPanel .StepInfoStep::before, .FastSubPanel .StepInfoStep::before, .FastForcedSubPanel .StepInfoStep::before, .DataDocContainer .StepInfoStep::before {
  background-color: #0066b3;
  color: #FFF;
  border-color: #FFF;
  }

.StepInfoPriorStep.StepInError, .StepInfoPriorStep.ViewInError {
  color: #BF160D;
  }
.StepInfoPriorStep.StepInError::after, .StepInfoPriorStep.ViewInError::after {
  background-color: #FDD3C5;
  }
.StepInfoPriorStep.StepInError .StepInfoStep::before, .StepInfoPriorStep.ViewInError .StepInfoStep::before {
  background-color: #CC170E;
  }

.StepInfoFutureStep {
  color: #757575;
  }
.StepInfoFutureStep .StepInfoStep::before {
  background-color: #757575;
  }

/*** Path List ***/
.PathListContainer {
  border-color: #CCE6FB;
  background-color: #FFF;
  color: #444;
  }

.PathListEntry,
.PathListSeparator {
  color: #0066b3;
  }

.PathListCurrent,
.FPB .PathListCurrent {
  color: #FFF;
  background-color: #0066b3;
  }
.PathListCurrent > .PathListEntryLink,
.FPB .PathListCurrent > .PathListEntryLink {
  color: inherit;
}

/*** Stage List ***/
.StageStepInfoStep::before {
  background-color: #0066b3;
  color: #FFF;
  }

.StageStepInfoStepContainer.StageStepInfoPriorStep .StageStepInfoStep::before, .StageStepInfoStepContainer.StageStepInfoFutureStep .StageStepInfoStep::before {
  background-color: #CCE6FB;
  color: #0066b3;
  }
.StageStepInfoStepContainer::before {
  background-color: #CCE6FB;
  }

/*** Media Controls ***/
.DocMediaContainer {
  background-color: #FFF;
  color: #444;
  }
.DocMediaContainer .DocMediaAction {
  background: none;
  color: #004980;
  }
.DocMediaContainer .DocMediaAction:enabled:hover, .DocMediaContainer .DocMediaAction:enabled:focus, .DocMediaContainer .DocMediaAction:enabled:active {
  background-color: #f2f2f2;
  }

.DocMediaControls {
  border-color: #EAEAEA;
  }

/*** Mode Banner ***/
.ModeBanner {
  background-color: #0066b3;
  color: #FFF;
  }

/** Quick Filter **/
a.QuickFilterMatch.QuickFilterTarget {
  text-shadow: 0px 0px 5px #BEF;
  }

input.QuickFilterMatched {
  box-shadow: 0 0 4px 2px #BEF;
  }

/** Fast Tabs **/
.FastTabs {
  background-color: #0066b3;
  }
.Vertical .FastTabs {
  border-right-color: #FFF;
  }

.FastTabContent {
  background-color: #FFF;
  color: #444;
  }

.FastTab a {
  color: #FFF;
  }
.FastTab.FastTabCurrent a {
  background-color: #FFF;
  color: #444;
  }

.MenuLink {
  color: #0066b3;
  }

/** Utility Classes **/
.SelectedCell .DCL, .SelectedCell.RowTemplateCell {
  background-color: #BEF;
  border-color: #00b3ee;
  }

/** Fast Menus **/
.MenuLink.MenuLinkHighlight {
  background-color: #BEF;
  }

.SimpleMenu .MenuLink,
.SimpleMenu .MenuItem::before {
  color: #0066b3;
  }
.SimpleMenu .MenuSeparator {
  background-color: #DDD;
  }

.ComboMenuItem:hover {
  background-color: #F0F8FF;
  }

.FieldHeaderTools {
  background-color: #0066b3;
  color: #FFF;
  }

/*** Message Panel ***/
.MessagePanel {
  background-color: #D0DBED;
  border-color: #90BAD6;
  }
.MessagePanel .MessagePanelLink,
.MessagePanel .MessagePanelCloseLink {
  color: #16629C;
  }

.MessagePanelWarning,
.MessagePanelQuestion {
  background-color: #FFE4CB;
  border-color: #E0A271;
  }
.MessagePanelWarning .MessagePanelLink,
.MessagePanelWarning .MessagePanelCloseLink,
.MessagePanelQuestion .MessagePanelLink,
.MessagePanelQuestion .MessagePanelCloseLink {
  color: #AA4A13;
  }

.MessagePanelError {
  background-color: #FDD3C5;
  border-color: #E18867;
  }
.MessagePanelError .MessagePanelLink,
.MessagePanelError .MessagePanelCloseLink {
  color: #BF160D;
  }

.FICF,
.FastStatusColorDefault,
.FastStatusColorDefault .DFL {
  color: #0066b3;
  }
.FPB .FICF,
.FPB .FastStatusColorDefault,
.FPB .FastStatusColorDefault .DFL {
  color: #0066b3;
  }
.FPB .FICF button .FICF,
.FPB .FastStatusColorDefault button .FICF,
.FPB .FastStatusColorDefault .DFL button .FICF {
  color: #FFF;
  }
button .FICF, .FastPanel button .FICF, .FastSubPanel button .FICF, .FastForcedPanel button .FICF, .FastNestedPanel button .FICF, .FastSubPanel button .FICF, .DataDocContainer button .FICF,
button .FastStatusColorDefault,
.FastPanel button .FastStatusColorDefault,
.FastSubPanel button .FastStatusColorDefault,
.FastForcedPanel button .FastStatusColorDefault,
.FastNestedPanel button .FastStatusColorDefault,
.FastSubPanel button .FastStatusColorDefault,
.DataDocContainer button .FastStatusColorDefault,
button .FastStatusColorDefault .DFL,
.FastPanel button .FastStatusColorDefault .DFL,
.FastSubPanel button .FastStatusColorDefault .DFL,
.FastForcedPanel button .FastStatusColorDefault .DFL,
.FastNestedPanel button .FastStatusColorDefault .DFL,
.FastSubPanel button .FastStatusColorDefault .DFL,
.DataDocContainer button .FastStatusColorDefault .DFL {
  color: #FFF;
  }
.StageStepInfoStepContainer .FICF,
.StageStepInfoStepContainer .FastStatusColorDefault,
.StageStepInfoStepContainer .FastStatusColorDefault .DFL {
  color: #0066b3;
  }
.FICF.ChatIconBubble,
.FastStatusColorDefault.ChatIconBubble,
.FastStatusColorDefault .DFL.ChatIconBubble {
  color: #FFF;
  }

.ChatIcon {
  background-color: #114066;
  border-color: #114066;
  }

.DocControlImageLink.DisabledLink .FICFTAuto {
  color: inherit;
  opacity: 0.5;
}

.FastStatusColorDefault,
.FastStatusColorDefault .DFL {
  color: #16629C;
  }
.FastStatusColorDefault .FICFTAuto,
.FastStatusColorDefault .DFL .FICFTAuto {
  color: inherit;
}
.FastPanel .FastStatusColorDefault, .FastSubPanel .FastStatusColorDefault, .FastForcedPanel .FastStatusColorDefault, .FastNestedPanel .FastStatusColorDefault, .FastSubPanel .FastStatusColorDefault, .DataDocContainer .FastStatusColorDefault, .FastStatusColorDefault.FastStatusLabel,
.FastPanel .FastStatusColorDefault .DFL,
.FastSubPanel .FastStatusColorDefault .DFL,
.FastForcedPanel .FastStatusColorDefault .DFL,
.FastNestedPanel .FastStatusColorDefault .DFL,
.FastSubPanel .FastStatusColorDefault .DFL,
.DataDocContainer .FastStatusColorDefault .DFL,
.FastStatusColorDefault .DFL.FastStatusLabel {
  color: #1B75BC;
  }
.FastPanel .FastStatusColorDefault .FICFTAuto, .FastSubPanel .FastStatusColorDefault .FICFTAuto, .FastForcedPanel .FastStatusColorDefault .FICFTAuto, .FastNestedPanel .FastStatusColorDefault .FICFTAuto, .FastSubPanel .FastStatusColorDefault .FICFTAuto, .DataDocContainer .FastStatusColorDefault .FICFTAuto, .FastStatusColorDefault.FastStatusLabel .FICFTAuto,
.FastPanel .FastStatusColorDefault .DFL .FICFTAuto,
.FastSubPanel .FastStatusColorDefault .DFL .FICFTAuto,
.FastForcedPanel .FastStatusColorDefault .DFL .FICFTAuto,
.FastNestedPanel .FastStatusColorDefault .DFL .FICFTAuto,
.FastSubPanel .FastStatusColorDefault .DFL .FICFTAuto,
.DataDocContainer .FastStatusColorDefault .DFL .FICFTAuto,
.FastStatusColorDefault .DFL.FastStatusLabel .FICFTAuto {
  color: inherit;
}

.FICFTDefault,
.FPB .FICFTDefault {
  color: #1B75BC;
  }
.FICFTDefault .FICFTAuto,
.FPB .FICFTDefault .FICFTAuto {
  color: inherit;
}

.FSCBackgroundDefault {
  background-color: #1B75BC;
  }

.RowStatusColorDefault,
.RowStatusColorDefault.FastPanel,
.RowStatusColorDefault.FastPanelCell,
.RowStatusColorDefault.FastSubPanel,
.RowStatusColorDefault.FastSubPanelCell,
.RowStatusColorDefault.RowTemplateCell,
.RowStatusColorDefault > .RowTemplateCell,
.DTRowColors .TDR.RowStatusColorDefault,
.DTRowColors.DocTemplatedTable .TDR.RowStatusColorDefault .RowTemplateCell {
  background-color: #D0DBED;
  }
.RowStatusColorDefault.ItemListRow,
.RowStatusColorDefault.FastPanel.ItemListRow,
.RowStatusColorDefault.FastPanelCell.ItemListRow,
.RowStatusColorDefault.FastSubPanel.ItemListRow,
.RowStatusColorDefault.FastSubPanelCell.ItemListRow,
.RowStatusColorDefault.RowTemplateCell.ItemListRow,
.RowStatusColorDefault > .RowTemplateCell.ItemListRow,
.DTRowColors .TDR.RowStatusColorDefault.ItemListRow,
.DTRowColors.DocTemplatedTable .TDR.RowStatusColorDefault .RowTemplateCell.ItemListRow {
  background: none;
}

.RowStatusColorDefault.FastPanel,
.RowStatusColorDefault > .FastPanel,
.RowStatusColorDefault.FastPanelCell,
.RowStatusColorDefault > .FastPanelCell,
.RowStatusColorDefault.FastSubPanel,
.RowStatusColorDefault > .FastSubPanel,
.RowStatusColorDefault.FastSubPanelCell,
.RowStatusColorDefault > .FastSubPanelCell,
.RowStatusColorDefault.RowTemplateCell,
.RowStatusColorDefault > .RowTemplateCell {
  border-color: #90BAD6;
  }

.Announcement.FastStatusColorDefault,
.AnnouncementPreviewDefault {
  background-color: #1B75BC;
  color: #FFF;
  }
.AnnouncementFooterContainer .Announcement.FastStatusColorDefault,
.AnnouncementFooterContainer .AnnouncementPreviewDefault {
  background: none;
  color: #1B75BC;
  }

.FastStatusColorGood,
.FastStatusColorGood .DFL {
  color: #257000;
  }
.FastStatusColorGood .FICFTAuto,
.FastStatusColorGood .DFL .FICFTAuto {
  color: inherit;
}
.FastPanel .FastStatusColorGood, .FastSubPanel .FastStatusColorGood, .FastForcedPanel .FastStatusColorGood, .FastNestedPanel .FastStatusColorGood, .FastSubPanel .FastStatusColorGood, .DataDocContainer .FastStatusColorGood, .FastStatusColorGood.FastStatusLabel,
.FastPanel .FastStatusColorGood .DFL,
.FastSubPanel .FastStatusColorGood .DFL,
.FastForcedPanel .FastStatusColorGood .DFL,
.FastNestedPanel .FastStatusColorGood .DFL,
.FastSubPanel .FastStatusColorGood .DFL,
.DataDocContainer .FastStatusColorGood .DFL,
.FastStatusColorGood .DFL.FastStatusLabel {
  color: #2C8500;
  }
.FastPanel .FastStatusColorGood .FICFTAuto, .FastSubPanel .FastStatusColorGood .FICFTAuto, .FastForcedPanel .FastStatusColorGood .FICFTAuto, .FastNestedPanel .FastStatusColorGood .FICFTAuto, .FastSubPanel .FastStatusColorGood .FICFTAuto, .DataDocContainer .FastStatusColorGood .FICFTAuto, .FastStatusColorGood.FastStatusLabel .FICFTAuto,
.FastPanel .FastStatusColorGood .DFL .FICFTAuto,
.FastSubPanel .FastStatusColorGood .DFL .FICFTAuto,
.FastForcedPanel .FastStatusColorGood .DFL .FICFTAuto,
.FastNestedPanel .FastStatusColorGood .DFL .FICFTAuto,
.FastSubPanel .FastStatusColorGood .DFL .FICFTAuto,
.DataDocContainer .FastStatusColorGood .DFL .FICFTAuto,
.FastStatusColorGood .DFL.FastStatusLabel .FICFTAuto {
  color: inherit;
}

.FICFTGood,
.FPB .FICFTGood {
  color: #2C8500;
  }
.FICFTGood .FICFTAuto,
.FPB .FICFTGood .FICFTAuto {
  color: inherit;
}

.FSCBackgroundGood {
  background-color: #2C8500;
  }

.RowStatusColorGood,
.RowStatusColorGood.FastPanel,
.RowStatusColorGood.FastPanelCell,
.RowStatusColorGood.FastSubPanel,
.RowStatusColorGood.FastSubPanelCell,
.RowStatusColorGood.RowTemplateCell,
.RowStatusColorGood > .RowTemplateCell,
.DTRowColors .TDR.RowStatusColorGood,
.DTRowColors.DocTemplatedTable .TDR.RowStatusColorGood .RowTemplateCell {
  background-color: #DBE8CE;
  }
.RowStatusColorGood.ItemListRow,
.RowStatusColorGood.FastPanel.ItemListRow,
.RowStatusColorGood.FastPanelCell.ItemListRow,
.RowStatusColorGood.FastSubPanel.ItemListRow,
.RowStatusColorGood.FastSubPanelCell.ItemListRow,
.RowStatusColorGood.RowTemplateCell.ItemListRow,
.RowStatusColorGood > .RowTemplateCell.ItemListRow,
.DTRowColors .TDR.RowStatusColorGood.ItemListRow,
.DTRowColors.DocTemplatedTable .TDR.RowStatusColorGood .RowTemplateCell.ItemListRow {
  background: none;
}

.RowStatusColorGood.FastPanel,
.RowStatusColorGood > .FastPanel,
.RowStatusColorGood.FastPanelCell,
.RowStatusColorGood > .FastPanelCell,
.RowStatusColorGood.FastSubPanel,
.RowStatusColorGood > .FastSubPanel,
.RowStatusColorGood.FastSubPanelCell,
.RowStatusColorGood > .FastSubPanelCell,
.RowStatusColorGood.RowTemplateCell,
.RowStatusColorGood > .RowTemplateCell {
  border-color: #A6C8A3;
  }

.Announcement.FastStatusColorGood,
.AnnouncementPreviewGood {
  background-color: #2C8500;
  color: #FFF;
  }
.AnnouncementFooterContainer .Announcement.FastStatusColorGood,
.AnnouncementFooterContainer .AnnouncementPreviewGood {
  background: none;
  color: #2C8500;
  }

.FastStatusColorComplete,
.FastStatusColorComplete .DFL {
  color: #257000;
  }
.FastStatusColorComplete .FICFTAuto,
.FastStatusColorComplete .DFL .FICFTAuto {
  color: inherit;
}
.FastPanel .FastStatusColorComplete, .FastSubPanel .FastStatusColorComplete, .FastForcedPanel .FastStatusColorComplete, .FastNestedPanel .FastStatusColorComplete, .FastSubPanel .FastStatusColorComplete, .DataDocContainer .FastStatusColorComplete, .FastStatusColorComplete.FastStatusLabel,
.FastPanel .FastStatusColorComplete .DFL,
.FastSubPanel .FastStatusColorComplete .DFL,
.FastForcedPanel .FastStatusColorComplete .DFL,
.FastNestedPanel .FastStatusColorComplete .DFL,
.FastSubPanel .FastStatusColorComplete .DFL,
.DataDocContainer .FastStatusColorComplete .DFL,
.FastStatusColorComplete .DFL.FastStatusLabel {
  color: #2C8500;
  }
.FastPanel .FastStatusColorComplete .FICFTAuto, .FastSubPanel .FastStatusColorComplete .FICFTAuto, .FastForcedPanel .FastStatusColorComplete .FICFTAuto, .FastNestedPanel .FastStatusColorComplete .FICFTAuto, .FastSubPanel .FastStatusColorComplete .FICFTAuto, .DataDocContainer .FastStatusColorComplete .FICFTAuto, .FastStatusColorComplete.FastStatusLabel .FICFTAuto,
.FastPanel .FastStatusColorComplete .DFL .FICFTAuto,
.FastSubPanel .FastStatusColorComplete .DFL .FICFTAuto,
.FastForcedPanel .FastStatusColorComplete .DFL .FICFTAuto,
.FastNestedPanel .FastStatusColorComplete .DFL .FICFTAuto,
.FastSubPanel .FastStatusColorComplete .DFL .FICFTAuto,
.DataDocContainer .FastStatusColorComplete .DFL .FICFTAuto,
.FastStatusColorComplete .DFL.FastStatusLabel .FICFTAuto {
  color: inherit;
}

.FICFTComplete,
.FPB .FICFTComplete {
  color: #2C8500;
  }
.FICFTComplete .FICFTAuto,
.FPB .FICFTComplete .FICFTAuto {
  color: inherit;
}

.FSCBackgroundComplete {
  background-color: #2C8500;
  }

.RowStatusColorComplete,
.RowStatusColorComplete.FastPanel,
.RowStatusColorComplete.FastPanelCell,
.RowStatusColorComplete.FastSubPanel,
.RowStatusColorComplete.FastSubPanelCell,
.RowStatusColorComplete.RowTemplateCell,
.RowStatusColorComplete > .RowTemplateCell,
.DTRowColors .TDR.RowStatusColorComplete,
.DTRowColors.DocTemplatedTable .TDR.RowStatusColorComplete .RowTemplateCell {
  background-color: #DBE8CE;
  }
.RowStatusColorComplete.ItemListRow,
.RowStatusColorComplete.FastPanel.ItemListRow,
.RowStatusColorComplete.FastPanelCell.ItemListRow,
.RowStatusColorComplete.FastSubPanel.ItemListRow,
.RowStatusColorComplete.FastSubPanelCell.ItemListRow,
.RowStatusColorComplete.RowTemplateCell.ItemListRow,
.RowStatusColorComplete > .RowTemplateCell.ItemListRow,
.DTRowColors .TDR.RowStatusColorComplete.ItemListRow,
.DTRowColors.DocTemplatedTable .TDR.RowStatusColorComplete .RowTemplateCell.ItemListRow {
  background: none;
}

.RowStatusColorComplete.FastPanel,
.RowStatusColorComplete > .FastPanel,
.RowStatusColorComplete.FastPanelCell,
.RowStatusColorComplete > .FastPanelCell,
.RowStatusColorComplete.FastSubPanel,
.RowStatusColorComplete > .FastSubPanel,
.RowStatusColorComplete.FastSubPanelCell,
.RowStatusColorComplete > .FastSubPanelCell,
.RowStatusColorComplete.RowTemplateCell,
.RowStatusColorComplete > .RowTemplateCell {
  border-color: #A6C8A3;
  }

.Announcement.FastStatusColorComplete,
.AnnouncementPreviewComplete {
  background-color: #2C8500;
  color: #FFF;
  }
.AnnouncementFooterContainer .Announcement.FastStatusColorComplete,
.AnnouncementFooterContainer .AnnouncementPreviewComplete {
  background: none;
  color: #2C8500;
  }

.FastStatusColorWarning,
.FastStatusColorWarning .DFL {
  color: #AA4A13;
  }
.FastStatusColorWarning .FICFTAuto,
.FastStatusColorWarning .DFL .FICFTAuto {
  color: inherit;
}
.FastPanel .FastStatusColorWarning, .FastSubPanel .FastStatusColorWarning, .FastForcedPanel .FastStatusColorWarning, .FastNestedPanel .FastStatusColorWarning, .FastSubPanel .FastStatusColorWarning, .DataDocContainer .FastStatusColorWarning, .FastStatusColorWarning.FastStatusLabel,
.FastPanel .FastStatusColorWarning .DFL,
.FastSubPanel .FastStatusColorWarning .DFL,
.FastForcedPanel .FastStatusColorWarning .DFL,
.FastNestedPanel .FastStatusColorWarning .DFL,
.FastSubPanel .FastStatusColorWarning .DFL,
.DataDocContainer .FastStatusColorWarning .DFL,
.FastStatusColorWarning .DFL.FastStatusLabel {
  color: #C15515;
  }
.FastPanel .FastStatusColorWarning .FICFTAuto, .FastSubPanel .FastStatusColorWarning .FICFTAuto, .FastForcedPanel .FastStatusColorWarning .FICFTAuto, .FastNestedPanel .FastStatusColorWarning .FICFTAuto, .FastSubPanel .FastStatusColorWarning .FICFTAuto, .DataDocContainer .FastStatusColorWarning .FICFTAuto, .FastStatusColorWarning.FastStatusLabel .FICFTAuto,
.FastPanel .FastStatusColorWarning .DFL .FICFTAuto,
.FastSubPanel .FastStatusColorWarning .DFL .FICFTAuto,
.FastForcedPanel .FastStatusColorWarning .DFL .FICFTAuto,
.FastNestedPanel .FastStatusColorWarning .DFL .FICFTAuto,
.FastSubPanel .FastStatusColorWarning .DFL .FICFTAuto,
.DataDocContainer .FastStatusColorWarning .DFL .FICFTAuto,
.FastStatusColorWarning .DFL.FastStatusLabel .FICFTAuto {
  color: inherit;
}

.FICFTWarning,
.FPB .FICFTWarning {
  color: #C15515;
  }
.FICFTWarning .FICFTAuto,
.FPB .FICFTWarning .FICFTAuto {
  color: inherit;
}

.FSCBackgroundWarning {
  background-color: #C15515;
  }

.RowStatusColorWarning,
.RowStatusColorWarning.FastPanel,
.RowStatusColorWarning.FastPanelCell,
.RowStatusColorWarning.FastSubPanel,
.RowStatusColorWarning.FastSubPanelCell,
.RowStatusColorWarning.RowTemplateCell,
.RowStatusColorWarning > .RowTemplateCell,
.DTRowColors .TDR.RowStatusColorWarning,
.DTRowColors.DocTemplatedTable .TDR.RowStatusColorWarning .RowTemplateCell {
  background-color: #FFE4CB;
  }
.RowStatusColorWarning.ItemListRow,
.RowStatusColorWarning.FastPanel.ItemListRow,
.RowStatusColorWarning.FastPanelCell.ItemListRow,
.RowStatusColorWarning.FastSubPanel.ItemListRow,
.RowStatusColorWarning.FastSubPanelCell.ItemListRow,
.RowStatusColorWarning.RowTemplateCell.ItemListRow,
.RowStatusColorWarning > .RowTemplateCell.ItemListRow,
.DTRowColors .TDR.RowStatusColorWarning.ItemListRow,
.DTRowColors.DocTemplatedTable .TDR.RowStatusColorWarning .RowTemplateCell.ItemListRow {
  background: none;
}

.RowStatusColorWarning.FastPanel,
.RowStatusColorWarning > .FastPanel,
.RowStatusColorWarning.FastPanelCell,
.RowStatusColorWarning > .FastPanelCell,
.RowStatusColorWarning.FastSubPanel,
.RowStatusColorWarning > .FastSubPanel,
.RowStatusColorWarning.FastSubPanelCell,
.RowStatusColorWarning > .FastSubPanelCell,
.RowStatusColorWarning.RowTemplateCell,
.RowStatusColorWarning > .RowTemplateCell {
  border-color: #E0A271;
  }

.Announcement.FastStatusColorWarning,
.AnnouncementPreviewWarning {
  background-color: #C15515;
  color: #FFF;
  }
.AnnouncementFooterContainer .Announcement.FastStatusColorWarning,
.AnnouncementFooterContainer .AnnouncementPreviewWarning {
  background: none;
  color: #C15515;
  }

.FastStatusColorError,
.FastStatusColorError .DFL {
  color: #BF160D;
  }
.FastStatusColorError .FICFTAuto,
.FastStatusColorError .DFL .FICFTAuto {
  color: inherit;
}
.FastPanel .FastStatusColorError, .FastSubPanel .FastStatusColorError, .FastForcedPanel .FastStatusColorError, .FastNestedPanel .FastStatusColorError, .FastSubPanel .FastStatusColorError, .DataDocContainer .FastStatusColorError, .FastStatusColorError.FastStatusLabel,
.FastPanel .FastStatusColorError .DFL,
.FastSubPanel .FastStatusColorError .DFL,
.FastForcedPanel .FastStatusColorError .DFL,
.FastNestedPanel .FastStatusColorError .DFL,
.FastSubPanel .FastStatusColorError .DFL,
.DataDocContainer .FastStatusColorError .DFL,
.FastStatusColorError .DFL.FastStatusLabel {
  color: #CC170E;
  }
.FastPanel .FastStatusColorError .FICFTAuto, .FastSubPanel .FastStatusColorError .FICFTAuto, .FastForcedPanel .FastStatusColorError .FICFTAuto, .FastNestedPanel .FastStatusColorError .FICFTAuto, .FastSubPanel .FastStatusColorError .FICFTAuto, .DataDocContainer .FastStatusColorError .FICFTAuto, .FastStatusColorError.FastStatusLabel .FICFTAuto,
.FastPanel .FastStatusColorError .DFL .FICFTAuto,
.FastSubPanel .FastStatusColorError .DFL .FICFTAuto,
.FastForcedPanel .FastStatusColorError .DFL .FICFTAuto,
.FastNestedPanel .FastStatusColorError .DFL .FICFTAuto,
.FastSubPanel .FastStatusColorError .DFL .FICFTAuto,
.DataDocContainer .FastStatusColorError .DFL .FICFTAuto,
.FastStatusColorError .DFL.FastStatusLabel .FICFTAuto {
  color: inherit;
}

.FICFTError,
.FPB .FICFTError {
  color: #CC170E;
  }
.FICFTError .FICFTAuto,
.FPB .FICFTError .FICFTAuto {
  color: inherit;
}

.FSCBackgroundError {
  background-color: #CC170E;
  }

.RowStatusColorError,
.RowStatusColorError.FastPanel,
.RowStatusColorError.FastPanelCell,
.RowStatusColorError.FastSubPanel,
.RowStatusColorError.FastSubPanelCell,
.RowStatusColorError.RowTemplateCell,
.RowStatusColorError > .RowTemplateCell,
.DTRowColors .TDR.RowStatusColorError,
.DTRowColors.DocTemplatedTable .TDR.RowStatusColorError .RowTemplateCell {
  background-color: #FDD3C5;
  }
.RowStatusColorError.ItemListRow,
.RowStatusColorError.FastPanel.ItemListRow,
.RowStatusColorError.FastPanelCell.ItemListRow,
.RowStatusColorError.FastSubPanel.ItemListRow,
.RowStatusColorError.FastSubPanelCell.ItemListRow,
.RowStatusColorError.RowTemplateCell.ItemListRow,
.RowStatusColorError > .RowTemplateCell.ItemListRow,
.DTRowColors .TDR.RowStatusColorError.ItemListRow,
.DTRowColors.DocTemplatedTable .TDR.RowStatusColorError .RowTemplateCell.ItemListRow {
  background: none;
}

.RowStatusColorError.FastPanel,
.RowStatusColorError > .FastPanel,
.RowStatusColorError.FastPanelCell,
.RowStatusColorError > .FastPanelCell,
.RowStatusColorError.FastSubPanel,
.RowStatusColorError > .FastSubPanel,
.RowStatusColorError.FastSubPanelCell,
.RowStatusColorError > .FastSubPanelCell,
.RowStatusColorError.RowTemplateCell,
.RowStatusColorError > .RowTemplateCell {
  border-color: #E18867;
  }

.Announcement.FastStatusColorError,
.AnnouncementPreviewError {
  background-color: #CC170E;
  color: #FFF;
  }
.AnnouncementFooterContainer .Announcement.FastStatusColorError,
.AnnouncementFooterContainer .AnnouncementPreviewError {
  background: none;
  color: #CC170E;
  }

.FastStatusColorInactive,
.FastStatusColorInactive .DFL {
  color: #666;
  }
.FastStatusColorInactive .FICFTAuto,
.FastStatusColorInactive .DFL .FICFTAuto {
  color: inherit;
}
.FastPanel .FastStatusColorInactive, .FastSubPanel .FastStatusColorInactive, .FastForcedPanel .FastStatusColorInactive, .FastNestedPanel .FastStatusColorInactive, .FastSubPanel .FastStatusColorInactive, .DataDocContainer .FastStatusColorInactive, .FastStatusColorInactive.FastStatusLabel,
.FastPanel .FastStatusColorInactive .DFL,
.FastSubPanel .FastStatusColorInactive .DFL,
.FastForcedPanel .FastStatusColorInactive .DFL,
.FastNestedPanel .FastStatusColorInactive .DFL,
.FastSubPanel .FastStatusColorInactive .DFL,
.DataDocContainer .FastStatusColorInactive .DFL,
.FastStatusColorInactive .DFL.FastStatusLabel {
  color: #666;
  }
.FastPanel .FastStatusColorInactive .FICFTAuto, .FastSubPanel .FastStatusColorInactive .FICFTAuto, .FastForcedPanel .FastStatusColorInactive .FICFTAuto, .FastNestedPanel .FastStatusColorInactive .FICFTAuto, .FastSubPanel .FastStatusColorInactive .FICFTAuto, .DataDocContainer .FastStatusColorInactive .FICFTAuto, .FastStatusColorInactive.FastStatusLabel .FICFTAuto,
.FastPanel .FastStatusColorInactive .DFL .FICFTAuto,
.FastSubPanel .FastStatusColorInactive .DFL .FICFTAuto,
.FastForcedPanel .FastStatusColorInactive .DFL .FICFTAuto,
.FastNestedPanel .FastStatusColorInactive .DFL .FICFTAuto,
.FastSubPanel .FastStatusColorInactive .DFL .FICFTAuto,
.DataDocContainer .FastStatusColorInactive .DFL .FICFTAuto,
.FastStatusColorInactive .DFL.FastStatusLabel .FICFTAuto {
  color: inherit;
}

.FICFTInactive,
.FPB .FICFTInactive {
  color: #666;
  }
.FICFTInactive .FICFTAuto,
.FPB .FICFTInactive .FICFTAuto {
  color: inherit;
}

.FSCBackgroundInactive {
  background-color: #666;
  }

.RowStatusColorInactive,
.RowStatusColorInactive.FastPanel,
.RowStatusColorInactive.FastPanelCell,
.RowStatusColorInactive.FastSubPanel,
.RowStatusColorInactive.FastSubPanelCell,
.RowStatusColorInactive.RowTemplateCell,
.RowStatusColorInactive > .RowTemplateCell,
.DTRowColors .TDR.RowStatusColorInactive,
.DTRowColors.DocTemplatedTable .TDR.RowStatusColorInactive .RowTemplateCell {
  background-color: #E2E2E2;
  }
.RowStatusColorInactive.ItemListRow,
.RowStatusColorInactive.FastPanel.ItemListRow,
.RowStatusColorInactive.FastPanelCell.ItemListRow,
.RowStatusColorInactive.FastSubPanel.ItemListRow,
.RowStatusColorInactive.FastSubPanelCell.ItemListRow,
.RowStatusColorInactive.RowTemplateCell.ItemListRow,
.RowStatusColorInactive > .RowTemplateCell.ItemListRow,
.DTRowColors .TDR.RowStatusColorInactive.ItemListRow,
.DTRowColors.DocTemplatedTable .TDR.RowStatusColorInactive .RowTemplateCell.ItemListRow {
  background: none;
}

.RowStatusColorInactive.FastPanel,
.RowStatusColorInactive > .FastPanel,
.RowStatusColorInactive.FastPanelCell,
.RowStatusColorInactive > .FastPanelCell,
.RowStatusColorInactive.FastSubPanel,
.RowStatusColorInactive > .FastSubPanel,
.RowStatusColorInactive.FastSubPanelCell,
.RowStatusColorInactive > .FastSubPanelCell,
.RowStatusColorInactive.RowTemplateCell,
.RowStatusColorInactive > .RowTemplateCell {
  border-color: #97999C;
  }

.Announcement.FastStatusColorInactive,
.AnnouncementPreviewInactive {
  background-color: #666;
  color: #FFF;
  }
.AnnouncementFooterContainer .Announcement.FastStatusColorInactive,
.AnnouncementFooterContainer .AnnouncementPreviewInactive {
  background: none;
  color: #666;
  }

.FastStatusColorIncomplete,
.FastStatusColorIncomplete .DFL {
  color: #AA4A13;
  }
.FastStatusColorIncomplete .FICFTAuto,
.FastStatusColorIncomplete .DFL .FICFTAuto {
  color: inherit;
}
.FastPanel .FastStatusColorIncomplete, .FastSubPanel .FastStatusColorIncomplete, .FastForcedPanel .FastStatusColorIncomplete, .FastNestedPanel .FastStatusColorIncomplete, .FastSubPanel .FastStatusColorIncomplete, .DataDocContainer .FastStatusColorIncomplete, .FastStatusColorIncomplete.FastStatusLabel,
.FastPanel .FastStatusColorIncomplete .DFL,
.FastSubPanel .FastStatusColorIncomplete .DFL,
.FastForcedPanel .FastStatusColorIncomplete .DFL,
.FastNestedPanel .FastStatusColorIncomplete .DFL,
.FastSubPanel .FastStatusColorIncomplete .DFL,
.DataDocContainer .FastStatusColorIncomplete .DFL,
.FastStatusColorIncomplete .DFL.FastStatusLabel {
  color: #C15515;
  }
.FastPanel .FastStatusColorIncomplete .FICFTAuto, .FastSubPanel .FastStatusColorIncomplete .FICFTAuto, .FastForcedPanel .FastStatusColorIncomplete .FICFTAuto, .FastNestedPanel .FastStatusColorIncomplete .FICFTAuto, .FastSubPanel .FastStatusColorIncomplete .FICFTAuto, .DataDocContainer .FastStatusColorIncomplete .FICFTAuto, .FastStatusColorIncomplete.FastStatusLabel .FICFTAuto,
.FastPanel .FastStatusColorIncomplete .DFL .FICFTAuto,
.FastSubPanel .FastStatusColorIncomplete .DFL .FICFTAuto,
.FastForcedPanel .FastStatusColorIncomplete .DFL .FICFTAuto,
.FastNestedPanel .FastStatusColorIncomplete .DFL .FICFTAuto,
.FastSubPanel .FastStatusColorIncomplete .DFL .FICFTAuto,
.DataDocContainer .FastStatusColorIncomplete .DFL .FICFTAuto,
.FastStatusColorIncomplete .DFL.FastStatusLabel .FICFTAuto {
  color: inherit;
}

.FICFTIncomplete,
.FPB .FICFTIncomplete {
  color: #C15515;
  }
.FICFTIncomplete .FICFTAuto,
.FPB .FICFTIncomplete .FICFTAuto {
  color: inherit;
}

.FSCBackgroundIncomplete {
  background-color: #C15515;
  }

.RowStatusColorIncomplete,
.RowStatusColorIncomplete.FastPanel,
.RowStatusColorIncomplete.FastPanelCell,
.RowStatusColorIncomplete.FastSubPanel,
.RowStatusColorIncomplete.FastSubPanelCell,
.RowStatusColorIncomplete.RowTemplateCell,
.RowStatusColorIncomplete > .RowTemplateCell,
.DTRowColors .TDR.RowStatusColorIncomplete,
.DTRowColors.DocTemplatedTable .TDR.RowStatusColorIncomplete .RowTemplateCell {
  background-color: #FFE4CB;
  }
.RowStatusColorIncomplete.ItemListRow,
.RowStatusColorIncomplete.FastPanel.ItemListRow,
.RowStatusColorIncomplete.FastPanelCell.ItemListRow,
.RowStatusColorIncomplete.FastSubPanel.ItemListRow,
.RowStatusColorIncomplete.FastSubPanelCell.ItemListRow,
.RowStatusColorIncomplete.RowTemplateCell.ItemListRow,
.RowStatusColorIncomplete > .RowTemplateCell.ItemListRow,
.DTRowColors .TDR.RowStatusColorIncomplete.ItemListRow,
.DTRowColors.DocTemplatedTable .TDR.RowStatusColorIncomplete .RowTemplateCell.ItemListRow {
  background: none;
}

.RowStatusColorIncomplete.FastPanel,
.RowStatusColorIncomplete > .FastPanel,
.RowStatusColorIncomplete.FastPanelCell,
.RowStatusColorIncomplete > .FastPanelCell,
.RowStatusColorIncomplete.FastSubPanel,
.RowStatusColorIncomplete > .FastSubPanel,
.RowStatusColorIncomplete.FastSubPanelCell,
.RowStatusColorIncomplete > .FastSubPanelCell,
.RowStatusColorIncomplete.RowTemplateCell,
.RowStatusColorIncomplete > .RowTemplateCell {
  border-color: #E0A271;
  }

.Announcement.FastStatusColorIncomplete,
.AnnouncementPreviewIncomplete {
  background-color: #C15515;
  color: #FFF;
  }
.AnnouncementFooterContainer .Announcement.FastStatusColorIncomplete,
.AnnouncementFooterContainer .AnnouncementPreviewIncomplete {
  background: none;
  color: #C15515;
  }

.FastStatusColorBad,
.FastStatusColorBad .DFL {
  color: #BF160D;
  }
.FastStatusColorBad .FICFTAuto,
.FastStatusColorBad .DFL .FICFTAuto {
  color: inherit;
}
.FastPanel .FastStatusColorBad, .FastSubPanel .FastStatusColorBad, .FastForcedPanel .FastStatusColorBad, .FastNestedPanel .FastStatusColorBad, .FastSubPanel .FastStatusColorBad, .DataDocContainer .FastStatusColorBad, .FastStatusColorBad.FastStatusLabel,
.FastPanel .FastStatusColorBad .DFL,
.FastSubPanel .FastStatusColorBad .DFL,
.FastForcedPanel .FastStatusColorBad .DFL,
.FastNestedPanel .FastStatusColorBad .DFL,
.FastSubPanel .FastStatusColorBad .DFL,
.DataDocContainer .FastStatusColorBad .DFL,
.FastStatusColorBad .DFL.FastStatusLabel {
  color: #CC170E;
  }
.FastPanel .FastStatusColorBad .FICFTAuto, .FastSubPanel .FastStatusColorBad .FICFTAuto, .FastForcedPanel .FastStatusColorBad .FICFTAuto, .FastNestedPanel .FastStatusColorBad .FICFTAuto, .FastSubPanel .FastStatusColorBad .FICFTAuto, .DataDocContainer .FastStatusColorBad .FICFTAuto, .FastStatusColorBad.FastStatusLabel .FICFTAuto,
.FastPanel .FastStatusColorBad .DFL .FICFTAuto,
.FastSubPanel .FastStatusColorBad .DFL .FICFTAuto,
.FastForcedPanel .FastStatusColorBad .DFL .FICFTAuto,
.FastNestedPanel .FastStatusColorBad .DFL .FICFTAuto,
.FastSubPanel .FastStatusColorBad .DFL .FICFTAuto,
.DataDocContainer .FastStatusColorBad .DFL .FICFTAuto,
.FastStatusColorBad .DFL.FastStatusLabel .FICFTAuto {
  color: inherit;
}

.FICFTBad,
.FPB .FICFTBad {
  color: #CC170E;
  }
.FICFTBad .FICFTAuto,
.FPB .FICFTBad .FICFTAuto {
  color: inherit;
}

.FSCBackgroundBad {
  background-color: #CC170E;
  }

.RowStatusColorBad,
.RowStatusColorBad.FastPanel,
.RowStatusColorBad.FastPanelCell,
.RowStatusColorBad.FastSubPanel,
.RowStatusColorBad.FastSubPanelCell,
.RowStatusColorBad.RowTemplateCell,
.RowStatusColorBad > .RowTemplateCell,
.DTRowColors .TDR.RowStatusColorBad,
.DTRowColors.DocTemplatedTable .TDR.RowStatusColorBad .RowTemplateCell {
  background-color: #FDD3C5;
  }
.RowStatusColorBad.ItemListRow,
.RowStatusColorBad.FastPanel.ItemListRow,
.RowStatusColorBad.FastPanelCell.ItemListRow,
.RowStatusColorBad.FastSubPanel.ItemListRow,
.RowStatusColorBad.FastSubPanelCell.ItemListRow,
.RowStatusColorBad.RowTemplateCell.ItemListRow,
.RowStatusColorBad > .RowTemplateCell.ItemListRow,
.DTRowColors .TDR.RowStatusColorBad.ItemListRow,
.DTRowColors.DocTemplatedTable .TDR.RowStatusColorBad .RowTemplateCell.ItemListRow {
  background: none;
}

.RowStatusColorBad.FastPanel,
.RowStatusColorBad > .FastPanel,
.RowStatusColorBad.FastPanelCell,
.RowStatusColorBad > .FastPanelCell,
.RowStatusColorBad.FastSubPanel,
.RowStatusColorBad > .FastSubPanel,
.RowStatusColorBad.FastSubPanelCell,
.RowStatusColorBad > .FastSubPanelCell,
.RowStatusColorBad.RowTemplateCell,
.RowStatusColorBad > .RowTemplateCell {
  border-color: #E18867;
  }

.Announcement.FastStatusColorBad,
.AnnouncementPreviewBad {
  background-color: #CC170E;
  color: #FFF;
  }
.AnnouncementFooterContainer .Announcement.FastStatusColorBad,
.AnnouncementFooterContainer .AnnouncementPreviewBad {
  background: none;
  color: #CC170E;
  }

.FastStatusColorInvalid,
.FastStatusColorInvalid .DFL {
  color: #BF160D;
  }
.FastStatusColorInvalid .FICFTAuto,
.FastStatusColorInvalid .DFL .FICFTAuto {
  color: inherit;
}
.FastPanel .FastStatusColorInvalid, .FastSubPanel .FastStatusColorInvalid, .FastForcedPanel .FastStatusColorInvalid, .FastNestedPanel .FastStatusColorInvalid, .FastSubPanel .FastStatusColorInvalid, .DataDocContainer .FastStatusColorInvalid, .FastStatusColorInvalid.FastStatusLabel,
.FastPanel .FastStatusColorInvalid .DFL,
.FastSubPanel .FastStatusColorInvalid .DFL,
.FastForcedPanel .FastStatusColorInvalid .DFL,
.FastNestedPanel .FastStatusColorInvalid .DFL,
.FastSubPanel .FastStatusColorInvalid .DFL,
.DataDocContainer .FastStatusColorInvalid .DFL,
.FastStatusColorInvalid .DFL.FastStatusLabel {
  color: #CC170E;
  }
.FastPanel .FastStatusColorInvalid .FICFTAuto, .FastSubPanel .FastStatusColorInvalid .FICFTAuto, .FastForcedPanel .FastStatusColorInvalid .FICFTAuto, .FastNestedPanel .FastStatusColorInvalid .FICFTAuto, .FastSubPanel .FastStatusColorInvalid .FICFTAuto, .DataDocContainer .FastStatusColorInvalid .FICFTAuto, .FastStatusColorInvalid.FastStatusLabel .FICFTAuto,
.FastPanel .FastStatusColorInvalid .DFL .FICFTAuto,
.FastSubPanel .FastStatusColorInvalid .DFL .FICFTAuto,
.FastForcedPanel .FastStatusColorInvalid .DFL .FICFTAuto,
.FastNestedPanel .FastStatusColorInvalid .DFL .FICFTAuto,
.FastSubPanel .FastStatusColorInvalid .DFL .FICFTAuto,
.DataDocContainer .FastStatusColorInvalid .DFL .FICFTAuto,
.FastStatusColorInvalid .DFL.FastStatusLabel .FICFTAuto {
  color: inherit;
}

.FICFTInvalid,
.FPB .FICFTInvalid {
  color: #CC170E;
  }
.FICFTInvalid .FICFTAuto,
.FPB .FICFTInvalid .FICFTAuto {
  color: inherit;
}

.FSCBackgroundInvalid {
  background-color: #CC170E;
  }

.RowStatusColorInvalid,
.RowStatusColorInvalid.FastPanel,
.RowStatusColorInvalid.FastPanelCell,
.RowStatusColorInvalid.FastSubPanel,
.RowStatusColorInvalid.FastSubPanelCell,
.RowStatusColorInvalid.RowTemplateCell,
.RowStatusColorInvalid > .RowTemplateCell,
.DTRowColors .TDR.RowStatusColorInvalid,
.DTRowColors.DocTemplatedTable .TDR.RowStatusColorInvalid .RowTemplateCell {
  background-color: #FDD3C5;
  }
.RowStatusColorInvalid.ItemListRow,
.RowStatusColorInvalid.FastPanel.ItemListRow,
.RowStatusColorInvalid.FastPanelCell.ItemListRow,
.RowStatusColorInvalid.FastSubPanel.ItemListRow,
.RowStatusColorInvalid.FastSubPanelCell.ItemListRow,
.RowStatusColorInvalid.RowTemplateCell.ItemListRow,
.RowStatusColorInvalid > .RowTemplateCell.ItemListRow,
.DTRowColors .TDR.RowStatusColorInvalid.ItemListRow,
.DTRowColors.DocTemplatedTable .TDR.RowStatusColorInvalid .RowTemplateCell.ItemListRow {
  background: none;
}

.RowStatusColorInvalid.FastPanel,
.RowStatusColorInvalid > .FastPanel,
.RowStatusColorInvalid.FastPanelCell,
.RowStatusColorInvalid > .FastPanelCell,
.RowStatusColorInvalid.FastSubPanel,
.RowStatusColorInvalid > .FastSubPanel,
.RowStatusColorInvalid.FastSubPanelCell,
.RowStatusColorInvalid > .FastSubPanelCell,
.RowStatusColorInvalid.RowTemplateCell,
.RowStatusColorInvalid > .RowTemplateCell {
  border-color: #E18867;
  }

.Announcement.FastStatusColorInvalid,
.AnnouncementPreviewInvalid {
  background-color: #CC170E;
  color: #FFF;
  }
.AnnouncementFooterContainer .Announcement.FastStatusColorInvalid,
.AnnouncementFooterContainer .AnnouncementPreviewInvalid {
  background: none;
  color: #CC170E;
  }

.FastStatusColorAdded,
.FastStatusColorAdded .DFL {
  color: #257000;
  }
.FastStatusColorAdded .FICFTAuto,
.FastStatusColorAdded .DFL .FICFTAuto {
  color: inherit;
}
.FastPanel .FastStatusColorAdded, .FastSubPanel .FastStatusColorAdded, .FastForcedPanel .FastStatusColorAdded, .FastNestedPanel .FastStatusColorAdded, .FastSubPanel .FastStatusColorAdded, .DataDocContainer .FastStatusColorAdded, .FastStatusColorAdded.FastStatusLabel,
.FastPanel .FastStatusColorAdded .DFL,
.FastSubPanel .FastStatusColorAdded .DFL,
.FastForcedPanel .FastStatusColorAdded .DFL,
.FastNestedPanel .FastStatusColorAdded .DFL,
.FastSubPanel .FastStatusColorAdded .DFL,
.DataDocContainer .FastStatusColorAdded .DFL,
.FastStatusColorAdded .DFL.FastStatusLabel {
  color: #2C8500;
  }
.FastPanel .FastStatusColorAdded .FICFTAuto, .FastSubPanel .FastStatusColorAdded .FICFTAuto, .FastForcedPanel .FastStatusColorAdded .FICFTAuto, .FastNestedPanel .FastStatusColorAdded .FICFTAuto, .FastSubPanel .FastStatusColorAdded .FICFTAuto, .DataDocContainer .FastStatusColorAdded .FICFTAuto, .FastStatusColorAdded.FastStatusLabel .FICFTAuto,
.FastPanel .FastStatusColorAdded .DFL .FICFTAuto,
.FastSubPanel .FastStatusColorAdded .DFL .FICFTAuto,
.FastForcedPanel .FastStatusColorAdded .DFL .FICFTAuto,
.FastNestedPanel .FastStatusColorAdded .DFL .FICFTAuto,
.FastSubPanel .FastStatusColorAdded .DFL .FICFTAuto,
.DataDocContainer .FastStatusColorAdded .DFL .FICFTAuto,
.FastStatusColorAdded .DFL.FastStatusLabel .FICFTAuto {
  color: inherit;
}

.FICFTAdded,
.FPB .FICFTAdded {
  color: #2C8500;
  }
.FICFTAdded .FICFTAuto,
.FPB .FICFTAdded .FICFTAuto {
  color: inherit;
}

.FSCBackgroundAdded {
  background-color: #2C8500;
  }

.RowStatusColorAdded,
.RowStatusColorAdded.FastPanel,
.RowStatusColorAdded.FastPanelCell,
.RowStatusColorAdded.FastSubPanel,
.RowStatusColorAdded.FastSubPanelCell,
.RowStatusColorAdded.RowTemplateCell,
.RowStatusColorAdded > .RowTemplateCell,
.DTRowColors .TDR.RowStatusColorAdded,
.DTRowColors.DocTemplatedTable .TDR.RowStatusColorAdded .RowTemplateCell {
  background-color: #DBE8CE;
  }
.RowStatusColorAdded.ItemListRow,
.RowStatusColorAdded.FastPanel.ItemListRow,
.RowStatusColorAdded.FastPanelCell.ItemListRow,
.RowStatusColorAdded.FastSubPanel.ItemListRow,
.RowStatusColorAdded.FastSubPanelCell.ItemListRow,
.RowStatusColorAdded.RowTemplateCell.ItemListRow,
.RowStatusColorAdded > .RowTemplateCell.ItemListRow,
.DTRowColors .TDR.RowStatusColorAdded.ItemListRow,
.DTRowColors.DocTemplatedTable .TDR.RowStatusColorAdded .RowTemplateCell.ItemListRow {
  background: none;
}

.RowStatusColorAdded.FastPanel,
.RowStatusColorAdded > .FastPanel,
.RowStatusColorAdded.FastPanelCell,
.RowStatusColorAdded > .FastPanelCell,
.RowStatusColorAdded.FastSubPanel,
.RowStatusColorAdded > .FastSubPanel,
.RowStatusColorAdded.FastSubPanelCell,
.RowStatusColorAdded > .FastSubPanelCell,
.RowStatusColorAdded.RowTemplateCell,
.RowStatusColorAdded > .RowTemplateCell {
  border-color: #A6C8A3;
  }

.Announcement.FastStatusColorAdded,
.AnnouncementPreviewAdded {
  background-color: #2C8500;
  color: #FFF;
  }
.AnnouncementFooterContainer .Announcement.FastStatusColorAdded,
.AnnouncementFooterContainer .AnnouncementPreviewAdded {
  background: none;
  color: #2C8500;
  }

.FastStatusColorModified,
.FastStatusColorModified .DFL {
  color: #AA4A13;
  }
.FastStatusColorModified .FICFTAuto,
.FastStatusColorModified .DFL .FICFTAuto {
  color: inherit;
}
.FastPanel .FastStatusColorModified, .FastSubPanel .FastStatusColorModified, .FastForcedPanel .FastStatusColorModified, .FastNestedPanel .FastStatusColorModified, .FastSubPanel .FastStatusColorModified, .DataDocContainer .FastStatusColorModified, .FastStatusColorModified.FastStatusLabel,
.FastPanel .FastStatusColorModified .DFL,
.FastSubPanel .FastStatusColorModified .DFL,
.FastForcedPanel .FastStatusColorModified .DFL,
.FastNestedPanel .FastStatusColorModified .DFL,
.FastSubPanel .FastStatusColorModified .DFL,
.DataDocContainer .FastStatusColorModified .DFL,
.FastStatusColorModified .DFL.FastStatusLabel {
  color: #C15515;
  }
.FastPanel .FastStatusColorModified .FICFTAuto, .FastSubPanel .FastStatusColorModified .FICFTAuto, .FastForcedPanel .FastStatusColorModified .FICFTAuto, .FastNestedPanel .FastStatusColorModified .FICFTAuto, .FastSubPanel .FastStatusColorModified .FICFTAuto, .DataDocContainer .FastStatusColorModified .FICFTAuto, .FastStatusColorModified.FastStatusLabel .FICFTAuto,
.FastPanel .FastStatusColorModified .DFL .FICFTAuto,
.FastSubPanel .FastStatusColorModified .DFL .FICFTAuto,
.FastForcedPanel .FastStatusColorModified .DFL .FICFTAuto,
.FastNestedPanel .FastStatusColorModified .DFL .FICFTAuto,
.FastSubPanel .FastStatusColorModified .DFL .FICFTAuto,
.DataDocContainer .FastStatusColorModified .DFL .FICFTAuto,
.FastStatusColorModified .DFL.FastStatusLabel .FICFTAuto {
  color: inherit;
}

.FICFTModified,
.FPB .FICFTModified {
  color: #C15515;
  }
.FICFTModified .FICFTAuto,
.FPB .FICFTModified .FICFTAuto {
  color: inherit;
}

.FSCBackgroundModified {
  background-color: #C15515;
  }

.RowStatusColorModified,
.RowStatusColorModified.FastPanel,
.RowStatusColorModified.FastPanelCell,
.RowStatusColorModified.FastSubPanel,
.RowStatusColorModified.FastSubPanelCell,
.RowStatusColorModified.RowTemplateCell,
.RowStatusColorModified > .RowTemplateCell,
.DTRowColors .TDR.RowStatusColorModified,
.DTRowColors.DocTemplatedTable .TDR.RowStatusColorModified .RowTemplateCell {
  background-color: #FFE4CB;
  }
.RowStatusColorModified.ItemListRow,
.RowStatusColorModified.FastPanel.ItemListRow,
.RowStatusColorModified.FastPanelCell.ItemListRow,
.RowStatusColorModified.FastSubPanel.ItemListRow,
.RowStatusColorModified.FastSubPanelCell.ItemListRow,
.RowStatusColorModified.RowTemplateCell.ItemListRow,
.RowStatusColorModified > .RowTemplateCell.ItemListRow,
.DTRowColors .TDR.RowStatusColorModified.ItemListRow,
.DTRowColors.DocTemplatedTable .TDR.RowStatusColorModified .RowTemplateCell.ItemListRow {
  background: none;
}

.RowStatusColorModified.FastPanel,
.RowStatusColorModified > .FastPanel,
.RowStatusColorModified.FastPanelCell,
.RowStatusColorModified > .FastPanelCell,
.RowStatusColorModified.FastSubPanel,
.RowStatusColorModified > .FastSubPanel,
.RowStatusColorModified.FastSubPanelCell,
.RowStatusColorModified > .FastSubPanelCell,
.RowStatusColorModified.RowTemplateCell,
.RowStatusColorModified > .RowTemplateCell {
  border-color: #E0A271;
  }

.Announcement.FastStatusColorModified,
.AnnouncementPreviewModified {
  background-color: #C15515;
  color: #FFF;
  }
.AnnouncementFooterContainer .Announcement.FastStatusColorModified,
.AnnouncementFooterContainer .AnnouncementPreviewModified {
  background: none;
  color: #C15515;
  }

.FastStatusColorRemoved,
.FastStatusColorRemoved .DFL {
  color: #BF160D;
  }
.FastStatusColorRemoved .FICFTAuto,
.FastStatusColorRemoved .DFL .FICFTAuto {
  color: inherit;
}
.FastPanel .FastStatusColorRemoved, .FastSubPanel .FastStatusColorRemoved, .FastForcedPanel .FastStatusColorRemoved, .FastNestedPanel .FastStatusColorRemoved, .FastSubPanel .FastStatusColorRemoved, .DataDocContainer .FastStatusColorRemoved, .FastStatusColorRemoved.FastStatusLabel,
.FastPanel .FastStatusColorRemoved .DFL,
.FastSubPanel .FastStatusColorRemoved .DFL,
.FastForcedPanel .FastStatusColorRemoved .DFL,
.FastNestedPanel .FastStatusColorRemoved .DFL,
.FastSubPanel .FastStatusColorRemoved .DFL,
.DataDocContainer .FastStatusColorRemoved .DFL,
.FastStatusColorRemoved .DFL.FastStatusLabel {
  color: #CC170E;
  }
.FastPanel .FastStatusColorRemoved .FICFTAuto, .FastSubPanel .FastStatusColorRemoved .FICFTAuto, .FastForcedPanel .FastStatusColorRemoved .FICFTAuto, .FastNestedPanel .FastStatusColorRemoved .FICFTAuto, .FastSubPanel .FastStatusColorRemoved .FICFTAuto, .DataDocContainer .FastStatusColorRemoved .FICFTAuto, .FastStatusColorRemoved.FastStatusLabel .FICFTAuto,
.FastPanel .FastStatusColorRemoved .DFL .FICFTAuto,
.FastSubPanel .FastStatusColorRemoved .DFL .FICFTAuto,
.FastForcedPanel .FastStatusColorRemoved .DFL .FICFTAuto,
.FastNestedPanel .FastStatusColorRemoved .DFL .FICFTAuto,
.FastSubPanel .FastStatusColorRemoved .DFL .FICFTAuto,
.DataDocContainer .FastStatusColorRemoved .DFL .FICFTAuto,
.FastStatusColorRemoved .DFL.FastStatusLabel .FICFTAuto {
  color: inherit;
}

.FICFTRemoved,
.FPB .FICFTRemoved {
  color: #CC170E;
  }
.FICFTRemoved .FICFTAuto,
.FPB .FICFTRemoved .FICFTAuto {
  color: inherit;
}

.FSCBackgroundRemoved {
  background-color: #CC170E;
  }

.RowStatusColorRemoved,
.RowStatusColorRemoved.FastPanel,
.RowStatusColorRemoved.FastPanelCell,
.RowStatusColorRemoved.FastSubPanel,
.RowStatusColorRemoved.FastSubPanelCell,
.RowStatusColorRemoved.RowTemplateCell,
.RowStatusColorRemoved > .RowTemplateCell,
.DTRowColors .TDR.RowStatusColorRemoved,
.DTRowColors.DocTemplatedTable .TDR.RowStatusColorRemoved .RowTemplateCell {
  background-color: #FDD3C5;
  }
.RowStatusColorRemoved.ItemListRow,
.RowStatusColorRemoved.FastPanel.ItemListRow,
.RowStatusColorRemoved.FastPanelCell.ItemListRow,
.RowStatusColorRemoved.FastSubPanel.ItemListRow,
.RowStatusColorRemoved.FastSubPanelCell.ItemListRow,
.RowStatusColorRemoved.RowTemplateCell.ItemListRow,
.RowStatusColorRemoved > .RowTemplateCell.ItemListRow,
.DTRowColors .TDR.RowStatusColorRemoved.ItemListRow,
.DTRowColors.DocTemplatedTable .TDR.RowStatusColorRemoved .RowTemplateCell.ItemListRow {
  background: none;
}

.RowStatusColorRemoved.FastPanel,
.RowStatusColorRemoved > .FastPanel,
.RowStatusColorRemoved.FastPanelCell,
.RowStatusColorRemoved > .FastPanelCell,
.RowStatusColorRemoved.FastSubPanel,
.RowStatusColorRemoved > .FastSubPanel,
.RowStatusColorRemoved.FastSubPanelCell,
.RowStatusColorRemoved > .FastSubPanelCell,
.RowStatusColorRemoved.RowTemplateCell,
.RowStatusColorRemoved > .RowTemplateCell {
  border-color: #E18867;
  }

.Announcement.FastStatusColorRemoved,
.AnnouncementPreviewRemoved {
  background-color: #CC170E;
  color: #FFF;
  }
.AnnouncementFooterContainer .Announcement.FastStatusColorRemoved,
.AnnouncementFooterContainer .AnnouncementPreviewRemoved {
  background: none;
  color: #CC170E;
  }

.FastStatusColorRunning,
.FastStatusColorRunning .DFL {
  color: #666;
  }
.FastStatusColorRunning .FICFTAuto,
.FastStatusColorRunning .DFL .FICFTAuto {
  color: inherit;
}
.FastPanel .FastStatusColorRunning, .FastSubPanel .FastStatusColorRunning, .FastForcedPanel .FastStatusColorRunning, .FastNestedPanel .FastStatusColorRunning, .FastSubPanel .FastStatusColorRunning, .DataDocContainer .FastStatusColorRunning, .FastStatusColorRunning.FastStatusLabel,
.FastPanel .FastStatusColorRunning .DFL,
.FastSubPanel .FastStatusColorRunning .DFL,
.FastForcedPanel .FastStatusColorRunning .DFL,
.FastNestedPanel .FastStatusColorRunning .DFL,
.FastSubPanel .FastStatusColorRunning .DFL,
.DataDocContainer .FastStatusColorRunning .DFL,
.FastStatusColorRunning .DFL.FastStatusLabel {
  color: #008575;
  }
.FastPanel .FastStatusColorRunning .FICFTAuto, .FastSubPanel .FastStatusColorRunning .FICFTAuto, .FastForcedPanel .FastStatusColorRunning .FICFTAuto, .FastNestedPanel .FastStatusColorRunning .FICFTAuto, .FastSubPanel .FastStatusColorRunning .FICFTAuto, .DataDocContainer .FastStatusColorRunning .FICFTAuto, .FastStatusColorRunning.FastStatusLabel .FICFTAuto,
.FastPanel .FastStatusColorRunning .DFL .FICFTAuto,
.FastSubPanel .FastStatusColorRunning .DFL .FICFTAuto,
.FastForcedPanel .FastStatusColorRunning .DFL .FICFTAuto,
.FastNestedPanel .FastStatusColorRunning .DFL .FICFTAuto,
.FastSubPanel .FastStatusColorRunning .DFL .FICFTAuto,
.DataDocContainer .FastStatusColorRunning .DFL .FICFTAuto,
.FastStatusColorRunning .DFL.FastStatusLabel .FICFTAuto {
  color: inherit;
}

.FICFTRunning,
.FPB .FICFTRunning {
  color: #008575;
  }
.FICFTRunning .FICFTAuto,
.FPB .FICFTRunning .FICFTAuto {
  color: inherit;
}

.FSCBackgroundRunning {
  background-color: #008575;
  }

.RowStatusColorRunning,
.RowStatusColorRunning.FastPanel,
.RowStatusColorRunning.FastPanelCell,
.RowStatusColorRunning.FastSubPanel,
.RowStatusColorRunning.FastSubPanelCell,
.RowStatusColorRunning.RowTemplateCell,
.RowStatusColorRunning > .RowTemplateCell,
.DTRowColors .TDR.RowStatusColorRunning,
.DTRowColors.DocTemplatedTable .TDR.RowStatusColorRunning .RowTemplateCell {
  background-color: #CEEAE7;
  }
.RowStatusColorRunning.ItemListRow,
.RowStatusColorRunning.FastPanel.ItemListRow,
.RowStatusColorRunning.FastPanelCell.ItemListRow,
.RowStatusColorRunning.FastSubPanel.ItemListRow,
.RowStatusColorRunning.FastSubPanelCell.ItemListRow,
.RowStatusColorRunning.RowTemplateCell.ItemListRow,
.RowStatusColorRunning > .RowTemplateCell.ItemListRow,
.DTRowColors .TDR.RowStatusColorRunning.ItemListRow,
.DTRowColors.DocTemplatedTable .TDR.RowStatusColorRunning .RowTemplateCell.ItemListRow {
  background: none;
}

.RowStatusColorRunning.FastPanel,
.RowStatusColorRunning > .FastPanel,
.RowStatusColorRunning.FastPanelCell,
.RowStatusColorRunning > .FastPanelCell,
.RowStatusColorRunning.FastSubPanel,
.RowStatusColorRunning > .FastSubPanel,
.RowStatusColorRunning.FastSubPanelCell,
.RowStatusColorRunning > .FastSubPanelCell,
.RowStatusColorRunning.RowTemplateCell,
.RowStatusColorRunning > .RowTemplateCell {
  border-color: #84C2BB;
  }

.Announcement.FastStatusColorRunning,
.AnnouncementPreviewRunning {
  background-color: #008575;
  color: #FFF;
  }
.AnnouncementFooterContainer .Announcement.FastStatusColorRunning,
.AnnouncementFooterContainer .AnnouncementPreviewRunning {
  background: none;
  color: #008575;
  }

.FastStatusLabel,
.FastStatusBanner,
.FastStatusPanel {
  background-color: #D0DBED;
  border-color: #90BAD6;
  color: #444;
  /*.FICF
  {
      @include status-color(color, Default, Color);
  }*/
}
.FastStatusLabel .FastTitlebar.FastTitlebar,
.FastStatusLabel .WebDocTitleBanner .FastTitlebar.FastTitlebar, .FastStatusLabel.WebDocTitleBanner .FastTitlebar.FastTitlebar, .FastStatusLabel.TDC, .OutlineValue .FastStatusLabel,
.FastStatusBanner .FastTitlebar.FastTitlebar,
.FastStatusBanner .WebDocTitleBanner .FastTitlebar.FastTitlebar,
.FastStatusBanner.WebDocTitleBanner .FastTitlebar.FastTitlebar,
.FastStatusBanner.TDC,
.OutlineValue .FastStatusBanner,
.FastStatusPanel .FastTitlebar.FastTitlebar,
.FastStatusPanel .WebDocTitleBanner .FastTitlebar.FastTitlebar,
.FastStatusPanel.WebDocTitleBanner .FastTitlebar.FastTitlebar,
.FastStatusPanel.TDC,
.OutlineValue .FastStatusPanel {
  color: inherit;
  background: none;
}
.FastStatusLabel .DFB,
.FastStatusBanner .DFB,
.FastStatusPanel .DFB {
  background-color: #1B75BC;
  border-color: #1B75BC;
  color: #FFF;
  }
.FastStatusLabel .DFB .FICF,
.FastStatusBanner .DFB .FICF,
.FastStatusPanel .DFB .FICF {
  color: inherit;
}
.FastStatusLabel .DFL,
.FastStatusBanner .DFL,
.FastStatusPanel .DFL {
  color: #16629C;
  }
.FastStatusLabel.FastStatusColorDefault,
.FastStatusBanner.FastStatusColorDefault,
.FastStatusPanel.FastStatusColorDefault {
  background-color: #D0DBED;
  border-color: #90BAD6;
  color: #16629C;
  /*        .FICF
  {
      @include status-color(color, Default, Color);
  }*/
  /*        &.ViewStackStatusTitlebarWrapper::before
  {
      @include status-color(background-color, Default, Color);
  }*/
}
.FastStatusLabel.FastStatusColorDefault .FastStatusColorDefault,
.FastStatusBanner.FastStatusColorDefault .FastStatusColorDefault,
.FastStatusPanel.FastStatusColorDefault .FastStatusColorDefault {
  color: inherit;
}
.FastStatusLabel.FastStatusColorDefault .DFL,
.FastStatusBanner.FastStatusColorDefault .DFL,
.FastStatusPanel.FastStatusColorDefault .DFL {
  color: #16629C;
  }
.FastStatusLabel.FastStatusColorDefault .DFB,
.FastStatusBanner.FastStatusColorDefault .DFB,
.FastStatusPanel.FastStatusColorDefault .DFB {
  background-color: #1B75BC;
  border-color: #1B75BC;
  }
.FastStatusLabel.FastStatusColorDefault .DFB:hover,
.FastStatusBanner.FastStatusColorDefault .DFB:hover,
.FastStatusPanel.FastStatusColorDefault .DFB:hover {
  background-color: #1e83d2;
  border-color: #1e83d2;
  }
.FastStatusLabel.FastStatusColorDefault .DFB:active,
.FastStatusBanner.FastStatusColorDefault .DFB:active,
.FastStatusPanel.FastStatusColorDefault .DFB:active {
  background-color: #1867a6;
  border-color: #1867a6;
  }
.FastStatusLabel.FastStatusColorDefault .DFB .FICF,
.FastStatusBanner.FastStatusColorDefault .DFB .FICF,
.FastStatusPanel.FastStatusColorDefault .DFB .FICF {
  color: inherit;
}
.FastStatusLabel.FastStatusColorDefault.ViewStackStatusTitlebarWrapper,
.FastStatusBanner.FastStatusColorDefault.ViewStackStatusTitlebarWrapper,
.FastStatusPanel.FastStatusColorDefault.ViewStackStatusTitlebarWrapper {
  background-color: #1B75BC;
  color: #FFF;
  /*&::before
  {
      @include status-color(background-color, Default, Color);
  }*/
  /*            .FICF
  {
      color: inherit;
  }*/
}
.FastStatusLabel.FastStatusColorDefault.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusLabel.FastStatusColorDefault.ViewStackStatusTitlebarWrapper .FICF,
.FastStatusBanner.FastStatusColorDefault.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusBanner.FastStatusColorDefault.ViewStackStatusTitlebarWrapper .FICF,
.FastStatusPanel.FastStatusColorDefault.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusPanel.FastStatusColorDefault.ViewStackStatusTitlebarWrapper .FICF {
  color: inherit;
}
.FastStatusLabel.FastStatusColorDefault input, .FastStatusLabel.FastStatusColorDefault select, .FastStatusLabel.FastStatusColorDefault textarea,
.FastStatusBanner.FastStatusColorDefault input,
.FastStatusBanner.FastStatusColorDefault select,
.FastStatusBanner.FastStatusColorDefault textarea,
.FastStatusPanel.FastStatusColorDefault input,
.FastStatusPanel.FastStatusColorDefault select,
.FastStatusPanel.FastStatusColorDefault textarea {
  border-color: #90BAD6;
  }
.FastStatusLabel.FastStatusColorGood,
.FastStatusBanner.FastStatusColorGood,
.FastStatusPanel.FastStatusColorGood {
  background-color: #DBE8CE;
  border-color: #A6C8A3;
  color: #257000;
  /*        .FICF
  {
      @include status-color(color, Good, Color);
  }*/
  /*        &.ViewStackStatusTitlebarWrapper::before
  {
      @include status-color(background-color, Good, Color);
  }*/
}
.FastStatusLabel.FastStatusColorGood .FastStatusColorGood,
.FastStatusBanner.FastStatusColorGood .FastStatusColorGood,
.FastStatusPanel.FastStatusColorGood .FastStatusColorGood {
  color: inherit;
}
.FastStatusLabel.FastStatusColorGood .DFL,
.FastStatusBanner.FastStatusColorGood .DFL,
.FastStatusPanel.FastStatusColorGood .DFL {
  color: #257000;
  }
.FastStatusLabel.FastStatusColorGood .DFB,
.FastStatusBanner.FastStatusColorGood .DFB,
.FastStatusPanel.FastStatusColorGood .DFB {
  background-color: #2C8500;
  border-color: #2C8500;
  }
.FastStatusLabel.FastStatusColorGood .DFB:hover,
.FastStatusBanner.FastStatusColorGood .DFB:hover,
.FastStatusPanel.FastStatusColorGood .DFB:hover {
  background-color: #349f00;
  border-color: #349f00;
  }
.FastStatusLabel.FastStatusColorGood .DFB:active,
.FastStatusBanner.FastStatusColorGood .DFB:active,
.FastStatusPanel.FastStatusColorGood .DFB:active {
  background-color: #246c00;
  border-color: #246c00;
  }
.FastStatusLabel.FastStatusColorGood .DFB .FICF,
.FastStatusBanner.FastStatusColorGood .DFB .FICF,
.FastStatusPanel.FastStatusColorGood .DFB .FICF {
  color: inherit;
}
.FastStatusLabel.FastStatusColorGood.ViewStackStatusTitlebarWrapper,
.FastStatusBanner.FastStatusColorGood.ViewStackStatusTitlebarWrapper,
.FastStatusPanel.FastStatusColorGood.ViewStackStatusTitlebarWrapper {
  background-color: #2C8500;
  color: #FFF;
  /*&::before
  {
      @include status-color(background-color, Default, Color);
  }*/
  /*            .FICF
  {
      color: inherit;
  }*/
}
.FastStatusLabel.FastStatusColorGood.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusLabel.FastStatusColorGood.ViewStackStatusTitlebarWrapper .FICF,
.FastStatusBanner.FastStatusColorGood.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusBanner.FastStatusColorGood.ViewStackStatusTitlebarWrapper .FICF,
.FastStatusPanel.FastStatusColorGood.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusPanel.FastStatusColorGood.ViewStackStatusTitlebarWrapper .FICF {
  color: inherit;
}
.FastStatusLabel.FastStatusColorGood input, .FastStatusLabel.FastStatusColorGood select, .FastStatusLabel.FastStatusColorGood textarea,
.FastStatusBanner.FastStatusColorGood input,
.FastStatusBanner.FastStatusColorGood select,
.FastStatusBanner.FastStatusColorGood textarea,
.FastStatusPanel.FastStatusColorGood input,
.FastStatusPanel.FastStatusColorGood select,
.FastStatusPanel.FastStatusColorGood textarea {
  border-color: #A6C8A3;
  }
.FastStatusLabel.FastStatusColorComplete,
.FastStatusBanner.FastStatusColorComplete,
.FastStatusPanel.FastStatusColorComplete {
  background-color: #DBE8CE;
  border-color: #A6C8A3;
  color: #257000;
  /*        .FICF
  {
      @include status-color(color, Complete, Color);
  }*/
  /*        &.ViewStackStatusTitlebarWrapper::before
  {
      @include status-color(background-color, Complete, Color);
  }*/
}
.FastStatusLabel.FastStatusColorComplete .FastStatusColorComplete,
.FastStatusBanner.FastStatusColorComplete .FastStatusColorComplete,
.FastStatusPanel.FastStatusColorComplete .FastStatusColorComplete {
  color: inherit;
}
.FastStatusLabel.FastStatusColorComplete .DFL,
.FastStatusBanner.FastStatusColorComplete .DFL,
.FastStatusPanel.FastStatusColorComplete .DFL {
  color: #257000;
  }
.FastStatusLabel.FastStatusColorComplete .DFB,
.FastStatusBanner.FastStatusColorComplete .DFB,
.FastStatusPanel.FastStatusColorComplete .DFB {
  background-color: #2C8500;
  border-color: #2C8500;
  }
.FastStatusLabel.FastStatusColorComplete .DFB:hover,
.FastStatusBanner.FastStatusColorComplete .DFB:hover,
.FastStatusPanel.FastStatusColorComplete .DFB:hover {
  background-color: #349f00;
  border-color: #349f00;
  }
.FastStatusLabel.FastStatusColorComplete .DFB:active,
.FastStatusBanner.FastStatusColorComplete .DFB:active,
.FastStatusPanel.FastStatusColorComplete .DFB:active {
  background-color: #246c00;
  border-color: #246c00;
  }
.FastStatusLabel.FastStatusColorComplete .DFB .FICF,
.FastStatusBanner.FastStatusColorComplete .DFB .FICF,
.FastStatusPanel.FastStatusColorComplete .DFB .FICF {
  color: inherit;
}
.FastStatusLabel.FastStatusColorComplete.ViewStackStatusTitlebarWrapper,
.FastStatusBanner.FastStatusColorComplete.ViewStackStatusTitlebarWrapper,
.FastStatusPanel.FastStatusColorComplete.ViewStackStatusTitlebarWrapper {
  background-color: #2C8500;
  color: #FFF;
  /*&::before
  {
      @include status-color(background-color, Default, Color);
  }*/
  /*            .FICF
  {
      color: inherit;
  }*/
}
.FastStatusLabel.FastStatusColorComplete.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusLabel.FastStatusColorComplete.ViewStackStatusTitlebarWrapper .FICF,
.FastStatusBanner.FastStatusColorComplete.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusBanner.FastStatusColorComplete.ViewStackStatusTitlebarWrapper .FICF,
.FastStatusPanel.FastStatusColorComplete.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusPanel.FastStatusColorComplete.ViewStackStatusTitlebarWrapper .FICF {
  color: inherit;
}
.FastStatusLabel.FastStatusColorComplete input, .FastStatusLabel.FastStatusColorComplete select, .FastStatusLabel.FastStatusColorComplete textarea,
.FastStatusBanner.FastStatusColorComplete input,
.FastStatusBanner.FastStatusColorComplete select,
.FastStatusBanner.FastStatusColorComplete textarea,
.FastStatusPanel.FastStatusColorComplete input,
.FastStatusPanel.FastStatusColorComplete select,
.FastStatusPanel.FastStatusColorComplete textarea {
  border-color: #A6C8A3;
  }
.FastStatusLabel.FastStatusColorWarning,
.FastStatusBanner.FastStatusColorWarning,
.FastStatusPanel.FastStatusColorWarning {
  background-color: #FFE4CB;
  border-color: #E0A271;
  color: #AA4A13;
  /*        .FICF
  {
      @include status-color(color, Warning, Color);
  }*/
  /*        &.ViewStackStatusTitlebarWrapper::before
  {
      @include status-color(background-color, Warning, Color);
  }*/
}
.FastStatusLabel.FastStatusColorWarning .FastStatusColorWarning,
.FastStatusBanner.FastStatusColorWarning .FastStatusColorWarning,
.FastStatusPanel.FastStatusColorWarning .FastStatusColorWarning {
  color: inherit;
}
.FastStatusLabel.FastStatusColorWarning .DFL,
.FastStatusBanner.FastStatusColorWarning .DFL,
.FastStatusPanel.FastStatusColorWarning .DFL {
  color: #AA4A13;
  }
.FastStatusLabel.FastStatusColorWarning .DFB,
.FastStatusBanner.FastStatusColorWarning .DFB,
.FastStatusPanel.FastStatusColorWarning .DFB {
  background-color: #C15515;
  border-color: #C15515;
  }
.FastStatusLabel.FastStatusColorWarning .DFB:hover,
.FastStatusBanner.FastStatusColorWarning .DFB:hover,
.FastStatusPanel.FastStatusColorWarning .DFB:hover {
  background-color: #d85f18;
  border-color: #d85f18;
  }
.FastStatusLabel.FastStatusColorWarning .DFB:active,
.FastStatusBanner.FastStatusColorWarning .DFB:active,
.FastStatusPanel.FastStatusColorWarning .DFB:active {
  background-color: #aa4b12;
  border-color: #aa4b12;
  }
.FastStatusLabel.FastStatusColorWarning .DFB .FICF,
.FastStatusBanner.FastStatusColorWarning .DFB .FICF,
.FastStatusPanel.FastStatusColorWarning .DFB .FICF {
  color: inherit;
}
.FastStatusLabel.FastStatusColorWarning.ViewStackStatusTitlebarWrapper,
.FastStatusBanner.FastStatusColorWarning.ViewStackStatusTitlebarWrapper,
.FastStatusPanel.FastStatusColorWarning.ViewStackStatusTitlebarWrapper {
  background-color: #C15515;
  color: #FFF;
  /*&::before
  {
      @include status-color(background-color, Default, Color);
  }*/
  /*            .FICF
  {
      color: inherit;
  }*/
}
.FastStatusLabel.FastStatusColorWarning.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusLabel.FastStatusColorWarning.ViewStackStatusTitlebarWrapper .FICF,
.FastStatusBanner.FastStatusColorWarning.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusBanner.FastStatusColorWarning.ViewStackStatusTitlebarWrapper .FICF,
.FastStatusPanel.FastStatusColorWarning.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusPanel.FastStatusColorWarning.ViewStackStatusTitlebarWrapper .FICF {
  color: inherit;
}
.FastStatusLabel.FastStatusColorWarning input, .FastStatusLabel.FastStatusColorWarning select, .FastStatusLabel.FastStatusColorWarning textarea,
.FastStatusBanner.FastStatusColorWarning input,
.FastStatusBanner.FastStatusColorWarning select,
.FastStatusBanner.FastStatusColorWarning textarea,
.FastStatusPanel.FastStatusColorWarning input,
.FastStatusPanel.FastStatusColorWarning select,
.FastStatusPanel.FastStatusColorWarning textarea {
  border-color: #E0A271;
  }
.FastStatusLabel.FastStatusColorError,
.FastStatusBanner.FastStatusColorError,
.FastStatusPanel.FastStatusColorError {
  background-color: #FDD3C5;
  border-color: #E18867;
  color: #BF160D;
  /*        .FICF
  {
      @include status-color(color, Error, Color);
  }*/
  /*        &.ViewStackStatusTitlebarWrapper::before
  {
      @include status-color(background-color, Error, Color);
  }*/
}
.FastStatusLabel.FastStatusColorError .FastStatusColorError,
.FastStatusBanner.FastStatusColorError .FastStatusColorError,
.FastStatusPanel.FastStatusColorError .FastStatusColorError {
  color: inherit;
}
.FastStatusLabel.FastStatusColorError .DFL,
.FastStatusBanner.FastStatusColorError .DFL,
.FastStatusPanel.FastStatusColorError .DFL {
  color: #BF160D;
  }
.FastStatusLabel.FastStatusColorError .DFB,
.FastStatusBanner.FastStatusColorError .DFB,
.FastStatusPanel.FastStatusColorError .DFB {
  background-color: #CC170E;
  border-color: #CC170E;
  }
.FastStatusLabel.FastStatusColorError .DFB:hover,
.FastStatusBanner.FastStatusColorError .DFB:hover,
.FastStatusPanel.FastStatusColorError .DFB:hover {
  background-color: #e41a10;
  border-color: #e41a10;
  }
.FastStatusLabel.FastStatusColorError .DFB:active,
.FastStatusBanner.FastStatusColorError .DFB:active,
.FastStatusPanel.FastStatusColorError .DFB:active {
  background-color: #b4140c;
  border-color: #b4140c;
  }
.FastStatusLabel.FastStatusColorError .DFB .FICF,
.FastStatusBanner.FastStatusColorError .DFB .FICF,
.FastStatusPanel.FastStatusColorError .DFB .FICF {
  color: inherit;
}
.FastStatusLabel.FastStatusColorError.ViewStackStatusTitlebarWrapper,
.FastStatusBanner.FastStatusColorError.ViewStackStatusTitlebarWrapper,
.FastStatusPanel.FastStatusColorError.ViewStackStatusTitlebarWrapper {
  background-color: #CC170E;
  color: #FFF;
  /*&::before
  {
      @include status-color(background-color, Default, Color);
  }*/
  /*            .FICF
  {
      color: inherit;
  }*/
}
.FastStatusLabel.FastStatusColorError.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusLabel.FastStatusColorError.ViewStackStatusTitlebarWrapper .FICF,
.FastStatusBanner.FastStatusColorError.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusBanner.FastStatusColorError.ViewStackStatusTitlebarWrapper .FICF,
.FastStatusPanel.FastStatusColorError.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusPanel.FastStatusColorError.ViewStackStatusTitlebarWrapper .FICF {
  color: inherit;
}
.FastStatusLabel.FastStatusColorError input, .FastStatusLabel.FastStatusColorError select, .FastStatusLabel.FastStatusColorError textarea,
.FastStatusBanner.FastStatusColorError input,
.FastStatusBanner.FastStatusColorError select,
.FastStatusBanner.FastStatusColorError textarea,
.FastStatusPanel.FastStatusColorError input,
.FastStatusPanel.FastStatusColorError select,
.FastStatusPanel.FastStatusColorError textarea {
  border-color: #E18867;
  }
.FastStatusLabel.FastStatusColorInactive,
.FastStatusBanner.FastStatusColorInactive,
.FastStatusPanel.FastStatusColorInactive {
  background-color: #E2E2E2;
  border-color: #97999C;
  color: #666;
  /*        .FICF
  {
      @include status-color(color, Inactive, Color);
  }*/
  /*        &.ViewStackStatusTitlebarWrapper::before
  {
      @include status-color(background-color, Inactive, Color);
  }*/
}
.FastStatusLabel.FastStatusColorInactive .FastStatusColorInactive,
.FastStatusBanner.FastStatusColorInactive .FastStatusColorInactive,
.FastStatusPanel.FastStatusColorInactive .FastStatusColorInactive {
  color: inherit;
}
.FastStatusLabel.FastStatusColorInactive .DFL,
.FastStatusBanner.FastStatusColorInactive .DFL,
.FastStatusPanel.FastStatusColorInactive .DFL {
  color: #666;
  }
.FastStatusLabel.FastStatusColorInactive .DFB,
.FastStatusBanner.FastStatusColorInactive .DFB,
.FastStatusPanel.FastStatusColorInactive .DFB {
  background-color: #666;
  border-color: #666;
  }
.FastStatusLabel.FastStatusColorInactive .DFB:hover,
.FastStatusBanner.FastStatusColorInactive .DFB:hover,
.FastStatusPanel.FastStatusColorInactive .DFB:hover {
  background-color: #737373;
  border-color: #737373;
  }
.FastStatusLabel.FastStatusColorInactive .DFB:active,
.FastStatusBanner.FastStatusColorInactive .DFB:active,
.FastStatusPanel.FastStatusColorInactive .DFB:active {
  background-color: #595959;
  border-color: #595959;
  }
.FastStatusLabel.FastStatusColorInactive .DFB .FICF,
.FastStatusBanner.FastStatusColorInactive .DFB .FICF,
.FastStatusPanel.FastStatusColorInactive .DFB .FICF {
  color: inherit;
}
.FastStatusLabel.FastStatusColorInactive.ViewStackStatusTitlebarWrapper,
.FastStatusBanner.FastStatusColorInactive.ViewStackStatusTitlebarWrapper,
.FastStatusPanel.FastStatusColorInactive.ViewStackStatusTitlebarWrapper {
  background-color: #666;
  color: #FFF;
  /*&::before
  {
      @include status-color(background-color, Default, Color);
  }*/
  /*            .FICF
  {
      color: inherit;
  }*/
}
.FastStatusLabel.FastStatusColorInactive.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusLabel.FastStatusColorInactive.ViewStackStatusTitlebarWrapper .FICF,
.FastStatusBanner.FastStatusColorInactive.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusBanner.FastStatusColorInactive.ViewStackStatusTitlebarWrapper .FICF,
.FastStatusPanel.FastStatusColorInactive.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusPanel.FastStatusColorInactive.ViewStackStatusTitlebarWrapper .FICF {
  color: inherit;
}
.FastStatusLabel.FastStatusColorInactive input, .FastStatusLabel.FastStatusColorInactive select, .FastStatusLabel.FastStatusColorInactive textarea,
.FastStatusBanner.FastStatusColorInactive input,
.FastStatusBanner.FastStatusColorInactive select,
.FastStatusBanner.FastStatusColorInactive textarea,
.FastStatusPanel.FastStatusColorInactive input,
.FastStatusPanel.FastStatusColorInactive select,
.FastStatusPanel.FastStatusColorInactive textarea {
  border-color: #97999C;
  }
.FastStatusLabel.FastStatusColorIncomplete,
.FastStatusBanner.FastStatusColorIncomplete,
.FastStatusPanel.FastStatusColorIncomplete {
  background-color: #FFE4CB;
  border-color: #E0A271;
  color: #AA4A13;
  /*        .FICF
  {
      @include status-color(color, Incomplete, Color);
  }*/
  /*        &.ViewStackStatusTitlebarWrapper::before
  {
      @include status-color(background-color, Incomplete, Color);
  }*/
}
.FastStatusLabel.FastStatusColorIncomplete .FastStatusColorIncomplete,
.FastStatusBanner.FastStatusColorIncomplete .FastStatusColorIncomplete,
.FastStatusPanel.FastStatusColorIncomplete .FastStatusColorIncomplete {
  color: inherit;
}
.FastStatusLabel.FastStatusColorIncomplete .DFL,
.FastStatusBanner.FastStatusColorIncomplete .DFL,
.FastStatusPanel.FastStatusColorIncomplete .DFL {
  color: #AA4A13;
  }
.FastStatusLabel.FastStatusColorIncomplete .DFB,
.FastStatusBanner.FastStatusColorIncomplete .DFB,
.FastStatusPanel.FastStatusColorIncomplete .DFB {
  background-color: #C15515;
  border-color: #C15515;
  }
.FastStatusLabel.FastStatusColorIncomplete .DFB:hover,
.FastStatusBanner.FastStatusColorIncomplete .DFB:hover,
.FastStatusPanel.FastStatusColorIncomplete .DFB:hover {
  background-color: #d85f18;
  border-color: #d85f18;
  }
.FastStatusLabel.FastStatusColorIncomplete .DFB:active,
.FastStatusBanner.FastStatusColorIncomplete .DFB:active,
.FastStatusPanel.FastStatusColorIncomplete .DFB:active {
  background-color: #aa4b12;
  border-color: #aa4b12;
  }
.FastStatusLabel.FastStatusColorIncomplete .DFB .FICF,
.FastStatusBanner.FastStatusColorIncomplete .DFB .FICF,
.FastStatusPanel.FastStatusColorIncomplete .DFB .FICF {
  color: inherit;
}
.FastStatusLabel.FastStatusColorIncomplete.ViewStackStatusTitlebarWrapper,
.FastStatusBanner.FastStatusColorIncomplete.ViewStackStatusTitlebarWrapper,
.FastStatusPanel.FastStatusColorIncomplete.ViewStackStatusTitlebarWrapper {
  background-color: #C15515;
  color: #FFF;
  /*&::before
  {
      @include status-color(background-color, Default, Color);
  }*/
  /*            .FICF
  {
      color: inherit;
  }*/
}
.FastStatusLabel.FastStatusColorIncomplete.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusLabel.FastStatusColorIncomplete.ViewStackStatusTitlebarWrapper .FICF,
.FastStatusBanner.FastStatusColorIncomplete.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusBanner.FastStatusColorIncomplete.ViewStackStatusTitlebarWrapper .FICF,
.FastStatusPanel.FastStatusColorIncomplete.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusPanel.FastStatusColorIncomplete.ViewStackStatusTitlebarWrapper .FICF {
  color: inherit;
}
.FastStatusLabel.FastStatusColorIncomplete input, .FastStatusLabel.FastStatusColorIncomplete select, .FastStatusLabel.FastStatusColorIncomplete textarea,
.FastStatusBanner.FastStatusColorIncomplete input,
.FastStatusBanner.FastStatusColorIncomplete select,
.FastStatusBanner.FastStatusColorIncomplete textarea,
.FastStatusPanel.FastStatusColorIncomplete input,
.FastStatusPanel.FastStatusColorIncomplete select,
.FastStatusPanel.FastStatusColorIncomplete textarea {
  border-color: #E0A271;
  }
.FastStatusLabel.FastStatusColorBad,
.FastStatusBanner.FastStatusColorBad,
.FastStatusPanel.FastStatusColorBad {
  background-color: #FDD3C5;
  border-color: #E18867;
  color: #BF160D;
  /*        .FICF
  {
      @include status-color(color, Bad, Color);
  }*/
  /*        &.ViewStackStatusTitlebarWrapper::before
  {
      @include status-color(background-color, Bad, Color);
  }*/
}
.FastStatusLabel.FastStatusColorBad .FastStatusColorBad,
.FastStatusBanner.FastStatusColorBad .FastStatusColorBad,
.FastStatusPanel.FastStatusColorBad .FastStatusColorBad {
  color: inherit;
}
.FastStatusLabel.FastStatusColorBad .DFL,
.FastStatusBanner.FastStatusColorBad .DFL,
.FastStatusPanel.FastStatusColorBad .DFL {
  color: #BF160D;
  }
.FastStatusLabel.FastStatusColorBad .DFB,
.FastStatusBanner.FastStatusColorBad .DFB,
.FastStatusPanel.FastStatusColorBad .DFB {
  background-color: #CC170E;
  border-color: #CC170E;
  }
.FastStatusLabel.FastStatusColorBad .DFB:hover,
.FastStatusBanner.FastStatusColorBad .DFB:hover,
.FastStatusPanel.FastStatusColorBad .DFB:hover {
  background-color: #e41a10;
  border-color: #e41a10;
  }
.FastStatusLabel.FastStatusColorBad .DFB:active,
.FastStatusBanner.FastStatusColorBad .DFB:active,
.FastStatusPanel.FastStatusColorBad .DFB:active {
  background-color: #b4140c;
  border-color: #b4140c;
  }
.FastStatusLabel.FastStatusColorBad .DFB .FICF,
.FastStatusBanner.FastStatusColorBad .DFB .FICF,
.FastStatusPanel.FastStatusColorBad .DFB .FICF {
  color: inherit;
}
.FastStatusLabel.FastStatusColorBad.ViewStackStatusTitlebarWrapper,
.FastStatusBanner.FastStatusColorBad.ViewStackStatusTitlebarWrapper,
.FastStatusPanel.FastStatusColorBad.ViewStackStatusTitlebarWrapper {
  background-color: #CC170E;
  color: #FFF;
  /*&::before
  {
      @include status-color(background-color, Default, Color);
  }*/
  /*            .FICF
  {
      color: inherit;
  }*/
}
.FastStatusLabel.FastStatusColorBad.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusLabel.FastStatusColorBad.ViewStackStatusTitlebarWrapper .FICF,
.FastStatusBanner.FastStatusColorBad.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusBanner.FastStatusColorBad.ViewStackStatusTitlebarWrapper .FICF,
.FastStatusPanel.FastStatusColorBad.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusPanel.FastStatusColorBad.ViewStackStatusTitlebarWrapper .FICF {
  color: inherit;
}
.FastStatusLabel.FastStatusColorBad input, .FastStatusLabel.FastStatusColorBad select, .FastStatusLabel.FastStatusColorBad textarea,
.FastStatusBanner.FastStatusColorBad input,
.FastStatusBanner.FastStatusColorBad select,
.FastStatusBanner.FastStatusColorBad textarea,
.FastStatusPanel.FastStatusColorBad input,
.FastStatusPanel.FastStatusColorBad select,
.FastStatusPanel.FastStatusColorBad textarea {
  border-color: #E18867;
  }
.FastStatusLabel.FastStatusColorInvalid,
.FastStatusBanner.FastStatusColorInvalid,
.FastStatusPanel.FastStatusColorInvalid {
  background-color: #FDD3C5;
  border-color: #E18867;
  color: #BF160D;
  /*        .FICF
  {
      @include status-color(color, Invalid, Color);
  }*/
  /*        &.ViewStackStatusTitlebarWrapper::before
  {
      @include status-color(background-color, Invalid, Color);
  }*/
}
.FastStatusLabel.FastStatusColorInvalid .FastStatusColorInvalid,
.FastStatusBanner.FastStatusColorInvalid .FastStatusColorInvalid,
.FastStatusPanel.FastStatusColorInvalid .FastStatusColorInvalid {
  color: inherit;
}
.FastStatusLabel.FastStatusColorInvalid .DFL,
.FastStatusBanner.FastStatusColorInvalid .DFL,
.FastStatusPanel.FastStatusColorInvalid .DFL {
  color: #BF160D;
  }
.FastStatusLabel.FastStatusColorInvalid .DFB,
.FastStatusBanner.FastStatusColorInvalid .DFB,
.FastStatusPanel.FastStatusColorInvalid .DFB {
  background-color: #CC170E;
  border-color: #CC170E;
  }
.FastStatusLabel.FastStatusColorInvalid .DFB:hover,
.FastStatusBanner.FastStatusColorInvalid .DFB:hover,
.FastStatusPanel.FastStatusColorInvalid .DFB:hover {
  background-color: #e41a10;
  border-color: #e41a10;
  }
.FastStatusLabel.FastStatusColorInvalid .DFB:active,
.FastStatusBanner.FastStatusColorInvalid .DFB:active,
.FastStatusPanel.FastStatusColorInvalid .DFB:active {
  background-color: #b4140c;
  border-color: #b4140c;
  }
.FastStatusLabel.FastStatusColorInvalid .DFB .FICF,
.FastStatusBanner.FastStatusColorInvalid .DFB .FICF,
.FastStatusPanel.FastStatusColorInvalid .DFB .FICF {
  color: inherit;
}
.FastStatusLabel.FastStatusColorInvalid.ViewStackStatusTitlebarWrapper,
.FastStatusBanner.FastStatusColorInvalid.ViewStackStatusTitlebarWrapper,
.FastStatusPanel.FastStatusColorInvalid.ViewStackStatusTitlebarWrapper {
  background-color: #CC170E;
  color: #FFF;
  /*&::before
  {
      @include status-color(background-color, Default, Color);
  }*/
  /*            .FICF
  {
      color: inherit;
  }*/
}
.FastStatusLabel.FastStatusColorInvalid.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusLabel.FastStatusColorInvalid.ViewStackStatusTitlebarWrapper .FICF,
.FastStatusBanner.FastStatusColorInvalid.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusBanner.FastStatusColorInvalid.ViewStackStatusTitlebarWrapper .FICF,
.FastStatusPanel.FastStatusColorInvalid.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusPanel.FastStatusColorInvalid.ViewStackStatusTitlebarWrapper .FICF {
  color: inherit;
}
.FastStatusLabel.FastStatusColorInvalid input, .FastStatusLabel.FastStatusColorInvalid select, .FastStatusLabel.FastStatusColorInvalid textarea,
.FastStatusBanner.FastStatusColorInvalid input,
.FastStatusBanner.FastStatusColorInvalid select,
.FastStatusBanner.FastStatusColorInvalid textarea,
.FastStatusPanel.FastStatusColorInvalid input,
.FastStatusPanel.FastStatusColorInvalid select,
.FastStatusPanel.FastStatusColorInvalid textarea {
  border-color: #E18867;
  }
.FastStatusLabel.FastStatusColorAdded,
.FastStatusBanner.FastStatusColorAdded,
.FastStatusPanel.FastStatusColorAdded {
  background-color: #DBE8CE;
  border-color: #A6C8A3;
  color: #257000;
  /*        .FICF
  {
      @include status-color(color, Added, Color);
  }*/
  /*        &.ViewStackStatusTitlebarWrapper::before
  {
      @include status-color(background-color, Added, Color);
  }*/
}
.FastStatusLabel.FastStatusColorAdded .FastStatusColorAdded,
.FastStatusBanner.FastStatusColorAdded .FastStatusColorAdded,
.FastStatusPanel.FastStatusColorAdded .FastStatusColorAdded {
  color: inherit;
}
.FastStatusLabel.FastStatusColorAdded .DFL,
.FastStatusBanner.FastStatusColorAdded .DFL,
.FastStatusPanel.FastStatusColorAdded .DFL {
  color: #257000;
  }
.FastStatusLabel.FastStatusColorAdded .DFB,
.FastStatusBanner.FastStatusColorAdded .DFB,
.FastStatusPanel.FastStatusColorAdded .DFB {
  background-color: #2C8500;
  border-color: #2C8500;
  }
.FastStatusLabel.FastStatusColorAdded .DFB:hover,
.FastStatusBanner.FastStatusColorAdded .DFB:hover,
.FastStatusPanel.FastStatusColorAdded .DFB:hover {
  background-color: #349f00;
  border-color: #349f00;
  }
.FastStatusLabel.FastStatusColorAdded .DFB:active,
.FastStatusBanner.FastStatusColorAdded .DFB:active,
.FastStatusPanel.FastStatusColorAdded .DFB:active {
  background-color: #246c00;
  border-color: #246c00;
  }
.FastStatusLabel.FastStatusColorAdded .DFB .FICF,
.FastStatusBanner.FastStatusColorAdded .DFB .FICF,
.FastStatusPanel.FastStatusColorAdded .DFB .FICF {
  color: inherit;
}
.FastStatusLabel.FastStatusColorAdded.ViewStackStatusTitlebarWrapper,
.FastStatusBanner.FastStatusColorAdded.ViewStackStatusTitlebarWrapper,
.FastStatusPanel.FastStatusColorAdded.ViewStackStatusTitlebarWrapper {
  background-color: #2C8500;
  color: #FFF;
  /*&::before
  {
      @include status-color(background-color, Default, Color);
  }*/
  /*            .FICF
  {
      color: inherit;
  }*/
}
.FastStatusLabel.FastStatusColorAdded.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusLabel.FastStatusColorAdded.ViewStackStatusTitlebarWrapper .FICF,
.FastStatusBanner.FastStatusColorAdded.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusBanner.FastStatusColorAdded.ViewStackStatusTitlebarWrapper .FICF,
.FastStatusPanel.FastStatusColorAdded.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusPanel.FastStatusColorAdded.ViewStackStatusTitlebarWrapper .FICF {
  color: inherit;
}
.FastStatusLabel.FastStatusColorAdded input, .FastStatusLabel.FastStatusColorAdded select, .FastStatusLabel.FastStatusColorAdded textarea,
.FastStatusBanner.FastStatusColorAdded input,
.FastStatusBanner.FastStatusColorAdded select,
.FastStatusBanner.FastStatusColorAdded textarea,
.FastStatusPanel.FastStatusColorAdded input,
.FastStatusPanel.FastStatusColorAdded select,
.FastStatusPanel.FastStatusColorAdded textarea {
  border-color: #A6C8A3;
  }
.FastStatusLabel.FastStatusColorModified,
.FastStatusBanner.FastStatusColorModified,
.FastStatusPanel.FastStatusColorModified {
  background-color: #FFE4CB;
  border-color: #E0A271;
  color: #AA4A13;
  /*        .FICF
  {
      @include status-color(color, Modified, Color);
  }*/
  /*        &.ViewStackStatusTitlebarWrapper::before
  {
      @include status-color(background-color, Modified, Color);
  }*/
}
.FastStatusLabel.FastStatusColorModified .FastStatusColorModified,
.FastStatusBanner.FastStatusColorModified .FastStatusColorModified,
.FastStatusPanel.FastStatusColorModified .FastStatusColorModified {
  color: inherit;
}
.FastStatusLabel.FastStatusColorModified .DFL,
.FastStatusBanner.FastStatusColorModified .DFL,
.FastStatusPanel.FastStatusColorModified .DFL {
  color: #AA4A13;
  }
.FastStatusLabel.FastStatusColorModified .DFB,
.FastStatusBanner.FastStatusColorModified .DFB,
.FastStatusPanel.FastStatusColorModified .DFB {
  background-color: #C15515;
  border-color: #C15515;
  }
.FastStatusLabel.FastStatusColorModified .DFB:hover,
.FastStatusBanner.FastStatusColorModified .DFB:hover,
.FastStatusPanel.FastStatusColorModified .DFB:hover {
  background-color: #d85f18;
  border-color: #d85f18;
  }
.FastStatusLabel.FastStatusColorModified .DFB:active,
.FastStatusBanner.FastStatusColorModified .DFB:active,
.FastStatusPanel.FastStatusColorModified .DFB:active {
  background-color: #aa4b12;
  border-color: #aa4b12;
  }
.FastStatusLabel.FastStatusColorModified .DFB .FICF,
.FastStatusBanner.FastStatusColorModified .DFB .FICF,
.FastStatusPanel.FastStatusColorModified .DFB .FICF {
  color: inherit;
}
.FastStatusLabel.FastStatusColorModified.ViewStackStatusTitlebarWrapper,
.FastStatusBanner.FastStatusColorModified.ViewStackStatusTitlebarWrapper,
.FastStatusPanel.FastStatusColorModified.ViewStackStatusTitlebarWrapper {
  background-color: #C15515;
  color: #FFF;
  /*&::before
  {
      @include status-color(background-color, Default, Color);
  }*/
  /*            .FICF
  {
      color: inherit;
  }*/
}
.FastStatusLabel.FastStatusColorModified.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusLabel.FastStatusColorModified.ViewStackStatusTitlebarWrapper .FICF,
.FastStatusBanner.FastStatusColorModified.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusBanner.FastStatusColorModified.ViewStackStatusTitlebarWrapper .FICF,
.FastStatusPanel.FastStatusColorModified.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusPanel.FastStatusColorModified.ViewStackStatusTitlebarWrapper .FICF {
  color: inherit;
}
.FastStatusLabel.FastStatusColorModified input, .FastStatusLabel.FastStatusColorModified select, .FastStatusLabel.FastStatusColorModified textarea,
.FastStatusBanner.FastStatusColorModified input,
.FastStatusBanner.FastStatusColorModified select,
.FastStatusBanner.FastStatusColorModified textarea,
.FastStatusPanel.FastStatusColorModified input,
.FastStatusPanel.FastStatusColorModified select,
.FastStatusPanel.FastStatusColorModified textarea {
  border-color: #E0A271;
  }
.FastStatusLabel.FastStatusColorRemoved,
.FastStatusBanner.FastStatusColorRemoved,
.FastStatusPanel.FastStatusColorRemoved {
  background-color: #FDD3C5;
  border-color: #E18867;
  color: #BF160D;
  /*        .FICF
  {
      @include status-color(color, Removed, Color);
  }*/
  /*        &.ViewStackStatusTitlebarWrapper::before
  {
      @include status-color(background-color, Removed, Color);
  }*/
}
.FastStatusLabel.FastStatusColorRemoved .FastStatusColorRemoved,
.FastStatusBanner.FastStatusColorRemoved .FastStatusColorRemoved,
.FastStatusPanel.FastStatusColorRemoved .FastStatusColorRemoved {
  color: inherit;
}
.FastStatusLabel.FastStatusColorRemoved .DFL,
.FastStatusBanner.FastStatusColorRemoved .DFL,
.FastStatusPanel.FastStatusColorRemoved .DFL {
  color: #BF160D;
  }
.FastStatusLabel.FastStatusColorRemoved .DFB,
.FastStatusBanner.FastStatusColorRemoved .DFB,
.FastStatusPanel.FastStatusColorRemoved .DFB {
  background-color: #CC170E;
  border-color: #CC170E;
  }
.FastStatusLabel.FastStatusColorRemoved .DFB:hover,
.FastStatusBanner.FastStatusColorRemoved .DFB:hover,
.FastStatusPanel.FastStatusColorRemoved .DFB:hover {
  background-color: #e41a10;
  border-color: #e41a10;
  }
.FastStatusLabel.FastStatusColorRemoved .DFB:active,
.FastStatusBanner.FastStatusColorRemoved .DFB:active,
.FastStatusPanel.FastStatusColorRemoved .DFB:active {
  background-color: #b4140c;
  border-color: #b4140c;
  }
.FastStatusLabel.FastStatusColorRemoved .DFB .FICF,
.FastStatusBanner.FastStatusColorRemoved .DFB .FICF,
.FastStatusPanel.FastStatusColorRemoved .DFB .FICF {
  color: inherit;
}
.FastStatusLabel.FastStatusColorRemoved.ViewStackStatusTitlebarWrapper,
.FastStatusBanner.FastStatusColorRemoved.ViewStackStatusTitlebarWrapper,
.FastStatusPanel.FastStatusColorRemoved.ViewStackStatusTitlebarWrapper {
  background-color: #CC170E;
  color: #FFF;
  /*&::before
  {
      @include status-color(background-color, Default, Color);
  }*/
  /*            .FICF
  {
      color: inherit;
  }*/
}
.FastStatusLabel.FastStatusColorRemoved.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusLabel.FastStatusColorRemoved.ViewStackStatusTitlebarWrapper .FICF,
.FastStatusBanner.FastStatusColorRemoved.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusBanner.FastStatusColorRemoved.ViewStackStatusTitlebarWrapper .FICF,
.FastStatusPanel.FastStatusColorRemoved.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusPanel.FastStatusColorRemoved.ViewStackStatusTitlebarWrapper .FICF {
  color: inherit;
}
.FastStatusLabel.FastStatusColorRemoved input, .FastStatusLabel.FastStatusColorRemoved select, .FastStatusLabel.FastStatusColorRemoved textarea,
.FastStatusBanner.FastStatusColorRemoved input,
.FastStatusBanner.FastStatusColorRemoved select,
.FastStatusBanner.FastStatusColorRemoved textarea,
.FastStatusPanel.FastStatusColorRemoved input,
.FastStatusPanel.FastStatusColorRemoved select,
.FastStatusPanel.FastStatusColorRemoved textarea {
  border-color: #E18867;
  }
.FastStatusLabel.FastStatusColorRunning,
.FastStatusBanner.FastStatusColorRunning,
.FastStatusPanel.FastStatusColorRunning {
  background-color: #CEEAE7;
  border-color: #84C2BB;
  color: #00695C;
  /*        .FICF
  {
      @include status-color(color, Running, Color);
  }*/
  /*        &.ViewStackStatusTitlebarWrapper::before
  {
      @include status-color(background-color, Running, Color);
  }*/
}
.FastStatusLabel.FastStatusColorRunning .FastStatusColorRunning,
.FastStatusBanner.FastStatusColorRunning .FastStatusColorRunning,
.FastStatusPanel.FastStatusColorRunning .FastStatusColorRunning {
  color: inherit;
}
.FastStatusLabel.FastStatusColorRunning .DFL,
.FastStatusBanner.FastStatusColorRunning .DFL,
.FastStatusPanel.FastStatusColorRunning .DFL {
  color: #00695C;
  }
.FastStatusLabel.FastStatusColorRunning .DFB,
.FastStatusBanner.FastStatusColorRunning .DFB,
.FastStatusPanel.FastStatusColorRunning .DFB {
  background-color: #008575;
  border-color: #008575;
  }
.FastStatusLabel.FastStatusColorRunning .DFB:hover,
.FastStatusBanner.FastStatusColorRunning .DFB:hover,
.FastStatusPanel.FastStatusColorRunning .DFB:hover {
  background-color: #009f8b;
  border-color: #009f8b;
  }
.FastStatusLabel.FastStatusColorRunning .DFB:active,
.FastStatusBanner.FastStatusColorRunning .DFB:active,
.FastStatusPanel.FastStatusColorRunning .DFB:active {
  background-color: #006c5f;
  border-color: #006c5f;
  }
.FastStatusLabel.FastStatusColorRunning .DFB .FICF,
.FastStatusBanner.FastStatusColorRunning .DFB .FICF,
.FastStatusPanel.FastStatusColorRunning .DFB .FICF {
  color: inherit;
}
.FastStatusLabel.FastStatusColorRunning.ViewStackStatusTitlebarWrapper,
.FastStatusBanner.FastStatusColorRunning.ViewStackStatusTitlebarWrapper,
.FastStatusPanel.FastStatusColorRunning.ViewStackStatusTitlebarWrapper {
  background-color: #008575;
  color: #FFF;
  /*&::before
  {
      @include status-color(background-color, Default, Color);
  }*/
  /*            .FICF
  {
      color: inherit;
  }*/
}
.FastStatusLabel.FastStatusColorRunning.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusLabel.FastStatusColorRunning.ViewStackStatusTitlebarWrapper .FICF,
.FastStatusBanner.FastStatusColorRunning.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusBanner.FastStatusColorRunning.ViewStackStatusTitlebarWrapper .FICF,
.FastStatusPanel.FastStatusColorRunning.ViewStackStatusTitlebarWrapper .DFL,
.FastStatusPanel.FastStatusColorRunning.ViewStackStatusTitlebarWrapper .FICF {
  color: inherit;
}
.FastStatusLabel.FastStatusColorRunning input, .FastStatusLabel.FastStatusColorRunning select, .FastStatusLabel.FastStatusColorRunning textarea,
.FastStatusBanner.FastStatusColorRunning input,
.FastStatusBanner.FastStatusColorRunning select,
.FastStatusBanner.FastStatusColorRunning textarea,
.FastStatusPanel.FastStatusColorRunning input,
.FastStatusPanel.FastStatusColorRunning select,
.FastStatusPanel.FastStatusColorRunning textarea {
  border-color: #84C2BB;
  }
.LightStatusPanel .FastStatusLabel, .FastStatusLabel.LightStatusPanel,
.LightStatusPanel .FastStatusBanner,
.FastStatusBanner.LightStatusPanel,
.LightStatusPanel .FastStatusPanel,
.FastStatusPanel.LightStatusPanel {
  background-color: #CCE6FB;
  color: #0066b3;
  border-color: currentColor;
}
.LightStatusPanel .FastStatusLabel.FastStatusColorDefault, .FastStatusLabel.LightStatusPanel.FastStatusColorDefault,
.LightStatusPanel .FastStatusBanner.FastStatusColorDefault,
.FastStatusBanner.LightStatusPanel.FastStatusColorDefault,
.LightStatusPanel .FastStatusPanel.FastStatusColorDefault,
.FastStatusPanel.LightStatusPanel.FastStatusColorDefault {
  background-color: #D0DBED;
  color: #16629C;
  }
.LightStatusPanel .FastStatusLabel.FastStatusColorGood, .FastStatusLabel.LightStatusPanel.FastStatusColorGood,
.LightStatusPanel .FastStatusBanner.FastStatusColorGood,
.FastStatusBanner.LightStatusPanel.FastStatusColorGood,
.LightStatusPanel .FastStatusPanel.FastStatusColorGood,
.FastStatusPanel.LightStatusPanel.FastStatusColorGood {
  background-color: #DBE8CE;
  color: #257000;
  }
.LightStatusPanel .FastStatusLabel.FastStatusColorComplete, .FastStatusLabel.LightStatusPanel.FastStatusColorComplete,
.LightStatusPanel .FastStatusBanner.FastStatusColorComplete,
.FastStatusBanner.LightStatusPanel.FastStatusColorComplete,
.LightStatusPanel .FastStatusPanel.FastStatusColorComplete,
.FastStatusPanel.LightStatusPanel.FastStatusColorComplete {
  background-color: #DBE8CE;
  color: #257000;
  }
.LightStatusPanel .FastStatusLabel.FastStatusColorWarning, .FastStatusLabel.LightStatusPanel.FastStatusColorWarning,
.LightStatusPanel .FastStatusBanner.FastStatusColorWarning,
.FastStatusBanner.LightStatusPanel.FastStatusColorWarning,
.LightStatusPanel .FastStatusPanel.FastStatusColorWarning,
.FastStatusPanel.LightStatusPanel.FastStatusColorWarning {
  background-color: #FFE4CB;
  color: #AA4A13;
  }
.LightStatusPanel .FastStatusLabel.FastStatusColorError, .FastStatusLabel.LightStatusPanel.FastStatusColorError,
.LightStatusPanel .FastStatusBanner.FastStatusColorError,
.FastStatusBanner.LightStatusPanel.FastStatusColorError,
.LightStatusPanel .FastStatusPanel.FastStatusColorError,
.FastStatusPanel.LightStatusPanel.FastStatusColorError {
  background-color: #FDD3C5;
  color: #BF160D;
  }
.LightStatusPanel .FastStatusLabel.FastStatusColorInactive, .FastStatusLabel.LightStatusPanel.FastStatusColorInactive,
.LightStatusPanel .FastStatusBanner.FastStatusColorInactive,
.FastStatusBanner.LightStatusPanel.FastStatusColorInactive,
.LightStatusPanel .FastStatusPanel.FastStatusColorInactive,
.FastStatusPanel.LightStatusPanel.FastStatusColorInactive {
  background-color: #E2E2E2;
  color: #666;
  }
.LightStatusPanel .FastStatusLabel.FastStatusColorIncomplete, .FastStatusLabel.LightStatusPanel.FastStatusColorIncomplete,
.LightStatusPanel .FastStatusBanner.FastStatusColorIncomplete,
.FastStatusBanner.LightStatusPanel.FastStatusColorIncomplete,
.LightStatusPanel .FastStatusPanel.FastStatusColorIncomplete,
.FastStatusPanel.LightStatusPanel.FastStatusColorIncomplete {
  background-color: #FFE4CB;
  color: #AA4A13;
  }
.LightStatusPanel .FastStatusLabel.FastStatusColorBad, .FastStatusLabel.LightStatusPanel.FastStatusColorBad,
.LightStatusPanel .FastStatusBanner.FastStatusColorBad,
.FastStatusBanner.LightStatusPanel.FastStatusColorBad,
.LightStatusPanel .FastStatusPanel.FastStatusColorBad,
.FastStatusPanel.LightStatusPanel.FastStatusColorBad {
  background-color: #FDD3C5;
  color: #BF160D;
  }
.LightStatusPanel .FastStatusLabel.FastStatusColorInvalid, .FastStatusLabel.LightStatusPanel.FastStatusColorInvalid,
.LightStatusPanel .FastStatusBanner.FastStatusColorInvalid,
.FastStatusBanner.LightStatusPanel.FastStatusColorInvalid,
.LightStatusPanel .FastStatusPanel.FastStatusColorInvalid,
.FastStatusPanel.LightStatusPanel.FastStatusColorInvalid {
  background-color: #FDD3C5;
  color: #BF160D;
  }
.LightStatusPanel .FastStatusLabel.FastStatusColorAdded, .FastStatusLabel.LightStatusPanel.FastStatusColorAdded,
.LightStatusPanel .FastStatusBanner.FastStatusColorAdded,
.FastStatusBanner.LightStatusPanel.FastStatusColorAdded,
.LightStatusPanel .FastStatusPanel.FastStatusColorAdded,
.FastStatusPanel.LightStatusPanel.FastStatusColorAdded {
  background-color: #DBE8CE;
  color: #257000;
  }
.LightStatusPanel .FastStatusLabel.FastStatusColorModified, .FastStatusLabel.LightStatusPanel.FastStatusColorModified,
.LightStatusPanel .FastStatusBanner.FastStatusColorModified,
.FastStatusBanner.LightStatusPanel.FastStatusColorModified,
.LightStatusPanel .FastStatusPanel.FastStatusColorModified,
.FastStatusPanel.LightStatusPanel.FastStatusColorModified {
  background-color: #FFE4CB;
  color: #AA4A13;
  }
.LightStatusPanel .FastStatusLabel.FastStatusColorRemoved, .FastStatusLabel.LightStatusPanel.FastStatusColorRemoved,
.LightStatusPanel .FastStatusBanner.FastStatusColorRemoved,
.FastStatusBanner.LightStatusPanel.FastStatusColorRemoved,
.LightStatusPanel .FastStatusPanel.FastStatusColorRemoved,
.FastStatusPanel.LightStatusPanel.FastStatusColorRemoved {
  background-color: #FDD3C5;
  color: #BF160D;
  }
.LightStatusPanel .FastStatusLabel.FastStatusColorRunning, .FastStatusLabel.LightStatusPanel.FastStatusColorRunning,
.LightStatusPanel .FastStatusBanner.FastStatusColorRunning,
.FastStatusBanner.LightStatusPanel.FastStatusColorRunning,
.LightStatusPanel .FastStatusPanel.FastStatusColorRunning,
.FastStatusPanel.LightStatusPanel.FastStatusColorRunning {
  background-color: #CEEAE7;
  color: #00695C;
  }
.FastStatusLabel .FastPanel,
.FastStatusBanner .FastPanel,
.FastStatusPanel .FastPanel {
  color: inherit;
}

.FastStatusLabel,
.FastStatusBanner {
  border-color: #1B75BC;
  }
.FastStatusLabel.FastStatusColorDefault,
.FastStatusBanner.FastStatusColorDefault {
  border-color: #1B75BC;
  }
.OutlineValue .FastStatusLabel.FastStatusColorDefault,
.OutlineValue .FastStatusBanner.FastStatusColorDefault {
  background-color: #D0DBED;
  color: #1B75BC;
  }
.FastStatusLabel.FastStatusColorGood,
.FastStatusBanner.FastStatusColorGood {
  border-color: #2C8500;
  }
.OutlineValue .FastStatusLabel.FastStatusColorGood,
.OutlineValue .FastStatusBanner.FastStatusColorGood {
  background-color: #DBE8CE;
  color: #2C8500;
  }
.FastStatusLabel.FastStatusColorComplete,
.FastStatusBanner.FastStatusColorComplete {
  border-color: #2C8500;
  }
.OutlineValue .FastStatusLabel.FastStatusColorComplete,
.OutlineValue .FastStatusBanner.FastStatusColorComplete {
  background-color: #DBE8CE;
  color: #2C8500;
  }
.FastStatusLabel.FastStatusColorWarning,
.FastStatusBanner.FastStatusColorWarning {
  border-color: #C15515;
  }
.OutlineValue .FastStatusLabel.FastStatusColorWarning,
.OutlineValue .FastStatusBanner.FastStatusColorWarning {
  background-color: #FFE4CB;
  color: #C15515;
  }
.FastStatusLabel.FastStatusColorError,
.FastStatusBanner.FastStatusColorError {
  border-color: #CC170E;
  }
.OutlineValue .FastStatusLabel.FastStatusColorError,
.OutlineValue .FastStatusBanner.FastStatusColorError {
  background-color: #FDD3C5;
  color: #CC170E;
  }
.FastStatusLabel.FastStatusColorInactive,
.FastStatusBanner.FastStatusColorInactive {
  border-color: #666;
  }
.OutlineValue .FastStatusLabel.FastStatusColorInactive,
.OutlineValue .FastStatusBanner.FastStatusColorInactive {
  background-color: #E2E2E2;
  color: #666;
  }
.FastStatusLabel.FastStatusColorIncomplete,
.FastStatusBanner.FastStatusColorIncomplete {
  border-color: #C15515;
  }
.OutlineValue .FastStatusLabel.FastStatusColorIncomplete,
.OutlineValue .FastStatusBanner.FastStatusColorIncomplete {
  background-color: #FFE4CB;
  color: #C15515;
  }
.FastStatusLabel.FastStatusColorBad,
.FastStatusBanner.FastStatusColorBad {
  border-color: #CC170E;
  }
.OutlineValue .FastStatusLabel.FastStatusColorBad,
.OutlineValue .FastStatusBanner.FastStatusColorBad {
  background-color: #FDD3C5;
  color: #CC170E;
  }
.FastStatusLabel.FastStatusColorInvalid,
.FastStatusBanner.FastStatusColorInvalid {
  border-color: #CC170E;
  }
.OutlineValue .FastStatusLabel.FastStatusColorInvalid,
.OutlineValue .FastStatusBanner.FastStatusColorInvalid {
  background-color: #FDD3C5;
  color: #CC170E;
  }
.FastStatusLabel.FastStatusColorAdded,
.FastStatusBanner.FastStatusColorAdded {
  border-color: #2C8500;
  }
.OutlineValue .FastStatusLabel.FastStatusColorAdded,
.OutlineValue .FastStatusBanner.FastStatusColorAdded {
  background-color: #DBE8CE;
  color: #2C8500;
  }
.FastStatusLabel.FastStatusColorModified,
.FastStatusBanner.FastStatusColorModified {
  border-color: #C15515;
  }
.OutlineValue .FastStatusLabel.FastStatusColorModified,
.OutlineValue .FastStatusBanner.FastStatusColorModified {
  background-color: #FFE4CB;
  color: #C15515;
  }
.FastStatusLabel.FastStatusColorRemoved,
.FastStatusBanner.FastStatusColorRemoved {
  border-color: #CC170E;
  }
.OutlineValue .FastStatusLabel.FastStatusColorRemoved,
.OutlineValue .FastStatusBanner.FastStatusColorRemoved {
  background-color: #FDD3C5;
  color: #CC170E;
  }
.FastStatusLabel.FastStatusColorRunning,
.FastStatusBanner.FastStatusColorRunning {
  border-color: #008575;
  }
.OutlineValue .FastStatusLabel.FastStatusColorRunning,
.OutlineValue .FastStatusBanner.FastStatusColorRunning {
  background-color: #CEEAE7;
  color: #008575;
  }
.TDRE .FastStatusLabel.TDOV,
.TDRE .FastStatusBanner.TDOV {
  background-color: #FDFEFF;
  border-color: #EEE;
  }
.TDRE .FastStatusLabel.TDOV .DFL,
.TDRE .FastStatusBanner.TDOV .DFL {
  color: #0066b3;
  }
.TDRO .FastStatusLabel.TDOV,
.TDRO .FastStatusBanner.TDOV {
  background-color: #FFF;
  border-color: #EEE;
  }
.TDRO .FastStatusLabel.TDOV .DFL,
.TDRO .FastStatusBanner.TDOV .DFL {
  color: #0066b3;
  }
.FastStatusLabel.TableTotal, .FastStatusLabel.OutlineHeaderCell,
.FastStatusBanner.TableTotal,
.FastStatusBanner.OutlineHeaderCell {
  background-color: #FFF;
  }
.FastStatusLabel.TDC,
.FastStatusBanner.TDC {
  border-color: #FFF;
  }
.FastStatusLabel.TDC.FastStatusColorAuto,
.FastStatusBanner.TDC.FastStatusColorAuto {
  border-color: #EEE;
  }

.FastStatusPanel {
  /* Input handling.  Should be rare to use inputs inside status panels! */
}
.FastStatusPanel.FastStatusPanel .FastTitlebar, .FastStatusPanel.FastStatusPanel .FastTitlebarCaption, .FastStatusPanel.FastStatusPanel .WebDocTitleBanner .FastTitlebar {
  color: inherit;
  border-color: currentColor;
  background: none;
}
.FastStatusPanel.FlexGridContainer.FGDesigning .FGLC,
.FastStatusPanel.FlexGridContainer.FGDesigning .FGDIR .FGLC,
.FastStatusPanel.FlexGridContainer.FGDesigning .FGDIC .FICF {
  outline-color: #1B75BC;
  background-color: transparent;
}
.FastStatusPanel.FlexGridContainer.FGDesigning.FastStatusColorGood .FGLC,
.FastStatusPanel.FlexGridContainer.FGDesigning.FastStatusColorGood .FGDIR .FGLC,
.FastStatusPanel.FlexGridContainer.FGDesigning.FastStatusColorGood .FGDIC .FICF, .FastStatusPanel.FlexGridContainer.FGDesigning.FastStatusColorComplete .FGLC,
.FastStatusPanel.FlexGridContainer.FGDesigning.FastStatusColorComplete .FGDIR .FGLC,
.FastStatusPanel.FlexGridContainer.FGDesigning.FastStatusColorComplete .FGDIC .FICF {
  outline-color: #2C8500;
  }
.FastStatusPanel.FlexGridContainer.FGDesigning.FastStatusColorIncomplete .FGLC,
.FastStatusPanel.FlexGridContainer.FGDesigning.FastStatusColorIncomplete .FGDIR .FGLC,
.FastStatusPanel.FlexGridContainer.FGDesigning.FastStatusColorIncomplete .FGDIC .FICF {
  outline-color: #C15515;
  }
.FastStatusPanel.FlexGridContainer.FGDesigning.FastStatusColorWarning .FGLC,
.FastStatusPanel.FlexGridContainer.FGDesigning.FastStatusColorWarning .FGDIR .FGLC,
.FastStatusPanel.FlexGridContainer.FGDesigning.FastStatusColorWarning .FGDIC .FICF, .FastStatusPanel.FlexGridContainer.FGDesigning.FastStatusColorInvalid .FGLC,
.FastStatusPanel.FlexGridContainer.FGDesigning.FastStatusColorInvalid .FGDIR .FGLC,
.FastStatusPanel.FlexGridContainer.FGDesigning.FastStatusColorInvalid .FGDIC .FICF {
  outline-color: #C15515;
  }
.FastStatusPanel.FlexGridContainer.FGDesigning.FastStatusColorBad .FGLC,
.FastStatusPanel.FlexGridContainer.FGDesigning.FastStatusColorBad .FGDIR .FGLC,
.FastStatusPanel.FlexGridContainer.FGDesigning.FastStatusColorBad .FGDIC .FICF, .FastStatusPanel.FlexGridContainer.FGDesigning.FastStatusColorError .FGLC,
.FastStatusPanel.FlexGridContainer.FGDesigning.FastStatusColorError .FGDIR .FGLC,
.FastStatusPanel.FlexGridContainer.FGDesigning.FastStatusColorError .FGDIC .FICF {
  outline-color: #CC170E;
  }
.FastStatusPanel.FlexGridContainer.FGDesigning.FastStatusColorInactive .FGLC,
.FastStatusPanel.FlexGridContainer.FGDesigning.FastStatusColorInactive .FGDIR .FGLC,
.FastStatusPanel.FlexGridContainer.FGDesigning.FastStatusColorInactive .FGDIC .FICF {
  outline-color: #1B75BC;
  }
.FastStatusPanel .FieldDisabled {
  background: inherit;
  color: inherit;
  border-color: currentColor;
  box-shadow: none;
}
.FastStatusPanel .FastAutoRefresh {
  border-color: transparent;
}

.FastStatusCell.FastStatusColorDefault .DCL,
.FastStatusCell.FastStatusColorDefault .DSC,
.FastStatusCell.FastStatusColorDefault .CTE {
  background-color: #1B75BC;
  color: #FFF;
  }
.FastStatusCell.FastStatusColorDefault .FICF {
  color: inherit;
}
.FastStatusCell.FastStatusColorGood .DCL,
.FastStatusCell.FastStatusColorGood .DSC,
.FastStatusCell.FastStatusColorGood .CTE {
  background-color: #2C8500;
  color: #FFF;
  }
.FastStatusCell.FastStatusColorGood .FICF {
  color: inherit;
}
.FastStatusCell.FastStatusColorComplete .DCL,
.FastStatusCell.FastStatusColorComplete .DSC,
.FastStatusCell.FastStatusColorComplete .CTE {
  background-color: #2C8500;
  color: #FFF;
  }
.FastStatusCell.FastStatusColorComplete .FICF {
  color: inherit;
}
.FastStatusCell.FastStatusColorWarning .DCL,
.FastStatusCell.FastStatusColorWarning .DSC,
.FastStatusCell.FastStatusColorWarning .CTE {
  background-color: #C15515;
  color: #FFF;
  }
.FastStatusCell.FastStatusColorWarning .FICF {
  color: inherit;
}
.FastStatusCell.FastStatusColorError .DCL,
.FastStatusCell.FastStatusColorError .DSC,
.FastStatusCell.FastStatusColorError .CTE {
  background-color: #CC170E;
  color: #FFF;
  }
.FastStatusCell.FastStatusColorError .FICF {
  color: inherit;
}
.FastStatusCell.FastStatusColorInactive .DCL,
.FastStatusCell.FastStatusColorInactive .DSC,
.FastStatusCell.FastStatusColorInactive .CTE {
  background-color: #666;
  color: #FFF;
  }
.FastStatusCell.FastStatusColorInactive .FICF {
  color: inherit;
}
.FastStatusCell.FastStatusColorIncomplete .DCL,
.FastStatusCell.FastStatusColorIncomplete .DSC,
.FastStatusCell.FastStatusColorIncomplete .CTE {
  background-color: #C15515;
  color: #FFF;
  }
.FastStatusCell.FastStatusColorIncomplete .FICF {
  color: inherit;
}
.FastStatusCell.FastStatusColorBad .DCL,
.FastStatusCell.FastStatusColorBad .DSC,
.FastStatusCell.FastStatusColorBad .CTE {
  background-color: #CC170E;
  color: #FFF;
  }
.FastStatusCell.FastStatusColorBad .FICF {
  color: inherit;
}
.FastStatusCell.FastStatusColorInvalid .DCL,
.FastStatusCell.FastStatusColorInvalid .DSC,
.FastStatusCell.FastStatusColorInvalid .CTE {
  background-color: #CC170E;
  color: #FFF;
  }
.FastStatusCell.FastStatusColorInvalid .FICF {
  color: inherit;
}
.FastStatusCell.FastStatusColorAdded .DCL,
.FastStatusCell.FastStatusColorAdded .DSC,
.FastStatusCell.FastStatusColorAdded .CTE {
  background-color: #2C8500;
  color: #FFF;
  }
.FastStatusCell.FastStatusColorAdded .FICF {
  color: inherit;
}
.FastStatusCell.FastStatusColorModified .DCL,
.FastStatusCell.FastStatusColorModified .DSC,
.FastStatusCell.FastStatusColorModified .CTE {
  background-color: #C15515;
  color: #FFF;
  }
.FastStatusCell.FastStatusColorModified .FICF {
  color: inherit;
}
.FastStatusCell.FastStatusColorRemoved .DCL,
.FastStatusCell.FastStatusColorRemoved .DSC,
.FastStatusCell.FastStatusColorRemoved .CTE {
  background-color: #CC170E;
  color: #FFF;
  }
.FastStatusCell.FastStatusColorRemoved .FICF {
  color: inherit;
}
.FastStatusCell.FastStatusColorRunning .DCL,
.FastStatusCell.FastStatusColorRunning .DSC,
.FastStatusCell.FastStatusColorRunning .CTE {
  background-color: #008575;
  color: #FFF;
  }
.FastStatusCell.FastStatusColorRunning .FICF {
  color: inherit;
}

.FastWidget {
  background-color: #F5F5F5;
  border-color: #AAA;
  color: #444;
  }

button.FastStatusButton,
.FPB button.FastStatusButton {
  background-color: #1B75BC;
  border-color: #1B75BC;
  color: #FFF;
  }
button.FastStatusButton.FastStatusColorDefault,
.FPB button.FastStatusButton.FastStatusColorDefault {
  background-color: #1B75BC;
  border-color: #1B75BC;
  }
button.FastStatusButton.FastStatusColorDefault:enabled:hover, button.FastStatusButton.FastStatusColorDefault:enabled:focus,
.FPB button.FastStatusButton.FastStatusColorDefault:enabled:hover,
.FPB button.FastStatusButton.FastStatusColorDefault:enabled:focus {
  background-color: #1e83d2;
  border-color: #1e83d2;
  }
button.FastStatusButton.FastStatusColorDefault:enabled:active,
.FPB button.FastStatusButton.FastStatusColorDefault:enabled:active {
  background-color: #1867a6;
  border-color: #1867a6;
  }
button.FastStatusButton.FastStatusColorGood,
.FPB button.FastStatusButton.FastStatusColorGood {
  background-color: #2C8500;
  border-color: #2C8500;
  }
button.FastStatusButton.FastStatusColorGood:enabled:hover, button.FastStatusButton.FastStatusColorGood:enabled:focus,
.FPB button.FastStatusButton.FastStatusColorGood:enabled:hover,
.FPB button.FastStatusButton.FastStatusColorGood:enabled:focus {
  background-color: #349f00;
  border-color: #349f00;
  }
button.FastStatusButton.FastStatusColorGood:enabled:active,
.FPB button.FastStatusButton.FastStatusColorGood:enabled:active {
  background-color: #246c00;
  border-color: #246c00;
  }
button.FastStatusButton.FastStatusColorComplete,
.FPB button.FastStatusButton.FastStatusColorComplete {
  background-color: #2C8500;
  border-color: #2C8500;
  }
button.FastStatusButton.FastStatusColorComplete:enabled:hover, button.FastStatusButton.FastStatusColorComplete:enabled:focus,
.FPB button.FastStatusButton.FastStatusColorComplete:enabled:hover,
.FPB button.FastStatusButton.FastStatusColorComplete:enabled:focus {
  background-color: #349f00;
  border-color: #349f00;
  }
button.FastStatusButton.FastStatusColorComplete:enabled:active,
.FPB button.FastStatusButton.FastStatusColorComplete:enabled:active {
  background-color: #246c00;
  border-color: #246c00;
  }
button.FastStatusButton.FastStatusColorWarning,
.FPB button.FastStatusButton.FastStatusColorWarning {
  background-color: #C15515;
  border-color: #C15515;
  }
button.FastStatusButton.FastStatusColorWarning:enabled:hover, button.FastStatusButton.FastStatusColorWarning:enabled:focus,
.FPB button.FastStatusButton.FastStatusColorWarning:enabled:hover,
.FPB button.FastStatusButton.FastStatusColorWarning:enabled:focus {
  background-color: #d85f18;
  border-color: #d85f18;
  }
button.FastStatusButton.FastStatusColorWarning:enabled:active,
.FPB button.FastStatusButton.FastStatusColorWarning:enabled:active {
  background-color: #aa4b12;
  border-color: #aa4b12;
  }
button.FastStatusButton.FastStatusColorError,
.FPB button.FastStatusButton.FastStatusColorError {
  background-color: #CC170E;
  border-color: #CC170E;
  }
button.FastStatusButton.FastStatusColorError:enabled:hover, button.FastStatusButton.FastStatusColorError:enabled:focus,
.FPB button.FastStatusButton.FastStatusColorError:enabled:hover,
.FPB button.FastStatusButton.FastStatusColorError:enabled:focus {
  background-color: #e41a10;
  border-color: #e41a10;
  }
button.FastStatusButton.FastStatusColorError:enabled:active,
.FPB button.FastStatusButton.FastStatusColorError:enabled:active {
  background-color: #b4140c;
  border-color: #b4140c;
  }
button.FastStatusButton.FastStatusColorInactive,
.FPB button.FastStatusButton.FastStatusColorInactive {
  background-color: #666;
  border-color: #666;
  }
button.FastStatusButton.FastStatusColorInactive:enabled:hover, button.FastStatusButton.FastStatusColorInactive:enabled:focus,
.FPB button.FastStatusButton.FastStatusColorInactive:enabled:hover,
.FPB button.FastStatusButton.FastStatusColorInactive:enabled:focus {
  background-color: #737373;
  border-color: #737373;
  }
button.FastStatusButton.FastStatusColorInactive:enabled:active,
.FPB button.FastStatusButton.FastStatusColorInactive:enabled:active {
  background-color: #595959;
  border-color: #595959;
  }
button.FastStatusButton.FastStatusColorIncomplete,
.FPB button.FastStatusButton.FastStatusColorIncomplete {
  background-color: #C15515;
  border-color: #C15515;
  }
button.FastStatusButton.FastStatusColorIncomplete:enabled:hover, button.FastStatusButton.FastStatusColorIncomplete:enabled:focus,
.FPB button.FastStatusButton.FastStatusColorIncomplete:enabled:hover,
.FPB button.FastStatusButton.FastStatusColorIncomplete:enabled:focus {
  background-color: #d85f18;
  border-color: #d85f18;
  }
button.FastStatusButton.FastStatusColorIncomplete:enabled:active,
.FPB button.FastStatusButton.FastStatusColorIncomplete:enabled:active {
  background-color: #aa4b12;
  border-color: #aa4b12;
  }
button.FastStatusButton.FastStatusColorBad,
.FPB button.FastStatusButton.FastStatusColorBad {
  background-color: #CC170E;
  border-color: #CC170E;
  }
button.FastStatusButton.FastStatusColorBad:enabled:hover, button.FastStatusButton.FastStatusColorBad:enabled:focus,
.FPB button.FastStatusButton.FastStatusColorBad:enabled:hover,
.FPB button.FastStatusButton.FastStatusColorBad:enabled:focus {
  background-color: #e41a10;
  border-color: #e41a10;
  }
button.FastStatusButton.FastStatusColorBad:enabled:active,
.FPB button.FastStatusButton.FastStatusColorBad:enabled:active {
  background-color: #b4140c;
  border-color: #b4140c;
  }
button.FastStatusButton.FastStatusColorInvalid,
.FPB button.FastStatusButton.FastStatusColorInvalid {
  background-color: #CC170E;
  border-color: #CC170E;
  }
button.FastStatusButton.FastStatusColorInvalid:enabled:hover, button.FastStatusButton.FastStatusColorInvalid:enabled:focus,
.FPB button.FastStatusButton.FastStatusColorInvalid:enabled:hover,
.FPB button.FastStatusButton.FastStatusColorInvalid:enabled:focus {
  background-color: #e41a10;
  border-color: #e41a10;
  }
button.FastStatusButton.FastStatusColorInvalid:enabled:active,
.FPB button.FastStatusButton.FastStatusColorInvalid:enabled:active {
  background-color: #b4140c;
  border-color: #b4140c;
  }
button.FastStatusButton.FastStatusColorAdded,
.FPB button.FastStatusButton.FastStatusColorAdded {
  background-color: #2C8500;
  border-color: #2C8500;
  }
button.FastStatusButton.FastStatusColorAdded:enabled:hover, button.FastStatusButton.FastStatusColorAdded:enabled:focus,
.FPB button.FastStatusButton.FastStatusColorAdded:enabled:hover,
.FPB button.FastStatusButton.FastStatusColorAdded:enabled:focus {
  background-color: #349f00;
  border-color: #349f00;
  }
button.FastStatusButton.FastStatusColorAdded:enabled:active,
.FPB button.FastStatusButton.FastStatusColorAdded:enabled:active {
  background-color: #246c00;
  border-color: #246c00;
  }
button.FastStatusButton.FastStatusColorModified,
.FPB button.FastStatusButton.FastStatusColorModified {
  background-color: #C15515;
  border-color: #C15515;
  }
button.FastStatusButton.FastStatusColorModified:enabled:hover, button.FastStatusButton.FastStatusColorModified:enabled:focus,
.FPB button.FastStatusButton.FastStatusColorModified:enabled:hover,
.FPB button.FastStatusButton.FastStatusColorModified:enabled:focus {
  background-color: #d85f18;
  border-color: #d85f18;
  }
button.FastStatusButton.FastStatusColorModified:enabled:active,
.FPB button.FastStatusButton.FastStatusColorModified:enabled:active {
  background-color: #aa4b12;
  border-color: #aa4b12;
  }
button.FastStatusButton.FastStatusColorRemoved,
.FPB button.FastStatusButton.FastStatusColorRemoved {
  background-color: #CC170E;
  border-color: #CC170E;
  }
button.FastStatusButton.FastStatusColorRemoved:enabled:hover, button.FastStatusButton.FastStatusColorRemoved:enabled:focus,
.FPB button.FastStatusButton.FastStatusColorRemoved:enabled:hover,
.FPB button.FastStatusButton.FastStatusColorRemoved:enabled:focus {
  background-color: #e41a10;
  border-color: #e41a10;
  }
button.FastStatusButton.FastStatusColorRemoved:enabled:active,
.FPB button.FastStatusButton.FastStatusColorRemoved:enabled:active {
  background-color: #b4140c;
  border-color: #b4140c;
  }
button.FastStatusButton.FastStatusColorRunning,
.FPB button.FastStatusButton.FastStatusColorRunning {
  background-color: #008575;
  border-color: #008575;
  }
button.FastStatusButton.FastStatusColorRunning:enabled:hover, button.FastStatusButton.FastStatusColorRunning:enabled:focus,
.FPB button.FastStatusButton.FastStatusColorRunning:enabled:hover,
.FPB button.FastStatusButton.FastStatusColorRunning:enabled:focus {
  background-color: #009f8b;
  border-color: #009f8b;
  }
button.FastStatusButton.FastStatusColorRunning:enabled:active,
.FPB button.FastStatusButton.FastStatusColorRunning:enabled:active {
  background-color: #006c5f;
  border-color: #006c5f;
  }

/*** Notifications ***/
.qtip.FastNotification {
  background-color: #FFF;
  color: #444;
  border-color: #CCC;
  }
.qtip.FastNotification:hover {
  background-color: #f2f2f2;
  }
.qtip.FastNotification .FastNotificationInfo {
  border-color: #DDD;
  }

.FastNotificationAccent {
  background-color: #0066b3;
  color: #FFF;
  }

.FastNotificationButton {
  color: #004980;
  background: none;
}
.FastNotificationButton:focus, .FastNotificationButton:active {
  background: none;
}
.FastNotificationButton:enabled:hover {
  color: #00579a;
  background: none;
}
.FastNotificationButton:enabled:active {
  color: #003a67;
  background: none;
}

/** Chat **/
.ChatDialog {
  background-color: #FFF;
  color: #444;
  }

.ChatArea,
.ChatLogTable {
  border-color: #CCC;
  }
.ChatArea .ChatWrapper.ChatDate:not(:first-child),
.ChatLogTable .ChatWrapper.ChatDate:not(:first-child) {
  border-top: solid 2px;
  border-color: #DDD;
  }

.ChatSend,
.ChatToolButton {
  border: none;
  background: none;
  color: #004980;
  }
.ChatSend:enabled:hover, .ChatSend:enabled:focus,
.ChatToolButton:enabled:hover,
.ChatToolButton:enabled:focus {
  border: none;
  background: none;
  color: #00579a;
  }
.ChatSend:enabled:active,
.ChatToolButton:enabled:active {
  border: none;
  background: none;
  color: #003a67;
  }

.ChatUnread {
  background-color: #C15515;
  border-color: #FFF;
  }

.ChatLine .ChatLink,
.ChatLine .ChatInlineLink {
  color: #0066b3;
  }
.ChatLine.ChatSent {
  background-color: #CAE5FC;
  color: #000;
  }
.ChatLine.ChatSent .ChatLink,
.ChatLine.ChatSent .ChatInlineLink {
  color: #015a9c;
  }
.ChatLine.ChatReceived {
  background-color: #eeeeee;
  color: #000;
  }
.ChatLine.ChatReceived .ChatLink,
.ChatLine.ChatReceived .ChatInlineLink {
  color: #0066b3;
  }
.ChatLine .ChatMenuButton {
  background-color: #048;
  color: #FFF;
  }

/*** Context Log ***/
/*.ContextLogDocked
{
    @include theme-color(border-top-color, DarkBorderColor);
}*/
#CONTEXT_LOG_CONTAINER__ {
  background-color: #FCFCFC;
  border-color: #CCC;
  }

.EnvironmentNameLabel,
.RunDateNoticeLabel {
  background-color: #FFB;
  color: #444;
  }

/** Dev Menu **/
.DevSliderMenu .SimpleMenu {
  background-color: #FFF;
  color: #444;
  }

/** Busy Spinner **/
.la-ball-spin-clockwise div {
  border-color: #0066b3;
  background-color: #CCE6FB;
  }

.la-ball-clip-rotate > div {
  color: #0066b3;
  }
.la-ball-clip-rotate > div > div {
  color: #CCE6FB;
  }

.BusySpinnerElement {
  border-color: rgba(204, 230, 251, 0.5);
  border-left-color: #0066b3;
  }

.BusyProgress,
.FastBusyMessage,
.FastBusyNewWindow {
  border-color: #CCC;
  background-color: #FFF;
  color: #444;
  }

.FastBusyNewWindowLink {
  color: #0066b3;
  }

/*** Status Colors ***/
.MessagePanelIcon,
.FastMessageBoxIcon {
  color: #1B75BC;
  }

.MessagePanelIconError,
.FastMessageBoxIconError {
  color: #CC170E;
  }

.MessagePanelIconInformation,
.FastMessageBoxIconInformation {
  color: #1B75BC;
  }

.MessagePanelIconQuestion,
.FastMessageBoxIconQuestion {
  color: #1B75BC;
  }

.MessagePanelIconWarning,
.FastMessageBoxIconWarning {
  color: #C15515;
  }

/*** CodeMirror ***/
.CodeMirror-hints {
  background-color: #FFF;
  color: #444;
  border-color: #CCC;
  }

li.CodeMirror-hint-active {
  background-color: #0066b3;
  color: #FFF;
  }

.CodeMirror-gutters {
  background-color: #FFF;
  color: #444;
  border-color: #CCC;
  }

.CodeMirror-selected,
.CodeMirror-focused .CodeMirror-selected {
  background-color: #BEF;
  }

/*** Assistant ***/
.ManagerAssistantContainer {
  background-color: #FFF;
  border-color: #CCC;
  }
.ManagerAssistantContainer > .DocumentContainer::-webkit-scrollbar-track, .ManagerAssistantContainer > .DocumentContainer::-webkit-scrollbar-corner {
  background-color: #FFF;
  }
.ManagerAssistantContainer > .DocumentContainer::-webkit-scrollbar-thumb {
  border-color: #FFF;
  }

.ManagerAssistantHeader {
  border-color: #CCC;
  background-color: #FFF;
  color: #444;
  }
.ManagerAssistantHeader .AssistantHeaderButton {
  color: inherit;
}

.ManagerAssistantMinimized {
  background-color: #0066b3;
  color: #FFF;
  }

.AssistantInput.DocViewLayout {
  border-color: #CCC;
  }

.AssistantActionLink .DFL {
  background-color: #004980;
  color: #FFF;
  }
.AssistantActionLink .DFL:hover {
  background-color: #00579a;
  }

/*** Syntax Highlighting ***/
.cm-fastsql-keyword,
.cm-fastcalc-standard-function,
.cm-fastcsharp-keyword,
.cm-fastvb-keyword,
.cm-fastjson-keyword,
.cm-tag,
.FastGuideFunction {
  color: #36F;
  }

.cm-fastsql-operator,
.cm-fastsql-control-keyword,
.cm-fastcalc-operator,
.cm-fastcsharp-operator,
.cm-fastvb-operator,
.cm-fastjson-operator,
.cm-bracket {
  color: #888;
  }

.cm-fastsql-function,
.cm-fastcalc-dynamic-function,
.FastGuideFunction-dynamic {
  color: #F0F;
  }

.cm-fastsql-comment,
.cm-fastcsharp-comment,
.cm-fastvb-comment,
.cm-comment {
  color: #060;
  }

.cm-fastsql-string,
.cm-fastcalc-string,
.cm-fastcsharp-string,
.cm-fastvb-string,
.cm-fastjson-string,
.cm-string {
  color: #D34;
  }

.cm-fastcalc-date,
.cm-fastvb-date {
  color: #D74;
  }

.cm-fastsql-number,
.cm-fastcalc-number,
.cm-fastcsharp-number,
.cm-fastvb-number,
.cm-fastjson-number,
.cm-number {
  color: #A2E;
  }

.cm-fastsql-parameter,
.cm-fastsql-unbound-parameter,
.cm-fastcalc-standard-operand,
.cm-fastcalc-dynamic-operand,
.cm-fastjson-type,
.cm-keyword,
.cm-meta,
.cm-version,
.cm-atom,
.FastGuideParameter {
  color: #0AA;
  }

.cm-fastsql-optional-block {
  color: #980;
  }

.cm-fastcalc-field,
.cm-attribute {
  color: #191;
  }

.cm-error {
  color: #BF160D;
  }

div.CodeMirror span.CodeMirror-matchingbracket {
  color: #257000;
  }

div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #BF160D;
  }

/*** Completion Elements ***/
.FastGuideWrapper {
  background-color: #FFF;
  color: #444;
  border-color: #CCC;
  }

/*** Browser Support Warning ***/
.BrowserNotSupportedWarning {
  background-color: #FFB;
  color: #444;
  }

/*** History Colors ***/
.History,
.History *,
.TableHistoryRow,
.TableHistoryRow *,
.TableHistoryRow a,
.TableHistoryRow .DFL,
.TableHistoryRow .FICF {
  color: #757575;
  }

/*** Doc Attachments ***/
.DocAttachmentAction, .DocAttachmentAction:enabled, .DocAttachmentAction:enabled:hover {
  color: #0066b3;
  }

.DocAttachmentIcon,
.DocAttachmentDropTarget::before,
.DocAttachmentUpload::before {
  color: #0066b3;
  }

.DocAttachmentDropTarget {
  box-shadow: 0 0 1px 2px #F89D25 inset;
  }
.DocAttachmentDropTarget.DragOver {
  background-color: #BEF;
  }

.DocAttachmentValueWrapper {
  border-color: #CCC;
  }

.DocAttachmentImagePreviewThumbnail {
  background-color: #FFF;
  }

/*** FTML ***/
.FtmlWrapper table[border],
.FtmlWrapper table[border] td,
.FtmlWrapper table[border] tr {
  border-color: #EEE;
  }
.FtmlWrapper table[border] th {
  background-color: #FFF;
  border-color: #EAEAEA;
  color: #444;
  }
.FtmlWrapper .FtmlStripe tr:nth-child(odd) {
  background-color: #FDFEFF;
  }
.FtmlWrapper .FtmlStripe tr:nth-child(even) {
  background-color: #FFF;
  }

/**********************/
/* _Colors.Parameters */
/**********************/
html {
  background-color: #FCFCFC;
  /*background-color: $-fast-pstrDesktopColor;

  &.Loaded
  {
      @include theme-color(background-color, ManagerFooterColor);
  }*/
}

body {
  background-color: #58595b;
  }
.FastChatStandalone body {
  background-color: #FFF;
  }

input,
select,
textarea,
.CodeMirror,
.DocAttachmentInput {
  /*@include theme-color(border-color, FieldBorderColor);
  //box-shadow: $standardShadow, 0 0 0 0 $-fast-pstrFocusBorderColor;
  @include theme-box-shadow($standardShadowSize, FieldBorderColor, 0 0 0 0, FocusBorderColor);*/
  box-shadow: 0 0 0 0 #F89D25;
  border-color: rgba(204, 204, 204, 0.5);
  border-bottom-color: #CCC;
  }
input.FieldEnabled, input.FieldEnabled + .CodeMirror, input.FieldEnabled + .FastToggleDisplay, .ui-datepicker input,
select.FieldEnabled,
select.FieldEnabled + .CodeMirror,
select.FieldEnabled + .FastToggleDisplay,
.ui-datepicker select,
textarea.FieldEnabled,
textarea.FieldEnabled + .CodeMirror,
textarea.FieldEnabled + .FastToggleDisplay,
.ui-datepicker textarea,
.CodeMirror.FieldEnabled,
.CodeMirror.FieldEnabled + .CodeMirror,
.CodeMirror.FieldEnabled + .FastToggleDisplay,
.ui-datepicker .CodeMirror,
.DocAttachmentInput.FieldEnabled,
.DocAttachmentInput.FieldEnabled + .CodeMirror,
.DocAttachmentInput.FieldEnabled + .FastToggleDisplay,
.ui-datepicker .DocAttachmentInput {
  background-color: #FFF;
  }
input:disabled, input.FieldDisabled,
select:disabled,
select.FieldDisabled,
textarea:disabled,
textarea.FieldDisabled,
.CodeMirror:disabled,
.CodeMirror.FieldDisabled,
.DocAttachmentInput:disabled,
.DocAttachmentInput.FieldDisabled {
  color: #444;
  border-color: rgba(204, 204, 204, 0.5);
  }
input:focus, input.CodeMirror-focused,
select:focus,
select.CodeMirror-focused,
textarea:focus,
textarea.CodeMirror-focused,
.CodeMirror:focus,
.CodeMirror.CodeMirror-focused,
.DocAttachmentInput:focus,
.DocAttachmentInput.CodeMirror-focused {
  border-color: #F89D25;
  box-shadow: 0 0 1px 1px #F89D25;
  }
.DocViewMistake input.FieldRequired, .DocViewMistake input.FieldRequired + .CodeMirror,
.DocViewMistake select.FieldRequired,
.DocViewMistake select.FieldRequired + .CodeMirror,
.DocViewMistake textarea.FieldRequired,
.DocViewMistake textarea.FieldRequired + .CodeMirror,
.DocViewMistake .CodeMirror.FieldRequired,
.DocViewMistake .CodeMirror.FieldRequired + .CodeMirror,
.DocViewMistake .DocAttachmentInput.FieldRequired,
.DocViewMistake .DocAttachmentInput.FieldRequired + .CodeMirror {
  background-color: #FCB;
  border-color: #CC170E;
  /*            &:focus
  {
      //box-shadow: $inputFocusBoxShadowSize $requiredAccentColor;
      //@include theme-color(border-color, ButtonTextColor, $prefixCss: $inputFocusBoxShadowSize);
      @include status-color(box-shadow, Error, ButtonColor, $prefixCss: $shadowPrefix);
  }*/
}
.DocViewMistake input.FieldRequired:focus, .DocViewMistake input.FieldRequired + .CodeMirror:focus,
.DocViewMistake select.FieldRequired:focus,
.DocViewMistake select.FieldRequired + .CodeMirror:focus,
.DocViewMistake textarea.FieldRequired:focus,
.DocViewMistake textarea.FieldRequired + .CodeMirror:focus,
.DocViewMistake .CodeMirror.FieldRequired:focus,
.DocViewMistake .CodeMirror.FieldRequired + .CodeMirror:focus,
.DocViewMistake .DocAttachmentInput.FieldRequired:focus,
.DocViewMistake .DocAttachmentInput.FieldRequired + .CodeMirror:focus {
  box-shadow: 0 0 1px 1px #CC170E;
}
input.FieldError, input.FieldError + .CodeMirror, input.FieldCheck, input.FieldCheck + .CodeMirror, input.FieldReview, input.FieldReview + .CodeMirror,
select.FieldError,
select.FieldError + .CodeMirror,
select.FieldCheck,
select.FieldCheck + .CodeMirror,
select.FieldReview,
select.FieldReview + .CodeMirror,
textarea.FieldError,
textarea.FieldError + .CodeMirror,
textarea.FieldCheck,
textarea.FieldCheck + .CodeMirror,
textarea.FieldReview,
textarea.FieldReview + .CodeMirror,
.CodeMirror.FieldError,
.CodeMirror.FieldError + .CodeMirror,
.CodeMirror.FieldCheck,
.CodeMirror.FieldCheck + .CodeMirror,
.CodeMirror.FieldReview,
.CodeMirror.FieldReview + .CodeMirror,
.DocAttachmentInput.FieldError,
.DocAttachmentInput.FieldError + .CodeMirror,
.DocAttachmentInput.FieldCheck,
.DocAttachmentInput.FieldCheck + .CodeMirror,
.DocAttachmentInput.FieldReview,
.DocAttachmentInput.FieldReview + .CodeMirror {
  background-color: #FCB;
  border-color: #CC170E;
  }
input.FieldError:focus, input.FieldError + .CodeMirror:focus, input.FieldCheck:focus, input.FieldCheck + .CodeMirror:focus, input.FieldReview:focus, input.FieldReview + .CodeMirror:focus,
select.FieldError:focus,
select.FieldError + .CodeMirror:focus,
select.FieldCheck:focus,
select.FieldCheck + .CodeMirror:focus,
select.FieldReview:focus,
select.FieldReview + .CodeMirror:focus,
textarea.FieldError:focus,
textarea.FieldError + .CodeMirror:focus,
textarea.FieldCheck:focus,
textarea.FieldCheck + .CodeMirror:focus,
textarea.FieldReview:focus,
textarea.FieldReview + .CodeMirror:focus,
.CodeMirror.FieldError:focus,
.CodeMirror.FieldError + .CodeMirror:focus,
.CodeMirror.FieldCheck:focus,
.CodeMirror.FieldCheck + .CodeMirror:focus,
.CodeMirror.FieldReview:focus,
.CodeMirror.FieldReview + .CodeMirror:focus,
.DocAttachmentInput.FieldError:focus,
.DocAttachmentInput.FieldError + .CodeMirror:focus,
.DocAttachmentInput.FieldCheck:focus,
.DocAttachmentInput.FieldCheck + .CodeMirror:focus,
.DocAttachmentInput.FieldReview:focus,
.DocAttachmentInput.FieldReview + .CodeMirror:focus {
  box-shadow: 0 0 1px 1px #CC170E;
}

input[type=range] {
  box-shadow: 0 0 0 0 #F89D25;
  }
input[type=range]:focus {
  box-shadow: 0 0 1px 1px #F89D25;
  }

.TCE:focus,
.CellEditor:focus {
  box-shadow: none;
  outline: 2px solid;
  outline-color: #F89D25;
  z-index: 1;
}

.DocEditableTable.DTGLAll td {
  background-color: #FFF;
  }

.CellEditorContainer,
.DocEditableTable.DTGLAll .FieldEnabled {
  background-color: #FFF;
  }

.FastComboButtonSet {
  background-color: #FFF;
  }

.FieldError .FastComboButtonRadio:checked + .FastComboButton .FastComboButtonLabelText {
  border-color: #CC170E;
  }

.FieldError .SelectorUnderline, .FieldError .Replay .TabSetActive::after, .Replay .FieldError .TabSetActive::after {
  background-color: #CC170E;
  }

.FastToggleDisplay::after {
  color: #0066b3;
  }
.FastToggleInput:checked + .FastToggleDisplay {
  border-color: #0066b3;
  }
.FastToggleInput:active + .FastToggleDisplay, .FastToggleInput:focus + .FastToggleDisplay {
  box-shadow: 0 0 1px 1px #F89D25;
  border-color: #F89D25;
  }
.FastToggleInput.FieldError + .FastToggleDisplay, .FastToggleInput.FieldCheck + .FastToggleDisplay, .FastToggleInput.FieldReview + .FastToggleDisplay {
  border-color: #CC170E;
  }

.FieldError .FI::after, .FieldCheck .FI::after, .FieldReview .FI::after, .FieldRequired .FI::after {
  color: #CC170E;
  }
.FieldRequired .FI::after {
  color: #CC170E;
  }
.DocViewMistake .FieldRequired .FI::after {
  color: #CC170E;
  }

.qtip.FastFieldQTip {
  /*background-color: $-fast-pstrAlertBackgroundColor;
  @include theme-color(color, AlertTextColor);*/
  background-color: #CCC;
  color: #444;
  box-shadow: none;
}
.qtip.FastFieldQTip.FastFieldQTip-focused {
  background-color: #F89D25;
  }
.qtip.FastFieldQTip.FastFieldMistakeTip, .qtip.FastFieldQTip.ErrorTip {
  background-color: #CC170E;
  color: #FFF;
  }

.FastPageHeader {
  background-color: #6ecdb2;
  color: #444;
  }
.FastPageHeader a {
  color: inherit;
}

.FastPageFooter {
  background-color: #58595b;
  color: #FFF;
  }
.FastPageFooter a {
  color: inherit;
}

.ManagerHeader .ManagerHeaderLinkShoppingCart {
  background-color: #FFF;
  color: #114066;
  }
.ManagerHeader .ManagerHeaderLinkShoppingCart:hover, .ManagerHeader .ManagerHeaderLinkShoppingCart:active, .ManagerHeader .ManagerHeaderLinkShoppingCart:focus {
  background-color: #CCE6FB;
  opacity: 0.95;
}

.ManagerWebHeader {
  background-color: #114066;
  color: #FFF;
  }

.ManagerNavigationCurrent > .ManagerNavigationItem::after {
  background-color: #FFF;
  }

.ManagerBackNavigation {
  color: #757575;
  }

.SidebarTitlebar {
  border-bottom-color: #0066b3;
  }

.GroupTabSetScrollWrapper {
  background-color: #0066b3;
  }

.ViewTabSet {
  color: #444;
  }
.ViewTabSet::before {
  background-color: #b5d8fb;
  }

.ViewSelectorTab.ViewSelected {
  background: none;
}

.GroupTabSet,
.TableRowSelector {
  color: #FFF;
  }
.GroupTabSet .TabSetActive > .TabSetLink,
.TableRowSelector .TabSetActive > .TabSetLink {
  background-color: #FCFCFC;
  color: #444;
  }

.DocTabWrapper .GroupTabSet .TabSetActive > .TabSetLink,
.DocTabWrapper .TableRowSelector .TabSetActive > .TabSetLink,
.FastPanel .GroupTabSet .TabSetActive > .TabSetLink,
.FastPanel .TableRowSelector .TabSetActive > .TabSetLink,
.FastForcedPanel .GroupTabSet .TabSetActive > .TabSetLink,
.FastForcedPanel .TableRowSelector .TabSetActive > .TabSetLink,
.FastNestedPanel .GroupTabSet .TabSetActive > .TabSetLink,
.FastNestedPanel .TableRowSelector .TabSetActive > .TabSetLink,
.FastSubPanel .GroupTabSet .TabSetActive > .TabSetLink,
.FastSubPanel .TableRowSelector .TabSetActive > .TabSetLink,
.FastForcedSubPanel .GroupTabSet .TabSetActive > .TabSetLink,
.FastForcedSubPanel .TableRowSelector .TabSetActive > .TabSetLink,
.DataDocContainer .GroupTabSet .TabSetActive > .TabSetLink,
.DataDocContainer .TableRowSelector .TabSetActive > .TabSetLink {
  background-color: #FCFCFC;
  }
.FPB .DocTabWrapper .GroupTabSet .TabSetActive > .TabSetLink,
.FPB .DocTabWrapper .TableRowSelector .TabSetActive > .TabSetLink,
.FPB .FastPanel .GroupTabSet .TabSetActive > .TabSetLink,
.FPB .FastPanel .TableRowSelector .TabSetActive > .TabSetLink,
.FPB .FastForcedPanel .GroupTabSet .TabSetActive > .TabSetLink,
.FPB .FastForcedPanel .TableRowSelector .TabSetActive > .TabSetLink,
.FPB .FastNestedPanel .GroupTabSet .TabSetActive > .TabSetLink,
.FPB .FastNestedPanel .TableRowSelector .TabSetActive > .TabSetLink,
.FPB .FastSubPanel .GroupTabSet .TabSetActive > .TabSetLink,
.FPB .FastSubPanel .TableRowSelector .TabSetActive > .TabSetLink,
.FPB .FastForcedSubPanel .GroupTabSet .TabSetActive > .TabSetLink,
.FPB .FastForcedSubPanel .TableRowSelector .TabSetActive > .TabSetLink,
.FPB .DataDocContainer .GroupTabSet .TabSetActive > .TabSetLink,
.FPB .DataDocContainer .TableRowSelector .TabSetActive > .TabSetLink {
  background-color: #FFF;
  }

.FastPanel,
.FastForcedPanel,
.FastNestedPanel,
.FastSubPanel,
.FastForcedSubPanel {
  border-top-color: #6ecdb2;
  border-color: #DDD;
  }
.FastPanel::before,
.FastForcedPanel::before,
.FastNestedPanel::before,
.FastSubPanel::before,
.FastForcedSubPanel::before {
  background-color: #6ecdb2;
  }

.FastPanel .FastSubPanel::before,
.FastPanel .FastForcedSubPanel::before,
.FastPanel .FastNestedPanel::before, .FastPanel.ui-dialog::before, .FastPanel.ui-dialog.ContextMenuModal::before,
.FastForcedPanel .FastSubPanel::before,
.FastForcedPanel .FastForcedSubPanel::before,
.FastForcedPanel .FastNestedPanel::before,
.FastForcedPanel.ui-dialog::before,
.FastForcedPanel.ui-dialog.ContextMenuModal::before,
.FastNestedPanel .FastSubPanel::before,
.FastNestedPanel .FastForcedSubPanel::before,
.FastNestedPanel .FastNestedPanel::before,
.FastNestedPanel.ui-dialog::before,
.FastNestedPanel.ui-dialog.ContextMenuModal::before,
.FastSubPanel .FastSubPanel::before,
.FastSubPanel .FastForcedSubPanel::before,
.FastSubPanel .FastNestedPanel::before,
.FastSubPanel.ui-dialog::before,
.FastSubPanel.ui-dialog.ContextMenuModal::before,
.FastForcedSubPanel .FastSubPanel::before,
.FastForcedSubPanel .FastForcedSubPanel::before,
.FastForcedSubPanel .FastNestedPanel::before,
.FastForcedSubPanel.ui-dialog::before,
.FastForcedSubPanel.ui-dialog.ContextMenuModal::before,
.FastBackgroundPanel .FastSubPanel::before,
.FastBackgroundPanel .FastForcedSubPanel::before,
.FastBackgroundPanel .FastNestedPanel::before,
.FastBackgroundPanel.ui-dialog::before,
.FastBackgroundPanel.ui-dialog.ContextMenuModal::before {
  background-color: #8dc43f;
  }

.FastStatusPanel::before {
  background-color: #D0DBED;
  }
.FastStatusPanel.FastStatusColorDefault::before {
  background-color: #1B75BC;
  }
.FastStatusPanel.FastStatusColorGood::before {
  background-color: #2C8500;
  }
.FastStatusPanel.FastStatusColorComplete::before {
  background-color: #2C8500;
  }
.FastStatusPanel.FastStatusColorWarning::before {
  background-color: #C15515;
  }
.FastStatusPanel.FastStatusColorError::before {
  background-color: #CC170E;
  }
.FastStatusPanel.FastStatusColorInactive::before {
  background-color: #666;
  }
.FastStatusPanel.FastStatusColorIncomplete::before {
  background-color: #C15515;
  }
.FastStatusPanel.FastStatusColorBad::before {
  background-color: #CC170E;
  }
.FastStatusPanel.FastStatusColorInvalid::before {
  background-color: #CC170E;
  }
.FastStatusPanel.FastStatusColorAdded::before {
  background-color: #2C8500;
  }
.FastStatusPanel.FastStatusColorModified::before {
  background-color: #C15515;
  }
.FastStatusPanel.FastStatusColorRemoved::before {
  background-color: #CC170E;
  }
.FastStatusPanel.FastStatusColorRunning::before {
  background-color: #008575;
  }

.FastHeaderLink {
  color: #0066b3;
  }

.SimpleMenu .MenuLink {
  line-height: 2em;
}

.DocTableHeader {
  background-color: #FCFCFC;
  }
.FPB .DocTableHeader, .FastPanel .DocTableHeader, .FastSubPanel .DocTableHeader {
  background-color: #FFF;
  }

.TableToolsContainer {
  background-color: #EAEAEA;
  }

.TableFilter {
  background-color: #FFF;
  border-color: #EAEAEA;
  }

.NoColumnHeaders.HasHeaderTools > .DocTableHeader::after {
  background-color: #EAEAEA;
  }

.TableEditorFooter,
.TableEditorFooter .FastTitlebar,
.TableEditorHeader,
.TableEditorHeader .FastTitlebar {
  border-color: #DDD;
  }

.ui-dialog {
  background-color: #FFF;
  border-color: #CCC;
  }
.ui-dialog .ui-dialog-titlebar {
  background-color: #FFF;
  color: #444;
  }
.ui-dialog.FastPanelDialog {
  background-color: #FFF;
  }
.ui-dialog .ManagerContainer,
.ui-dialog .DocumentContainer,
.ui-dialog .ContextDocumentContainer,
.ui-dialog .ControlContainer,
.ui-dialog .ModalDocument > .DocumentForm,
.ui-dialog .DocViewContextMenu > .DocumentForm {
  background-color: #FFF;
  }

.FastPanelDialog .ui-dialog-titlebar {
  background-color: #FFF;
  }

.ManagerAssistantHeader {
  box-shadow: 0 0 10px 20px #FFF;
  }

.ManagerHeaderLink.ManagerHeaderLinkAssistant {
  background-color: #0066b3;
  color: #FFF;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12), 0 0 0 0 #F89D25;
}
.ManagerHeaderLink.ManagerHeaderLinkAssistant:focus {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12), 0 0 1px 1px #F89D25;
}
.ManagerHeaderLink.ManagerHeaderLinkAssistant:hover, .ManagerHeaderLink.ManagerHeaderLinkAssistant:focus {
  background-color: #0075cd;
  }

.ChatAssistantWindow {
  border-color: #CCC;
  }

.ChatTabs {
  display: none;
}

.ChatSupportButton,
.ChatAssistantCloseButton {
  color: #004980;
  background-color: #FFF;
  border-color: #FFF;
  }
.ChatSupportButton:enabled:hover, .ChatSupportButton:enabled:focus,
.ChatAssistantCloseButton:enabled:hover,
.ChatAssistantCloseButton:enabled:focus {
  background-color: #f2f2f2;
  color: #00579a;
  }

.ChatUnread,
.FastChatUnreadMessages .ManagerHeaderLinkContainerAssistant::after {
  background-color: #C15515;
  border-color: #FFF;
  }

.ChatDot {
  background-color: gray;
}
