@charset "UTF-8";
/*!
 * FAST Software - External Controls CSS
 *
 * Copyright 2018, Fast Enterprises, LLC.
 * 
 * H: 773380527
 */
/*******************/
/* _Base.Vars.scss */
/*******************/
/****************************/
/* _Base.Vars.External.scss */
/****************************/
/****************************/
/* Controls _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 */
.FontIcon_Material, .WebMenuFilter .FGIC::after,
.WebMenuLinks .TableFilterWrapper::after, .TDC.Expand .DCL::before, .TDC.Collapse .DCL::before, .DocGrpPointer .DCL::before, .CurrentRowArrow .DCC::before {
  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 {
  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;
}

.CurrentRowArrow .DCC {
  position: relative;
  color: transparent;
  /*padding-top: 0;
  padding-bottom: 0;
  margin-top: $cellVPadding;
  margin-bottom: $cellVPadding;*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.CurrentRowArrow .DCC > .clearer {
  display: none;
}
.CurrentRowArrow .DCC::before {
  content: "chevron_right";
  height: 1.5rem;
  width: 1.5rem;
  font-size: 1.5em;
  flex-basis: 1.5em;
  /*position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.75rem;*/
  font-weight: bold;
}
.CurrentRowArrow .DCC .DocControlImage {
  display: none;
}
.CurrentRowArrow .DCC::after {
  content: " ";
  display: inline-block;
  width: 0;
  overflow: hidden;
  vertical-align: top;
}

.GatewayApiList .TDR {
  border-bottom: 1px solid;
}

.FGDisplayNV .GatewayUrlField .FGIW,
.GatewayUrlField.FGControlLabel,
.GatewaySampleContent.FGControlLabel {
  border-left: 3px solid;
  padding-left: 6px;
  font-family: monospace;
}

.GatewaySampleContent.FGCPTop .FGLW > .CaptionLabel {
  padding: 6px;
}

.GatewayUrlParameter {
  color: #F00;
  font-weight: 600;
  font-style: italic;
}

.TDC.RowHoverOnly > .DCC {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.1s;
  transition-timing-function: ease;
}
.TDR:hover > .TDC.RowHoverOnly > .DCC, .DesignMode .TDC.RowHoverOnly > .DCC {
  opacity: 1;
}

.FGFC.RowHoverOnly > .FGIW {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.1s;
  transition-timing-function: ease;
}
.TDR:hover .FGFC.RowHoverOnly > .FGIW, .DesignMode .FGFC.RowHoverOnly > .FGIW {
  opacity: 1;
}

/*** Doc Groups ***/
.DocGrpTabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.DocGrpTabs > .clearer {
  display: none;
}

.DocGrpTabs > .VSViewRow.DocGrpTabs_100,
.SideStepInfoContainer {
  -ms-flex: 0 0 15em;
  flex: 0 0 15em;
  min-width: 0;
  margin: 0;
  padding: 0;
  border-radius: 4px 0 0 4px;
}

.DocGrpTabs > .VSViewRow.DocGrpTabs_100 > .DocViewLayout,
.SideStepInfoContainer {
  margin: 0 -1px 0 0;
  padding: 20px 0 20px 20px;
}

.SideStepInfoContainer {
  padding-right: 20px;
  border-radius: 4px 4px 0 0;
  margin-right: 0;
}

.SideStepInfoSteps,
.SideStepInfoStepContainer {
  display: block;
}

.DocGrpTabs_100 .DFL,
.SideStepInfoStep {
  color: inherit;
  margin: 0;
  padding: 6px 6px;
  display: block;
}

.FPB .SideStepInfoStep {
  color: inherit;
}

.SideStepInfoStepNumber {
  display: none;
}

.SideStepInfoFutureStep {
  opacity: 0.75;
}

.DocGrpTabs > .VSViewRow.DocGrpTabs_200,
.SideStepDocContainer {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-width: 0;
  margin: 0;
  padding: 20px;
  border: 1px solid;
  border-radius: 0 4px 4px 0;
}

.SideStepDocContainer {
  border-radius: 0 0 4px 4px;
}

.DocGrpStackEntry .DCC,
.SideStepInfoStepContainer {
  border: 1px solid transparent;
  border-right-width: 0;
  border-radius: 4px 0 0 4px;
}

.SideStepInfoStep {
  border-radius: 4px 0 0 4px;
}

.SideStepInfoStepContainer {
  border-radius: 4px;
}

@media screen and (min-width: 1088px) {
  .SideStepContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    border-radius: 4px 0 0 4px;
  }
  .SideStepContainer > .clearer {
    display: none;
  }

  .SideStepInfoContainer {
    padding-right: 0;
    margin-right: -1px;
  }

  .SideStepInfoStepContainer {
    border-radius: 4px 0 0 4px;
  }

  .SideStepDocContainer {
    border-radius: 0 4px 4px 0;
  }
}
.DocGrpStackEntry .FICF {
  color: inherit;
}
.DocGrpStackEntry .FICWE {
  display: none;
}
.DocGrpStackEntry .ColIconWrapper > .FICW {
  -ms-flex-order: 1;
  flex-order: 1;
  order: 1;
  margin-right: 0;
  margin-left: 10px;
}
.DocGrpStackEntry .ColIconWrapper > .ColIconText {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  overflow: hidden;
}
.DocGrpStackEntry.DocGrpOutlineOne {
  padding-left: 20px;
}
.DocGrpStackEntry.DocGrpOutlineTwo {
  padding-left: 40px;
}

.DocGrpPointer .DSC,
.DocGrpPointer .DCL {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  text-indent: -10000px;
}
.DocGrpPointer .DSC::after,
.DocGrpPointer .DCL::after {
  content: " ";
}
.DocGrpPointer .DCL::before {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: top;
  overflow: hidden;
  font-size: 22px;
  height: 1em;
  width: 1em;
  content: "";
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px;
  text-indent: 0;
  text-align: center;
}
.DocGrpPointer.DocGrpExpand .DCL::before {
  content: "";
}
.DocGrpPointer.DocGrpCollapse .DCL::before {
  content: "";
}

.DocGrpArea {
  font-weight: 600;
}

/*** XML Viewer ***/
.FastScrollContainer,
.FastScrollContainer.FastPanel {
  overflow-y: scroll;
  border: 1px solid;
}

.TreeCell.TDS {
  padding-left: 28px;
}
.TreeCell.TDC .DSC, .TreeCell.TDC .DLC {
  padding-left: 22px;
}

.TDC.Expand .DLC, .TDC.Collapse .DLC {
  position: relative;
}
.TDC.Expand .DCL, .TDC.Collapse .DCL {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  color: inherit;
  position: static;
}
.TDC.Expand .DCL > .clearer, .TDC.Collapse .DCL > .clearer {
  display: none;
}
.TDC.Expand .DCL::before, .TDC.Collapse .DCL::before {
  content: "keyboard_arrow_right";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1em;
  width: 1em;
  display: block;
  overflow: hidden;
  margin-top: -0.5em;
  font-size: 22px;
  font-weight: bold;
}
.TDC.Expand .DCL:empty::before, .TDC.Collapse .DCL:empty::before {
  display: none;
}
.TDC.Collapse .DCL::before {
  content: "keyboard_arrow_down";
}

.TreeLevel1 {
  color: #000;
  background-color: #D3D3D3;
}
.DocTable .TableHighlightRow > .TreeLevel1 {
  background-color: #BEF;
}

.TreeLevel2 {
  color: #000;
  background-color: #B0C4DE;
}
.DocTable .TableHighlightRow > .TreeLevel2 {
  background-color: #BEF;
}

.TreeLevel3 {
  color: #000;
  background-color: #FFFFE0;
}
.DocTable .TableHighlightRow > .TreeLevel3 {
  background-color: #BEF;
}

.TreeLevel4 {
  color: #000;
  background-color: #FFE4B5;
}
.DocTable .TableHighlightRow > .TreeLevel4 {
  background-color: #BEF;
}

.TreeLevel5 {
  color: #000;
  background-color: #98FB98;
}
.DocTable .TableHighlightRow > .TreeLevel5 {
  background-color: #BEF;
}

.TreeLevel6 {
  color: #000;
  background-color: #66CDAA;
}
.DocTable .TableHighlightRow > .TreeLevel6 {
  background-color: #BEF;
}

.TreeLevel7 {
  color: #000;
  background-color: #FFE4E1;
}
.DocTable .TableHighlightRow > .TreeLevel7 {
  background-color: #BEF;
}

.TreeLevel8 {
  color: #000;
  background-color: #BDB76B;
}
.DocTable .TableHighlightRow > .TreeLevel8 {
  background-color: #BEF;
}

.TreeGutter {
  color: #000;
  background-color: #EEE;
}
.DocTable .TableHighlightRow > .TreeGutter {
  background-color: #BEF;
}

/** Selection Link Classes **/
.SelectionLinkList .DSC,
.SelectionLinkList .DCL,
.SelectionLinkList .DocFieldLink,
.SyncPackReviewList .DSC,
.SyncPackReviewList .DCL,
.SyncPackReviewList .DocFieldLink {
  display: inline-block;
  width: auto;
  padding: 3px;
  margin: 3px;
}

/** Selected Links **/
a.SelectedLink,
.SelectedLink a,
.SelectedLink .DCR a,
.SelectedLink .DCR .DCC {
  border-radius: 2px;
}

.SyncPackReviewHeader .DFL {
  padding-left: 3px;
  padding-right: 3px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.SyncPackReviewHeader .SelectedLink a {
  font-weight: bold;
}

/** Divided View Stacks **/
/*$dividedStackBorderWidth: 4px;

.DividedViewStack
{
    &.VSHorizontal
    {
        > .VSViewRow.VSAutoTopMargin,
        > .VSViewRow.VSAutoMarginTop
        {
            margin: 0 0 0 0.5rem;
            padding: 0 0 0 0.5rem;
            border-style: dotted;
            border-width: 0 0 0 $dividedStackBorderWidth;
        }
    }
}*/
/** Template Selection Lists **/
.PanelSelectionList .RowTemplateCell {
  padding: 20px;
  border: 1px solid;
  border-radius: 2px;
  overflow: visible;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

/** Elevation Classes **/
/*%FastElevationButton
{
    box-shadow: $elevationShadow_2;
}*/
/*** Horizontal divided view stack columns ***/
.HorizontalDivided > .VSViewRow:not(.Hidden, .DisplayHidden) + .VSViewRow {
  padding-left: 20px;
  border-left-width: 2px;
  border-left-style: solid;
}

/*** Web SSO ***/
.WebSsoConsentPanel {
  max-width: 480px;
  margin: 0 auto;
}

.WebSsoLogonPanel {
  margin-top: 20px;
}

/*** Web Homescreen ***/
.WebHomeLogonWrapper {
  background-color: #CCC;
  background-image: url(../Image/ENG/PicturedRocks.JPG);
  background-size: cover;
  background-position: center center;
  min-height: 25vh;
  overflow: hidden;
}
.WebHomeLogonWrapper .WebHomeLogonPanel {
  margin: 0 0 0 auto;
}

.WebHomeLogonPanel {
  margin: 0 auto;
  max-width: 320px;
  padding: 20px;
  border-radius: 4px;
  /*input
  {
      background: none;
      //background: rgba(0,0,0,0.2);
      background: rgba(255,255,255,0.2);
      color: #FFF;
      padding-right: $inputHPadding;
      // Only adjust the left padding if the field is not in error.
      &.Field
      {
          padding-left: $inputHPadding;
      }
  }*/
}
.WebHomeLogonPanel.FastPanel::before {
  background: none;
}
.WebHomeLogonPanel .FastPanel {
  box-shadow: none;
  border-width: 0;
  border-radius: 0;
  background: none;
  padding: 0;
}
@media print {
  .WebHomeLogonPanel .FastPanel {
    box-shadow: none;
    outline: none;
  }
}
.WebHomeLogonPanel .FastPanel::before {
  background: none;
}
.WebHomeLogonPanel .FGTBC.FGCPTop > .FGIW {
  margin-top: 3px;
}

.WebSignInButton .DFB {
  border: 1px solid;
}
.WebSignInButton .DFB .ButtonCaptionText {
  margin: 0;
  text-align: left;
  font-weight: 600;
}

.WebSignInDivider {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.WebSignInDivider > .clearer {
  display: none;
}
.WebSignInDivider::before, .WebSignInDivider::after {
  content: " ";
  position: relative;
  height: 1px;
  width: 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  background: currentColor;
  opacity: 0.4;
}
.WebSignInDivider .FGLW {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 10px;
}

.WebMenuFilter .FGIC::after,
.WebMenuLinks .TableFilterWrapper::after {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: top;
  overflow: hidden;
  font-size: 2rem;
  height: 2rem;
  width: 2rem;
  content: "search";
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -1rem;
  pointer-events: none;
}

.WebMenuFilter .DocControlText,
.WebMenuLinks .TableFilter {
  font-size: 150%;
  padding: 0.5rem 0 0.5rem 2.5rem;
  position: relative;
}

.WebMenuLinks .TableFilterContainer,
.WebMenuLinks .TableTools,
.WebMenuLinks .TableToolsContainer,
.WebMenuLinks .DocTableHeader {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
.WebMenuLinks .DocTableHeader {
  margin-bottom: 10px;
}

.FastESHome .ManagerControlsContainer,
.FastESHome .ManagerControlContainer {
  max-width: none;
}
.FastESHome .ControlContainer {
  margin-top: 0;
}
.FastESHome .DocumentContentWrapper {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.FastESHome .ApplicationHeaderContainer {
  margin-bottom: 0;
}
.FastESHome .WebHomeMenuWrapper {
  margin: 0 auto;
}
.FastESHome .WebHomeLogonWrapper > .VSViewRow {
  max-width: 90rem;
  margin: 20px auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.FastESHome .FastESHomeLayout > .VSViewRow {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.FastESHome .FastESHomeLayout > .FastESHomeLayout_100 {
  max-width: none;
  padding: 0;
}

/*** Web Summary Panels ***/
.DisablePanels .FastPanel,
.DisablePanels .FastPanelCell {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.WebSummaryList > .VSView {
  margin: 0;
  padding: 20px;
  border-radius: 0 4px 4px 0;
  border: 1px solid #EEE;
  background-color: #FAFAFA;
}
.WebSummaryList > .VSView + .VSView {
  margin-top: 20px;
}
.WebSummaryList .FastPanel {
  background: none;
  box-shadow: none;
  border: none;
}
.WebSummaryList .DocTableHeader {
  background: #FAFAFA;
}

.WebSummarySubpanelList .FastSubPanel.RowTemplateCell,
.WebSummaryOutlinePanels .FastSubPanel.RowTemplateCell {
  margin: 0;
  padding: 20px;
  border: 1px solid #DDD;
  box-shadow: none;
  border-radius: 0;
  position: relative;
}
.WebSummarySubpanelList .FastSubPanel.RowTemplateCell::before,
.WebSummaryOutlinePanels .FastSubPanel.RowTemplateCell::before {
  display: block;
  content: " ";
  position: absolute;
  top: -1px;
  right: 100%;
  bottom: -1px;
  left: auto;
  height: auto;
  width: 4px;
  z-index: 1;
}

.WebContext,
.WebSummary,
.WebSummaryContext,
.WebSecondaryContext,
.WebSummaryNameValue,
.WebStatusNameValue,
.WebSummarySubpanelInfo,
.WebServiceTransactionAmount,
.WebCartAmount,
.WebSelectionAmount {
  padding: 0;
}
.WebContext .FastTitlebar,
.WebSummary .FastTitlebar,
.WebSummaryContext .FastTitlebar,
.WebSecondaryContext .FastTitlebar,
.WebSummaryNameValue .FastTitlebar,
.WebStatusNameValue .FastTitlebar,
.WebSummarySubpanelInfo .FastTitlebar,
.WebServiceTransactionAmount .FastTitlebar,
.WebCartAmount .FastTitlebar,
.WebSelectionAmount .FastTitlebar {
  margin-bottom: 0;
}
.WebContext .TDS,
.WebContext .DSC,
.WebContext .DCL,
.WebContext .DTColText,
.WebContext .TableEmpty,
.WebSummary .TDS,
.WebSummary .DSC,
.WebSummary .DCL,
.WebSummary .DTColText,
.WebSummary .TableEmpty,
.WebSummaryContext .TDS,
.WebSummaryContext .DSC,
.WebSummaryContext .DCL,
.WebSummaryContext .DTColText,
.WebSummaryContext .TableEmpty,
.WebSecondaryContext .TDS,
.WebSecondaryContext .DSC,
.WebSecondaryContext .DCL,
.WebSecondaryContext .DTColText,
.WebSecondaryContext .TableEmpty,
.WebSummaryNameValue .TDS,
.WebSummaryNameValue .DSC,
.WebSummaryNameValue .DCL,
.WebSummaryNameValue .DTColText,
.WebSummaryNameValue .TableEmpty,
.WebStatusNameValue .TDS,
.WebStatusNameValue .DSC,
.WebStatusNameValue .DCL,
.WebStatusNameValue .DTColText,
.WebStatusNameValue .TableEmpty,
.WebSummarySubpanelInfo .TDS,
.WebSummarySubpanelInfo .DSC,
.WebSummarySubpanelInfo .DCL,
.WebSummarySubpanelInfo .DTColText,
.WebSummarySubpanelInfo .TableEmpty,
.WebServiceTransactionAmount .TDS,
.WebServiceTransactionAmount .DSC,
.WebServiceTransactionAmount .DCL,
.WebServiceTransactionAmount .DTColText,
.WebServiceTransactionAmount .TableEmpty,
.WebCartAmount .TDS,
.WebCartAmount .DSC,
.WebCartAmount .DCL,
.WebCartAmount .DTColText,
.WebCartAmount .TableEmpty,
.WebSelectionAmount .TDS,
.WebSelectionAmount .DSC,
.WebSelectionAmount .DCL,
.WebSelectionAmount .DTColText,
.WebSelectionAmount .TableEmpty {
  padding-bottom: 0;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.WebContext .FGFC .CTE,
.WebContext .FGFC .FGNVT,
.WebSummary .FGFC .CTE,
.WebSummary .FGFC .FGNVT,
.WebSummaryContext .FGFC .CTE,
.WebSummaryContext .FGFC .FGNVT,
.WebSecondaryContext .FGFC .CTE,
.WebSecondaryContext .FGFC .FGNVT,
.WebSummaryNameValue .FGFC .CTE,
.WebSummaryNameValue .FGFC .FGNVT,
.WebStatusNameValue .FGFC .CTE,
.WebStatusNameValue .FGFC .FGNVT,
.WebSummarySubpanelInfo .FGFC .CTE,
.WebSummarySubpanelInfo .FGFC .FGNVT,
.WebServiceTransactionAmount .FGFC .CTE,
.WebServiceTransactionAmount .FGFC .FGNVT,
.WebCartAmount .FGFC .CTE,
.WebCartAmount .FGFC .FGNVT,
.WebSelectionAmount .FGFC .CTE,
.WebSelectionAmount .FGFC .FGNVT {
  padding: 0;
}
.WebContext .FGFC.FGPadCellField,
.WebContext .FGPadRow .FGFC,
.WebSummary .FGFC.FGPadCellField,
.WebSummary .FGPadRow .FGFC,
.WebSummaryContext .FGFC.FGPadCellField,
.WebSummaryContext .FGPadRow .FGFC,
.WebSecondaryContext .FGFC.FGPadCellField,
.WebSecondaryContext .FGPadRow .FGFC,
.WebSummaryNameValue .FGFC.FGPadCellField,
.WebSummaryNameValue .FGPadRow .FGFC,
.WebStatusNameValue .FGFC.FGPadCellField,
.WebStatusNameValue .FGPadRow .FGFC,
.WebSummarySubpanelInfo .FGFC.FGPadCellField,
.WebSummarySubpanelInfo .FGPadRow .FGFC,
.WebServiceTransactionAmount .FGFC.FGPadCellField,
.WebServiceTransactionAmount .FGPadRow .FGFC,
.WebCartAmount .FGFC.FGPadCellField,
.WebCartAmount .FGPadRow .FGFC,
.WebSelectionAmount .FGFC.FGPadCellField,
.WebSelectionAmount .FGPadRow .FGFC {
  margin-top: 6px;
}
.WebContext .FastStatusColor .CTE, .WebContext.FastStatusColor .CTE, .WebContext.WebServiceTransactionAmount .CTE,
.WebSummary .FastStatusColor .CTE,
.WebSummary.FastStatusColor .CTE,
.WebSummary.WebServiceTransactionAmount .CTE,
.WebSummaryContext .FastStatusColor .CTE,
.WebSummaryContext.FastStatusColor .CTE,
.WebSummaryContext.WebServiceTransactionAmount .CTE,
.WebSecondaryContext .FastStatusColor .CTE,
.WebSecondaryContext.FastStatusColor .CTE,
.WebSecondaryContext.WebServiceTransactionAmount .CTE,
.WebSummaryNameValue .FastStatusColor .CTE,
.WebSummaryNameValue.FastStatusColor .CTE,
.WebSummaryNameValue.WebServiceTransactionAmount .CTE,
.WebStatusNameValue .FastStatusColor .CTE,
.WebStatusNameValue.FastStatusColor .CTE,
.WebStatusNameValue.WebServiceTransactionAmount .CTE,
.WebSummarySubpanelInfo .FastStatusColor .CTE,
.WebSummarySubpanelInfo.FastStatusColor .CTE,
.WebSummarySubpanelInfo.WebServiceTransactionAmount .CTE,
.WebServiceTransactionAmount .FastStatusColor .CTE,
.WebServiceTransactionAmount.FastStatusColor .CTE,
.WebServiceTransactionAmount.WebServiceTransactionAmount .CTE,
.WebCartAmount .FastStatusColor .CTE,
.WebCartAmount.FastStatusColor .CTE,
.WebCartAmount.WebServiceTransactionAmount .CTE,
.WebSelectionAmount .FastStatusColor .CTE,
.WebSelectionAmount.FastStatusColor .CTE,
.WebSelectionAmount.WebServiceTransactionAmount .CTE {
  opacity: 1;
}
.WebContext .FastStatusColor .FGNVT, .WebContext.FastStatusColor .FGNVT, .WebContext.WebServiceTransactionAmount .FGNVT,
.WebSummary .FastStatusColor .FGNVT,
.WebSummary.FastStatusColor .FGNVT,
.WebSummary.WebServiceTransactionAmount .FGNVT,
.WebSummaryContext .FastStatusColor .FGNVT,
.WebSummaryContext.FastStatusColor .FGNVT,
.WebSummaryContext.WebServiceTransactionAmount .FGNVT,
.WebSecondaryContext .FastStatusColor .FGNVT,
.WebSecondaryContext.FastStatusColor .FGNVT,
.WebSecondaryContext.WebServiceTransactionAmount .FGNVT,
.WebSummaryNameValue .FastStatusColor .FGNVT,
.WebSummaryNameValue.FastStatusColor .FGNVT,
.WebSummaryNameValue.WebServiceTransactionAmount .FGNVT,
.WebStatusNameValue .FastStatusColor .FGNVT,
.WebStatusNameValue.FastStatusColor .FGNVT,
.WebStatusNameValue.WebServiceTransactionAmount .FGNVT,
.WebSummarySubpanelInfo .FastStatusColor .FGNVT,
.WebSummarySubpanelInfo.FastStatusColor .FGNVT,
.WebSummarySubpanelInfo.WebServiceTransactionAmount .FGNVT,
.WebServiceTransactionAmount .FastStatusColor .FGNVT,
.WebServiceTransactionAmount.FastStatusColor .FGNVT,
.WebServiceTransactionAmount.WebServiceTransactionAmount .FGNVT,
.WebCartAmount .FastStatusColor .FGNVT,
.WebCartAmount.FastStatusColor .FGNVT,
.WebCartAmount.WebServiceTransactionAmount .FGNVT,
.WebSelectionAmount .FastStatusColor .FGNVT,
.WebSelectionAmount.FastStatusColor .FGNVT,
.WebSelectionAmount.WebServiceTransactionAmount .FGNVT {
  font-size: 200%;
  font-weight: 600;
}
.WebContext .FGCPTop .FGDW, .WebContext.FGCPTop .FGDW,
.WebSummary .FGCPTop .FGDW,
.WebSummary.FGCPTop .FGDW,
.WebSummaryContext .FGCPTop .FGDW,
.WebSummaryContext.FGCPTop .FGDW,
.WebSecondaryContext .FGCPTop .FGDW,
.WebSecondaryContext.FGCPTop .FGDW,
.WebSummaryNameValue .FGCPTop .FGDW,
.WebSummaryNameValue.FGCPTop .FGDW,
.WebStatusNameValue .FGCPTop .FGDW,
.WebStatusNameValue.FGCPTop .FGDW,
.WebSummarySubpanelInfo .FGCPTop .FGDW,
.WebSummarySubpanelInfo.FGCPTop .FGDW,
.WebServiceTransactionAmount .FGCPTop .FGDW,
.WebServiceTransactionAmount.FGCPTop .FGDW,
.WebCartAmount .FGCPTop .FGDW,
.WebCartAmount.FGCPTop .FGDW,
.WebSelectionAmount .FGCPTop .FGDW,
.WebSelectionAmount.FGCPTop .FGDW {
  margin-bottom: 0;
}

.WebSecondaryContext,
.WebSecondaryContext .TAAuto,
.WebSummaryLogonHeader,
.WebSummaryLogonHeader .TAAuto {
  text-align: right;
}
.WebSecondaryContext .LBW,
.WebSecondaryContext .TAAuto .LBW,
.WebSummaryLogonHeader .LBW,
.WebSummaryLogonHeader .TAAuto .LBW {
  -ms-flex-justify: end;
  -ms-flex-pack: end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.WebSummaryCustomerSelectLink .FGIW {
  max-width: none;
  -ms-flex-preferred-size: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
}
.WebSummaryCustomerSelectLink .DocFieldButton {
  padding-top: 4px;
  padding-bottom: 4px;
  width: auto;
  max-width: 100%;
  overflow: hidden;
  min-width: 240px;
  box-sizing: border-box;
}
.WebSummaryCustomerSelectLink .ButtonCaptionText {
  text-align: left;
  font-weight: normal;
  font-size: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.WebSummaryCustomerSelectLink .FastIconWrapper {
  -ms-flex-order: 1;
  flex-order: 1;
  order: 1;
  margin: 0 0 0 10px;
}

.WebHeaderText {
  font-size: 150%;
  font-weight: 600;
}

.WebSummaryWelcomeName {
  font-weight: 600;
  opacity: 0.8;
  font-size: 125%;
}

.WebSummaryLastLogon {
  font-style: italic;
  opacity: 0.8;
  font-size: 90%;
}
.WebSummaryLastLogon.FGPadCellField {
  margin-top: 0;
}

.WebLinkPanelMenu.TableContainer {
  background: none;
}
.WebLinkPanelMenu > .DocTableWrapper {
  margin: 0;
}
.WebLinkPanelMenu.DocTable {
  margin: -20px 0 0 -20px;
  width: auto;
}
.WebLinkPanelMenu > .DocTableWrapOutlineList {
  width: 100%;
}
.WebLinkPanelMenu.DocTable,
.WebLinkPanelMenu > .DocTableWrapOutlineList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-collapse: collapse;
  border-spacing: 0;
}
.WebLinkPanelMenu.DocTable > .clearer,
.WebLinkPanelMenu > .DocTableWrapOutlineList > .clearer {
  display: none;
}
.WebLinkPanelMenu.DocTable > .DocTableCols,
.WebLinkPanelMenu > .DocTableWrapOutlineList > .DocTableCols {
  display: none;
}
.WebLinkPanelMenu.DocTable > .DocTableBody,
.WebLinkPanelMenu.DocTable > .ItemListOutlineGroup, .WebLinkPanelMenu.DocTable::before, .WebLinkPanelMenu.DocTable::after,
.WebLinkPanelMenu > .DocTableWrapOutlineList > .DocTableBody,
.WebLinkPanelMenu > .DocTableWrapOutlineList > .ItemListOutlineGroup,
.WebLinkPanelMenu > .DocTableWrapOutlineList::before,
.WebLinkPanelMenu > .DocTableWrapOutlineList::after {
  display: block;
  margin: 20px 0 0 20px;
  padding: 0;
  box-sizing: border-box;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  -ms-flex-preferred-size: calc(33% - 20px);
  -ms-flex-basis: calc(33% - 20px);
  flex-basis: calc(33% - 20px);
  min-width: 280px;
}
.WebLinkPanelMenu.DocTable > .DocTableBody,
.WebLinkPanelMenu.DocTable > .ItemListOutlineGroup,
.WebLinkPanelMenu > .DocTableWrapOutlineList > .DocTableBody,
.WebLinkPanelMenu > .DocTableWrapOutlineList > .ItemListOutlineGroup {
  border: 1px solid #DDD;
  box-shadow: none;
  border-radius: 0 4px 4px 0;
  padding-bottom: 20px;
  position: relative;
  /*&::before
  {
      display: none;
  }*/
}
.WebLinkPanelMenu.DocTable > .DocTableBody::before,
.WebLinkPanelMenu.DocTable > .ItemListOutlineGroup::before,
.WebLinkPanelMenu > .DocTableWrapOutlineList > .DocTableBody::before,
.WebLinkPanelMenu > .DocTableWrapOutlineList > .ItemListOutlineGroup::before {
  display: block;
  content: " ";
  position: absolute;
  top: -1px;
  right: auto;
  bottom: -1px;
  left: -1px;
  width: 4px;
  height: auto;
  z-index: 1;
}
.WebLinkPanelMenu.DocTable > .DocTableBody.QuickFiltered,
.WebLinkPanelMenu.DocTable > .ItemListOutlineGroup.QuickFiltered,
.WebLinkPanelMenu > .DocTableWrapOutlineList > .DocTableBody.QuickFiltered,
.WebLinkPanelMenu > .DocTableWrapOutlineList > .ItemListOutlineGroup.QuickFiltered {
  display: none;
}
.WebLinkPanelMenu.DocTable > .DocTableBody:empty,
.WebLinkPanelMenu.DocTable > .ItemListOutlineGroup:empty,
.WebLinkPanelMenu > .DocTableWrapOutlineList > .DocTableBody:empty,
.WebLinkPanelMenu > .DocTableWrapOutlineList > .ItemListOutlineGroup:empty {
  display: none;
}
.WebLinkPanelMenu.DocTable::before, .WebLinkPanelMenu.DocTable::after,
.WebLinkPanelMenu > .DocTableWrapOutlineList::before,
.WebLinkPanelMenu > .DocTableWrapOutlineList::after {
  content: "";
  -ms-flex-order: 100000;
  flex-order: 100000;
  order: 100000;
  margin-top: 0;
  height: 0;
  width: 0;
  padding: 0;
}
.WebLinkPanelMenu.DocTable .TDR,
.WebLinkPanelMenu.DocTable .OutlineHeaderCell,
.WebLinkPanelMenu.DocTable .OutlineDescriptionCell,
.WebLinkPanelMenu.DocTable .TDC,
.WebLinkPanelMenu.DocTable .OutlineHeader,
.WebLinkPanelMenu.DocTable .OutlineDescription,
.WebLinkPanelMenu.DocTable .OutlineTemplateCell,
.WebLinkPanelMenu > .DocTableWrapOutlineList .TDR,
.WebLinkPanelMenu > .DocTableWrapOutlineList .OutlineHeaderCell,
.WebLinkPanelMenu > .DocTableWrapOutlineList .OutlineDescriptionCell,
.WebLinkPanelMenu > .DocTableWrapOutlineList .TDC,
.WebLinkPanelMenu > .DocTableWrapOutlineList .OutlineHeader,
.WebLinkPanelMenu > .DocTableWrapOutlineList .OutlineDescription,
.WebLinkPanelMenu > .DocTableWrapOutlineList .OutlineTemplateCell {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}
.WebLinkPanelMenu.DocTable .OutlineHeaderCell,
.WebLinkPanelMenu.DocTable .OutlineHeader .FastIconFont,
.WebLinkPanelMenu > .DocTableWrapOutlineList .OutlineHeaderCell,
.WebLinkPanelMenu > .DocTableWrapOutlineList .OutlineHeader .FastIconFont {
  color: inherit;
}
.WebLinkPanelMenu.DocTable .OutlineValueWrapper,
.WebLinkPanelMenu > .DocTableWrapOutlineList .OutlineValueWrapper {
  font-size: 150%;
  font-weight: 600;
  color: inherit;
  border: none;
  padding: 0;
}
.WebLinkPanelMenu.DocTable .OutlineDescriptionWrapper,
.WebLinkPanelMenu > .DocTableWrapOutlineList .OutlineDescriptionWrapper {
  color: inherit;
  border: none;
  position: relative;
}
.WebLinkPanelMenu.DocTable .OutlineDescriptionText,
.WebLinkPanelMenu > .DocTableWrapOutlineList .OutlineDescriptionText {
  padding: 20px 0;
  box-sizing: content-box;
  min-height: 4.2em;
  border: none;
}
.WebLinkPanelMenu.DocTable .TDR,
.WebLinkPanelMenu.DocTable .ItemListRow,
.WebLinkPanelMenu > .DocTableWrapOutlineList .TDR,
.WebLinkPanelMenu > .DocTableWrapOutlineList .ItemListRow {
  margin: 0 20px;
}
.WebLinkPanelMenu.DocTable .TDR .DFL,
.WebLinkPanelMenu.DocTable .ItemListRow .DFL,
.WebLinkPanelMenu > .DocTableWrapOutlineList .TDR .DFL,
.WebLinkPanelMenu > .DocTableWrapOutlineList .ItemListRow .DFL {
  margin: 0;
  padding: 6px 0;
}
.WebLinkPanelMenu .WebLinkPanelMenuHeader {
  padding: 20px 20px 0;
}
.WebLinkPanelMenu .WebLinkPanelMenuHeader .FGLC {
  vertical-align: middle;
}
.WebLinkPanelMenu .WebLinkPanelMenuHeaderImage {
  margin: -20px -20px 20px;
}
.WebLinkPanelMenu .WebLinkPanelMenuHeaderImage .DocControlBackgroundImage {
  height: 8em;
  background-position: center;
  background-size: cover;
}
.WebLinkPanelMenu .WebLinkPanelMenuCaption .FGNVT {
  font-size: 150%;
  font-weight: 600;
  color: inherit;
  border: none;
  padding: 0;
}
.WebLinkPanelMenu .WebLinkPanelMenuDescription .FGNVT {
  padding: 0.5em 0;
  box-sizing: content-box;
  min-height: 4.2em;
  border: none;
}
.WebLinkPanelMenu.WebLinkPanelImageMenu > .DocTableBody,
.WebLinkPanelMenu.WebLinkPanelImageMenu .ItemListOutlineGroup {
  border-radius: 0 0 4px 4px;
}
.WebLinkPanelMenu.WebLinkPanelImageMenu > .DocTableBody:before,
.WebLinkPanelMenu.WebLinkPanelImageMenu .ItemListOutlineGroup:before {
  display: none;
}
.WebLinkPanelMenu.WebLinkPanelImageMenu .WebLinkPanelMenuHeaderImage {
  border-bottom: 4px solid;
}

.WebSettingsNameValue .FGLCIconMedium .FGFC {
  margin-left: 36px;
}
.WebSettingsNameValue .FGLCIconMedium .FGFC.FastTitlebarContainer {
  margin-left: 0;
}
.WebSettingsNameValue .FGLCIconLarge .FGFC {
  margin-left: 42px;
}
.WebSettingsNameValue .FGLCIconLarge .FGFC.FastTitlebarContainer {
  margin-left: 0;
}
.WebSettingsNameValue .FGNVT {
  font-size: 125%;
}
.WebSettingsNameValue .FGBC {
  height: 20px;
}

.WebRequestSummaryValue.FGFC.FGCPTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.WebRequestSummaryValue.FGFC.FGCPTop > .clearer {
  display: none;
}
.FGDisplayNV .WebRequestSummaryValue.FGFC.FGCPTop .FGD2 .CaptionLabel {
  padding: 0 0 3px;
}

.WebCartAmount .FGDW,
.WebSelectionAmount .FGDW {
  -ms-flex-justify: end;
  -ms-flex-pack: end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.WebCartAmount .FI,
.WebSelectionAmount .FI {
  display: none;
}
.WebCartAmount .FGNVT,
.WebSelectionAmount .FGNVT {
  text-align: right;
}

.WebDismissLink .DFL {
  color: inherit;
  opacity: 0.5;
  transition-property: opacity;
  transition-duration: 0.1s;
  transition-timing-function: ease;
}
.WebDismissLink .DFL:hover {
  opacity: 0.8;
}
.WebDismissLink .DFL .FastIconFont {
  color: inherit;
}

.WebOutlinePanels .DocControlBackgroundImage {
  height: 8em;
  background-position: center;
  background-size: cover;
}
.WebOutlinePanels,
.WebOutlinePanels .DocTable,
.WebOutlinePanels .TableHeader,
.WebOutlinePanels .DocTableBody,
.WebOutlinePanels .OutlineHeader,
.WebOutlinePanels .OutlineTemplateCell,
.WebOutlinePanels .OutlineHeader,
.WebOutlinePanels .OutlineHeaderCell,
.WebOutlinePanels .TDR,
.WebOutlinePanels .TDC,
.WebOutlinePanels .RowTemplateCell {
  display: block;
  width: auto;
}
.WebOutlinePanels .DocTableWrapper, .WebOutlinePanels.FastPanelContainer .DocTableWrapper, .WebOutlinePanels.FastSubPanelContainer .DocTableWrapper {
  margin: 0;
  padding: 0;
}
.WebOutlinePanels .DocTableBody, .WebOutlinePanels.DocTableBody {
  border: 1px solid;
  border-radius: 4px;
  border-spacing: 0;
  padding: 20px;
  box-shadow: none;
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-timing-function: ease;
}
.WebOutlinePanels .DocTableBody + .DocTableBody, .WebOutlinePanels.DocTableBody + .DocTableBody {
  margin-top: 20px;
}
.WebOutlinePanels .DocTableBody::before, .WebOutlinePanels.DocTableBody::before {
  display: none;
}
.WebOutlinePanels .DocTableBody::after, .WebOutlinePanels.DocTableBody::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;
}
.WebOutlinePanels .WebOutlineCollapsible {
  padding-left: 10px;
}
.WebOutlinePanels .OutlineHeader {
  float: left;
  width: 34%;
  box-sizing: border-box;
  padding-right: 20px;
}
.WebOutlinePanels .OutlineValueWrapper,
.WebOutlinePanels .OutlineDescriptionWrapper {
  border: none;
  color: inherit;
}
.WebOutlinePanels .OutlineValueWrapper {
  font-size: 120%;
}
.WebOutlinePanels .RowTemplateCell {
  border-radius: 0;
}
.WebOutlinePanels .TDR {
  float: right;
  width: 66%;
  box-sizing: border-box;
}
.WebOutlinePanels .TDR + .TDR {
  margin-top: 20px;
}
.WebOutlinePanels .WebOutlineCollapsed + .DocTableBody,
.WebOutlinePanels .DocTableBody + .WebOutlineCollapsed {
  margin-top: 10px;
}

.WebOutlineCollapsed.DocTableBody {
  padding: 0;
}
.WebOutlineCollapsed .OutlineHeader {
  display: none;
}
.WebOutlineCollapsed .TDR {
  float: none;
  width: auto;
}
.WebOutlineCollapsed .FastSubPanel {
  border: none;
  background: none;
  padding: 0 0 0 10px;
}
.WebOutlineCollapsed .FastSubPanel > .RowLinkWrapper {
  padding: 3px 10px;
  margin: 0;
}
.WebOutlineCollapsed .FastSubPanel::before {
  display: none;
}

.WebFavoriteHeader {
  padding: 20px;
  border: 1px solid;
  position: relative;
}
.WebFavoriteHeader::before {
  display: block;
  content: " ";
  position: absolute;
  top: -1px;
  right: auto;
  bottom: -1px;
  left: -1px;
  width: 4px;
  height: auto;
  z-index: 1;
}

.WebActionCenterFilters .FGLC {
  vertical-align: middle;
}

/** Web Notices **/
.WebNoticeContainer {
  white-space: pre-line;
}

.WebNoticeContainer .WebNoticeManualHtml {
  white-space: normal;
}

/*** Exams ***/
.ExamBody {
  min-height: 35em;
}

.ExamAnswerCodeButton .CTE,
.ExamNoAnswerCodeButton .CTE {
  padding: 0;
  line-height: inherit;
  text-align: center;
  width: 2em;
  height: 2em;
  line-height: 2em;
  font-size: 110%;
}
.ExamAnswerCodeButton .DFL,
.ExamAnswerCodeButton .CaptionLabel,
.ExamNoAnswerCodeButton .DFL,
.ExamNoAnswerCodeButton .CaptionLabel {
  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);
  border-radius: 4px;
  padding: 0;
  font-weight: 600;
  cursor: pointer;
}

.ExamNoAnswerCodeButton {
  visibility: hidden;
  background: #DDD;
}
.DesignMode .ExamNoAnswerCodeButton {
  visibility: visible;
}

/*** Appointment Classes ***/
.AppointmentDatePicker .ui-datepicker {
  border: none;
  padding: 0;
}
.AppointmentDatePicker .ui-datepicker .ui-datepicker-prev,
.AppointmentDatePicker .ui-datepicker .ui-datepicker-next {
  margin: -0.5em 0;
}
.AppointmentDatePicker .ui-datepicker-header {
  margin: 0 0 20px 0;
  padding: 0;
}
.AppointmentDatePicker .ui-datepicker-title {
  font-weight: 600;
  font-size: 150%;
  min-height: 0;
}

.AppointmentTimePickerTime {
  /* Legacy V12 Version */
  /* Legacy Core21 Version */
  /* Updated Version */
}
.AppointmentTimePickerTime .RowLinkWrapper {
  max-width: 6em;
  margin: -1px auto;
  border-radius: 2em;
  font-weight: 600;
  border: 1px solid transparent;
}
.AppointmentTimePickerTime .DCL {
  font-weight: 600;
  border-radius: 2em;
  border: 1px solid transparent;
  color: inherit;
}
.AppointmentTimePickerTime .CaptionLink {
  max-width: 6em;
  margin: -1px auto;
  border-radius: 2em;
  font-weight: 600;
  border: 1px solid transparent;
  color: inherit;
  width: 100%;
}
.AppointmentTimePickerTime .CaptionLink:hover {
  text-decoration: none;
}
.AppointmentTimePickerTime .CTE {
  line-height: 2;
}

.AppointmentTimePickerDesignatorTitle.FastTitlebar {
  border-bottom: 1px solid;
  padding-bottom: 6px;
  font-size: inherit;
}
.AppointmentTimePickerDesignatorTitle.FastTitlebar .FastTitlebarCaption {
  opacity: 0.8;
  font-size: 0.8em;
  text-transform: uppercase;
}

.AppointmentSticky {
  position: sticky;
  top: 0;
}

.AppointmentHiddenAutoRefresh {
  display: none;
}
.DesignMode .AppointmentHiddenAutoRefresh {
  display: block;
  opacity: 0.5;
}

/*** Mobile Credential Reader ***/
.ReaderHiddenAutoRefresh {
  display: none;
}
.DesignMode .ReaderHiddenAutoRefresh {
  display: block;
  opacity: 0.5;
}

.ReaderExtraLargeIcon .FICWLarge {
  height: 64px;
  width: 64px;
}
.ReaderExtraLargeIcon .FICWLarge .FICLarge {
  font-size: 64px;
}

/*** Web Service Transaction Summary ***/
.WebServiceTransactionHiddenAutoRefresh, .StackFGMedium .WebServiceTransactionHiddenAutoRefresh.FGFC {
  display: none;
}
.DesignMode .WebServiceTransactionHiddenAutoRefresh {
  display: block;
  opacity: 0.5;
}

.WebServiceTransactionSummary .RowTemplateCell > .FastPanel {
  padding: 0;
  align-items: stretch;
  border-radius: 0;
}
.WebServiceTransactionSummary .RowTemplateCell > .FastPanel > .VSView {
  margin: 0;
}
.WebServiceTransactionSummary .RowTemplateCell > .FastPanel .FastStatusPanel {
  padding: 20px;
}

.WebServiceTransactionInfo.FastStatusPanel {
  background: none;
  border: none;
  color: inherit;
  height: 100%;
}
.WebServiceTransactionInfo.FastStatusPanel .FICFTAuto {
  color: red;
}

.WebServiceTransactionSummaryIcon .FICWLarge {
  height: 64px;
  width: 64px;
}
.WebServiceTransactionSummaryIcon .FICWLarge .FICLarge {
  font-size: 64px;
}

.WebServiceTransactionSummaryStatus.FastStatusPanel {
  border-width: 0;
  border-top-width: 1px;
  border-radius: 0;
  margin: 0;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.WebServiceTransactionSummaryStatus.FastStatusPanel > .clearer {
  display: none;
}

.WebServiceTransactionAmount .FGDW {
  -ms-flex-justify: end;
  -ms-flex-pack: end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.WebServiceTransactionAmount .FI {
  display: none;
}
.WebServiceTransactionAmount .FGNVT {
  text-align: right;
}

@media screen and (min-width: 1088px) {
  .WebServiceTransactionSummaryStatus.FastStatusPanel {
    border-width: 0;
    border-left-width: 1px;
  }
  .WebServiceTransactionSummaryStatus.FastStatusPanel::before {
    display: none;
  }
}
/** Combo Radio Selector **/
.ComboRadioSelector .InputWrapperFCBRadio {
  border: 1px solid;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}
.ComboRadioSelector .FCBRWrapper + .FCBRWrapper {
  margin-top: 14px;
}
.ComboRadioSelector .FastComboRadioButtonLabelDescription {
  margin-top: 10px;
}

/*** Icon Effects ***/
.FIC.RotateIcon {
  -webkit-animation: fast-icon-rotate 2s linear infinite;
  -moz-animation: fast-icon-rotate 2s linear infinite;
  -o-animation: fast-icon-rotate 2s linear infinite;
  animation: fast-icon-rotate 2s linear infinite;
}

.FIC.RotateIconEase {
  -webkit-animation: fast-icon-rotate 2s ease infinite;
  -moz-animation: fast-icon-rotate 2s ease infinite;
  -o-animation: fast-icon-rotate 2s ease infinite;
  animation: fast-icon-rotate 2s ease infinite;
}

.FIC.RotateIconEaseIn {
  -webkit-animation: fast-icon-rotate 2s ease-in infinite;
  -moz-animation: fast-icon-rotate 2s ease-in infinite;
  -o-animation: fast-icon-rotate 2s ease-in infinite;
  animation: fast-icon-rotate 2s ease-in infinite;
}

.FIC.RotateIconEaseOut {
  -webkit-animation: fast-icon-rotate 2s ease-out infinite;
  -moz-animation: fast-icon-rotate 2s ease-out infinite;
  -o-animation: fast-icon-rotate 2s ease-out infinite;
  animation: fast-icon-rotate 2s ease-out infinite;
}

.FIC.RotateIconEaseInOut {
  -webkit-animation: fast-icon-rotate 2s ease-in-out infinite;
  -moz-animation: fast-icon-rotate 2s ease-in-out infinite;
  -o-animation: fast-icon-rotate 2s ease-in-out infinite;
  animation: fast-icon-rotate 2s ease-in-out infinite;
}

@-webkit-keyframes fast-icon-rotate {
  0% {
    -webkit-transform: rotate(0turn);
    transform: rotate(0turn);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-moz-keyframes fast-icon-rotate {
  0% {
    -moz-transform: rotate(0turn);
    transform: rotate(0turn);
  }
  100% {
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-o-keyframes fast-icon-rotate {
  0% {
    -o-transform: rotate(0turn);
    transform: rotate(0turn);
  }
  100% {
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fast-icon-rotate {
  0% {
    -webkit-transform: rotate(0turn);
    -moz-transform: rotate(0turn);
    -o-transform: rotate(0turn);
    transform: rotate(0turn);
  }
  100% {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.WebOutlinePanels.DocStackCellsLarge .OutlineHeader,
.WebOutlinePanels.DocStackCellsLarge .TDR {
  float: none;
  width: auto;
  padding: 0;
}
.WebOutlinePanels.DocStackCellsLarge .OutlineHeader + .TDR,
.WebOutlinePanels.DocStackCellsLarge .TDR + .TDR {
  border: none;
  margin-top: 20px;
}
.WebOutlinePanels.DocStackCellsLarge .RowTemplateCell {
  margin-top: 0;
}

/*** Doc Groups ***/
.DocGrpTabs.StackVSLarge > .VSViewRow.DocGrpTabs_100 > .DocViewLayout {
  margin: 0;
  padding: 20px;
}
.DocGrpTabs.StackVSLarge > .VSViewRow.DocGrpTabs_100 .DocGrpCurrent .DCC {
  border-radius: 4px;
  border-width: 1px;
}
.DocGrpTabs.StackVSLarge > .VSViewRow.DocGrpTabs_200 {
  margin-top: 0;
}
.DocGrpTabs.StackVSLarge .DocGrpTabs > .VSViewRow.DocGrpTabs_100 > .DocViewLayout {
  padding: 0 0 20px;
}

/*** Medium Screen ***/
@media screen and (max-width: 1087px) {
  .WebOutlinePanels.DocStackCellsMedium .OutlineHeader,
.WebOutlinePanels.DocStackCellsMedium .TDR {
    float: none;
    width: auto;
    padding: 0;
  }
  .WebOutlinePanels.DocStackCellsMedium .OutlineHeader + .TDR,
.WebOutlinePanels.DocStackCellsMedium .TDR + .TDR {
    border: none;
    margin-top: 20px;
  }
  .WebOutlinePanels.DocStackCellsMedium .RowTemplateCell {
    margin-top: 0;
  }

  /*** Doc Groups ***/
  .DocGrpTabs.StackVSMedium > .VSViewRow.DocGrpTabs_100 > .DocViewLayout {
    margin: 0;
    padding: 20px;
  }
  .DocGrpTabs.StackVSMedium > .VSViewRow.DocGrpTabs_100 .DocGrpCurrent .DCC {
    border-radius: 4px;
    border-width: 1px;
  }
  .DocGrpTabs.StackVSMedium > .VSViewRow.DocGrpTabs_200 {
    margin-top: 0;
  }
  .DocGrpTabs.StackVSMedium .DocGrpTabs > .VSViewRow.DocGrpTabs_100 > .DocViewLayout {
    padding: 0 0 20px;
  }

  .WebSummaryHeader.VSHorizontal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .WebSummaryHeader.VSHorizontal > .clearer {
    display: none;
  }
  .WebSummaryHeader.VSHorizontal > .VSView {
    -ms-flex-preferred-size: auto !important;
    -ms-flex-basis: auto !important;
    flex-basis: auto !important;
  }
  .WebSummaryHeader.VSHorizontal > .WebSummaryHeader_100 {
    margin: 0;
  }
  .WebSummaryHeader.VSHorizontal > .WebSummaryHeader_200.VSAutoMarginTop {
    margin: 0 0 20px;
    -ms-flex-order: -1;
    flex-order: -1;
    order: -1;
  }

  .WebSecondaryContext .TAAuto,
.WebSummaryLogonHeader .TAAuto {
    text-align: right;
  }
  .WebSecondaryContext .TAAuto .LBW,
.WebSummaryLogonHeader .TAAuto .LBW {
    -ms-flex-justify: start;
    -ms-flex-pack: start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
}
/*** Small Screen ***/
@media screen and (max-width: 719px) {
  .WebOutlinePanels.DocStackCellsSmall .OutlineHeader,
.WebOutlinePanels.DocStackCellsSmall .TDR {
    float: none;
    width: auto;
    padding: 0;
  }
  .WebOutlinePanels.DocStackCellsSmall .OutlineHeader + .TDR,
.WebOutlinePanels.DocStackCellsSmall .TDR + .TDR {
    border: none;
    margin-top: 20px;
  }
  .WebOutlinePanels.DocStackCellsSmall .RowTemplateCell {
    margin-top: 0;
  }

  /*** Doc Groups ***/
  .DocGrpTabs.StackVSSmall > .VSViewRow.DocGrpTabs_100 > .DocViewLayout {
    margin: 0;
    padding: 20px;
  }
  .DocGrpTabs.StackVSSmall > .VSViewRow.DocGrpTabs_100 .DocGrpCurrent .DCC {
    border-radius: 4px;
    border-width: 1px;
  }
  .DocGrpTabs.StackVSSmall > .VSViewRow.DocGrpTabs_200 {
    margin-top: 0;
  }
  .DocGrpTabs.StackVSSmall .DocGrpTabs > .VSViewRow.DocGrpTabs_100 > .DocViewLayout {
    padding: 0 0 20px;
  }

  .WebSummaryHeader.VSHorizontal > .WebSummaryHeader_200.VSAutoMarginTop {
    margin: 0;
  }

  .WebLinkPanelMenu.DocTable .OutlineDescriptionText,
.WebLinkPanelMenu .WebLinkPanelMenuDescription .FGNVT {
    min-height: 0;
  }
}
/***API Gateway***/
.ApiContent.FGControlLabel {
  padding: 20px;
}

.ApiAddress,
.ApiExampleValue,
.ApiContentType,
.ApiPath,
.ApiHttpMethod,
.ApiQueryParameter,
.ApiPathParameter,
.ApiContent.FGControlLabel {
  font-family: monospace;
}

.ApiHttpMethod,
.ApiPath,
.ApiQueryParameter,
.ApiPathParameter {
  font-weight: 600;
}

.ApiPath,
.ApiQueryParameter,
.ApiPathParameter {
  font-style: italic;
}

.ApiContentType {
  font-weight: normal;
  position: absolute;
  right: 0;
}

.ApiNote,
.ApiFieldNote {
  font-style: italic;
}

.ApiNote .ApiAttribute,
.ApiFieldNote .ApiFieldAttribute {
  font-weight: bold;
}

.ApiGatewayStatusSelector .FastComboButtonSet.FieldEnabled {
  background: transparent;
}

/*** Image Control ***/
.ImageDetailImage .DocControlImage {
  border: 2px solid;
}

.ImageDetailThumbnail .DocControlImage {
  border: 1px solid;
}

.ImageDetailImageZoom .DocControlImage {
  box-shadow: 2px 2px 6px -3px #000;
}

/***********************************/
/* Controls Controls.External.scss */
/***********************************/
.Compact .NonHeaderedTableTitlebar .FastTitlebar {
  margin-bottom: 0;
}
.Compact.DTGLNone .TDS,
.Compact.DTGLNone .DSC,
.Compact.DTGLNone .DCL {
  padding: 0;
  margin: 0;
}

/*** Doc Groups ***/
.DocGrpContainer.FastPanel {
  padding: 0;
  border-radius: 0;
}
.DocGrpContainer.FastPanel::before {
  display: none;
}
.DocGrpContainer.FastPanel > .VSView > .DocGrpTabs > .VSViewRow.DocGrpTabs_100 {
  border-radius: 0;
}
.DocGrpContainer.FastPanel > .VSView > .DocGrpTabs > .VSViewRow.DocGrpTabs_200 {
  border: none;
  margin-top: 0;
}

/*** Doc Sets ***/
.DocSetContainer > .DocSetContainer_200 {
  border-bottom: 1px solid;
  padding: 0 0 20px;
}
.DocSetContainer > .DocSetContainer_200 .FastPanel {
  /*&::before
    {
        display: none;
    }*/
  position: relative;
}
.DocSetContainer > .DocSetContainer_200 .FastPanel::before {
  display: block;
  content: " ";
  position: absolute;
  top: -1px;
  right: 100%;
  bottom: -1px;
  left: auto;
  height: auto;
  width: 4px;
  z-index: 1;
}

/*************************/
/* _Colors.Defaults.scss */
/*************************/
/**********************/
/* _Colors.Parameters */
/**********************/
/*********************/
/* _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 */
/* _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 */
/**********************/
/*******************************/
/* Controls _Theme.Common.scss */
/*******************************/
.CurrentRowArrow .DCC::before {
  color: #004980;
  --FastTheme-color: rfrTheme fstrButtonColor;
}

.GatewayApiList .RowLinkWrapper {
  color: #444;
  --FastTheme-color: rfrTheme fstrTextColor;
}
.GatewayApiList .TDR {
  border-bottom-color: #DDD;
  --FastTheme-border-bottom-color: rfrTheme fstrLightBorderColor;
}

.FGDisplayNV .GatewayUrlField .FGIW,
.GatewayUrlField.FGControlLabel,
.GatewaySampleContent.FGControlLabel {
  border-left-color: #0066b3;
  --FastTheme-border-left-color: rfrTheme fstrAccentColor;
  background-color: #F5F5F5;
  --FastTheme-background-color: rfrTheme fstrDarkPanelColor;
}

/*** Doc Groups ***/
.DocGrpTabs,
.SideStepContainer {
  background-color: #FFF;
  --FastTheme-background-color: rfrTheme fstrPanelColor;
}
.DocGrpTabs.DocGrpHasSubTabs,
.SideStepContainer.DocGrpHasSubTabs {
  background-color: #CCE6FB;
  --FastTheme-background-color: rfrTheme fstrAccentLightColor;
}

.DocGrpTabs > .VSViewRow.DocGrpTabs_100,
.SideStepInfoContainer {
  background-color: #0066b3;
  --FastTheme-background-color: rfrTheme fstrAccentColor;
  color: #FFF;
  --FastTheme-color: rfrTheme fstrAccentTextColor;
}

.DocGrpTabs > .VSViewRow.DocGrpTabs_200,
.SideStepDocContainer {
  border-color: #0066b3;
  --FastTheme-border-color: rfrTheme fstrAccentColor;
}

.DocGrpHasSubTabs_200 .DocGrpTabs {
  border: none;
}
.DocGrpHasSubTabs_200 .DocGrpTabs > .VSViewRow.DocGrpTabs_100 {
  background-color: #CCE6FB;
  --FastTheme-background-color: rfrTheme fstrAccentLightColor;
  color: #0066b3;
  --FastTheme-color: rfrTheme fstrAccentColor;
}
.DocGrpCurrent .DCC,
.SideStepInfoCurrentStep .SideStepInfoStep {
  background-color: #FFF;
  --FastTheme-background-color: rfrTheme fstrPanelColor;
  color: #0066b3;
  --FastTheme-color: rfrTheme fstrAccentColor;
}
.DocGrpHasSubTabs_100 .DocGrpCurrent .DCC,
.DocGrpHasSubTabs_100 .SideStepInfoCurrentStep .SideStepInfoStep {
  background-color: #CCE6FB;
  --FastTheme-background-color: rfrTheme fstrAccentLightColor;
}

/*** XML Viewer ***/
.FastScrollContainer,
.FastScrollContainer.FastPanel {
  border-color: #CCC;
  --FastTheme-border-color: rfrTheme fstrDarkBorderColor;
}

/** Selected Links **/
a.SelectedLink,
.SelectedLink a {
  background-color: #0066b3;
  --FastTheme-background-color: rfrTheme fstrAccentColor;
  color: #FFF;
  --FastTheme-color: rfrTheme fstrAccentTextColor;
}

/** Divided View Stacks **/
.DividedViewStack.VSHorizontal > .VSViewRow.VSAutoTopMargin,
.DividedViewStack.VSHorizontal > .VSViewRow.VSAutoMarginTop {
  border-color: #CCE6FB;
  --FastTheme-border-color: rfrTheme fstrAccentLightColor;
  border-color: #DDD;
  --FastTheme-border-color: rfrTheme fstrLightBorderColor;
}

/** Template Selection Lists **/
.PanelSelectionList .RowTemplateCell {
  border-color: #CCC;
  --FastTheme-border-color: rfrTheme fstrDarkBorderColor;
}
.PanelSelectionList .RowTemplateCell:hover {
  background-color: #F0F8FF;
  --FastTheme-background-color: rfrTheme fstrHoverColor;
}
.PanelSelectionList .RowTemplateCell.TableHighlightCell {
  border-color: #00b3ee;
  --FastTheme-border-color: rfrTheme fstrHighlightBorderColor;
  background-color: #BEF;
  --FastTheme-background-color: rfrTheme fstrHighlightColor;
}

/*** Horizontal divided view stack columns ***/
.HorizontalDivided > .VSViewRow {
  border-left-color: #0066b3;
  --FastTheme-border-left-color: rfrTheme fstrAccentColor;
}
.DocTabContainer .HorizontalDivided > .VSViewRow, .FastPanel .HorizontalDivided > .VSViewRow, .FastSubPanel .HorizontalDivided > .VSViewRow {
  border-left-color: rgba(204, 230, 251, 0.5);
  --FastTheme-border-left-color: rfrTheme fstrAccentLightColor (Faded);
}

.AssistantFormattingSample.FGControlLabel {
  border-left-color: #0066b3;
  --FastTheme-border-left-color: rfrTheme fstrAccentColor;
  background-color: #F5F5F5;
  --FastTheme-background-color: rfrTheme fstrDarkPanelColor;
}

.WebHomeLogonPanel {
  background-color: #FFF;
  --FastTheme-background-color: rfrTheme fstrPanelColor;
}
.WebSignInButton .DFB {
  color: #444;
  --FastTheme-color: rfrTheme fstrTextColor;
  background-color: #FFF;
  --FastTheme-background-color: rfrTheme fstrPanelColor;
  border-color: #004980;
  --FastTheme-border-color: rfrTheme fstrButtonColor;
}
.WebSignInButton .DFB:hover, .WebSignInButton .DFB:focus {
  background-color: #f2f2f2;
  --FastTheme-background-color: rfrTheme fstrPanelColor (Darkened);
}
.WebSignInButton .DFB:active {
  background-color: #f2f2f2;
  --FastTheme-background-color: rfrTheme fstrPanelColor (Darkened);
}
.WebSignInButton .DFB .FICF {
  color: inherit;
}
.WebMenuFilter,
.WebMenuLinks .TableFilterWrapper {
  color: #0066b3;
  --FastTheme-color: rfrTheme fstrAccentColor;
}

.WebMenuFilter .FGIC::before,
.WebMenuLinks .TableFilterWrapper::before {
  color: #0066b3;
  --FastTheme-color: rfrTheme fstrAccentColor;
}

/*.WebMenuFilter .DocControlText,
.WebMenuLinks .TableFilter
{
    @include theme-color(border-color, AccentMediumColor);

    &:focus
    {
        @include theme-color(border-color, FocusBorderColor);
    }
}*/
.WebSummarySubpanelList .FastSubPanel.RowTemplateCell,
.WebSummaryOutlinePanels .FastSubPanel.RowTemplateCell {
  background-color: #FFF;
  --FastTheme-background-color: rfrTheme fstrPanelColor;
}
.WebSummarySubpanelList .FastSubPanel.RowTemplateCell::before,
.WebSummaryOutlinePanels .FastSubPanel.RowTemplateCell::before {
  background-color: #8dc43f;
  --FastTheme-background-color: rfrTheme fstrThirdAccentColor;
}

.WebLinkPanelMenu .WebLinkPanelMenuHeaderImage {
  border-color: #6ecdb2;
  --FastTheme-border-color: rfrTheme fstrSecondAccentColor;
}
.WebLinkPanelMenu.DocTable > .DocTableBody,
.WebLinkPanelMenu.DocTable > .ItemListOutlineGroup,
.WebLinkPanelMenu > .DocTableWrapOutlineList > .DocTableBody,
.WebLinkPanelMenu > .DocTableWrapOutlineList > .ItemListOutlineGroup {
  background-color: #FFF;
  --FastTheme-background-color: rfrTheme fstrPanelColor;
  border-color: #DDD;
  --FastTheme-border-color: rfrTheme fstrLightBorderColor;
}
.WebLinkPanelMenu.DocTable > .DocTableBody::before,
.WebLinkPanelMenu.DocTable > .ItemListOutlineGroup::before,
.WebLinkPanelMenu > .DocTableWrapOutlineList > .DocTableBody::before,
.WebLinkPanelMenu > .DocTableWrapOutlineList > .ItemListOutlineGroup::before {
  background-color: #6ecdb2;
  --FastTheme-background-color: rfrTheme fstrSecondAccentColor;
}
.WebLinkPanelMenu.WebLinkPanelImageMenu .WebLinkPanelMenuHeaderImage {
  border-bottom-color: #6ecdb2;
  --FastTheme-border-bottom-color: rfrTheme fstrSecondAccentColor;
}

.WebOutlinePanels .DocTableBody {
  background-color: #F5F5F5;
  --FastTheme-background-color: rfrTheme fstrDarkPanelColor;
  border-color: #DDD;
  --FastTheme-border-color: rfrTheme fstrDarkPanelBorderColor;
  /*&.WebOutlineCollapsed
  {
      &:hover
      {
          @include theme-color(background-color, HoverColor);
      }
  }*/
}
.WebOutlinePanels .FastSubPanel {
  background-color: #FFF;
  --FastTheme-background-color: rfrTheme fstrPanelColor;
  border-color: #DDD;
  --FastTheme-border-color: rfrTheme fstrLightBorderColor;
}
.WebOutlinePanels .FastSubPanel::before {
  background-color: #8dc43f;
  --FastTheme-background-color: rfrTheme fstrThirdAccentColor;
}
.WebOutlinePanels .TDR.RowStatusColorDefault {
  background: none;
}
.WebOutlinePanels .TDR.RowStatusColorDefault > .FastSubPanelCell::before {
  background-color: #1B75BC;
  --FastTheme-background-color: rfrThemeStatusColor Default fstrColor;
}
.WebOutlinePanels .TDR.RowStatusColorGood {
  background: none;
}
.WebOutlinePanels .TDR.RowStatusColorGood > .FastSubPanelCell::before {
  background-color: #2C8500;
  --FastTheme-background-color: rfrThemeStatusColor Good fstrColor;
}
.WebOutlinePanels .TDR.RowStatusColorComplete {
  background: none;
}
.WebOutlinePanels .TDR.RowStatusColorComplete > .FastSubPanelCell::before {
  background-color: #2C8500;
  --FastTheme-background-color: rfrThemeStatusColor Complete fstrColor;
}
.WebOutlinePanels .TDR.RowStatusColorWarning {
  background: none;
}
.WebOutlinePanels .TDR.RowStatusColorWarning > .FastSubPanelCell::before {
  background-color: #C15515;
  --FastTheme-background-color: rfrThemeStatusColor Warning fstrColor;
}
.WebOutlinePanels .TDR.RowStatusColorError {
  background: none;
}
.WebOutlinePanels .TDR.RowStatusColorError > .FastSubPanelCell::before {
  background-color: #CC170E;
  --FastTheme-background-color: rfrThemeStatusColor Error fstrColor;
}
.WebOutlinePanels .TDR.RowStatusColorInactive {
  background: none;
}
.WebOutlinePanels .TDR.RowStatusColorInactive > .FastSubPanelCell::before {
  background-color: #666;
  --FastTheme-background-color: rfrThemeStatusColor Inactive fstrColor;
}
.WebOutlinePanels .TDR.RowStatusColorIncomplete {
  background: none;
}
.WebOutlinePanels .TDR.RowStatusColorIncomplete > .FastSubPanelCell::before {
  background-color: #C15515;
  --FastTheme-background-color: rfrThemeStatusColor Incomplete fstrColor;
}
.WebOutlinePanels .TDR.RowStatusColorBad {
  background: none;
}
.WebOutlinePanels .TDR.RowStatusColorBad > .FastSubPanelCell::before {
  background-color: #CC170E;
  --FastTheme-background-color: rfrThemeStatusColor Bad fstrColor;
}
.WebOutlinePanels .TDR.RowStatusColorInvalid {
  background: none;
}
.WebOutlinePanels .TDR.RowStatusColorInvalid > .FastSubPanelCell::before {
  background-color: #CC170E;
  --FastTheme-background-color: rfrThemeStatusColor Invalid fstrColor;
}
.WebOutlinePanels .TDR.RowStatusColorAdded {
  background: none;
}
.WebOutlinePanels .TDR.RowStatusColorAdded > .FastSubPanelCell::before {
  background-color: #2C8500;
  --FastTheme-background-color: rfrThemeStatusColor Added fstrColor;
}
.WebOutlinePanels .TDR.RowStatusColorModified {
  background: none;
}
.WebOutlinePanels .TDR.RowStatusColorModified > .FastSubPanelCell::before {
  background-color: #C15515;
  --FastTheme-background-color: rfrThemeStatusColor Modified fstrColor;
}
.WebOutlinePanels .TDR.RowStatusColorRemoved {
  background: none;
}
.WebOutlinePanels .TDR.RowStatusColorRemoved > .FastSubPanelCell::before {
  background-color: #CC170E;
  --FastTheme-background-color: rfrThemeStatusColor Removed fstrColor;
}

.WebOutlineCollapsed .FastSubPanel {
  background: none;
}

.WebFavoriteHeader {
  background-color: #D0DBED;
  --FastTheme-background-color: rfrThemeStatusColor Default fstrBackgroundColor;
  border-color: #90BAD6;
  --FastTheme-border-color: rfrThemeStatusColor Default fstrBorderColor;
}
.WebFavoriteHeader::before {
  background-color: #1B75BC;
  --FastTheme-background-color: rfrThemeStatusColor Default fstrColor;
}
.WebFavoriteHeader button {
  background-color: #1B75BC;
  --FastTheme-background-color: rfrThemeStatusColor Default fstrButtonColor;
  border-color: #1B75BC;
  --FastTheme-border-color: rfrThemeStatusColor Default fstrButtonColor;
  /*@include theme-color(background-color, AccentColor);
  @include theme-color(border-color, AccentColor);
  @include theme-color(color, AccentTextColor);

  &:hover
  {
      @include theme-color(background-color, AccentColor-Light);
  }

  &:active
  {
      @include theme-color(background-color, AccentColor-Dark);
  }*/
}
.WebFavoriteHeader button:hover {
  background-color: #1e83d2;
  --FastTheme-background-color: rfrThemeStatusColor Default fstrButtonColor-Light;
}
.WebFavoriteHeader button:active {
  background-color: #1867a6;
  --FastTheme-background-color: rfrThemeStatusColor Default fstrButtonColor-Dark;
}

/*** Exams ***/
.ExamAnswerCodeButton .DFL,
.ExamAnswerCodeButton .CaptionLabel {
  background-color: #004980;
  --FastTheme-background-color: rfrTheme fstrButtonColor;
  color: #FFF;
  --FastTheme-color: rfrTheme fstrButtonTextColor;
}
.ExamAnswerCodeButton .DFL:hover,
.ExamAnswerCodeButton .CaptionLabel:hover {
  background-color: #00579a;
  --FastTheme-background-color: rfrTheme fstrButtonColor (Lightened);
}

/** Appointment Classes **/
.AppointmentTimePickerTime {
  /* Legacy Version */
}
.AppointmentTimePickerTime .RowLinkWrapper:hover,
.AppointmentTimePickerTime .DCL:hover,
.AppointmentTimePickerTime .CaptionLink:hover {
  border-color: #DDD;
  --FastTheme-border-color: rfrTheme fstrLightBorderColor;
}

.AppointmentTimePickerTimeSelected {
  /* Legacy Version */
  /* Updated Version */
}
.AppointmentTimePickerTimeSelected .RowLinkWrapper,
.AppointmentTimePickerTimeSelected .DCL {
  background-color: #0066b3;
  --FastTheme-background-color: rfrTheme fstrAccentColor;
  color: #FFF;
  --FastTheme-color: rfrTheme fstrAccentTextColor;
}
.AppointmentTimePickerTimeSelected .RowLinkWrapper .FastPanel,
.AppointmentTimePickerTimeSelected .DCL .FastPanel {
  color: inherit;
}
.AppointmentTimePickerTimeSelected .RowLinkWrapper:hover,
.AppointmentTimePickerTimeSelected .DCL:hover {
  border-color: #0066b3;
  --FastTheme-border-color: rfrTheme fstrAccentColor;
}
.AppointmentTimePickerTimeSelected .CaptionLink {
  background-color: #0066b3;
  --FastTheme-background-color: rfrTheme fstrAccentColor;
  color: #FFF;
  --FastTheme-color: rfrTheme fstrAccentTextColor;
}
.AppointmentTimePickerTimeSelected .CaptionLink:hover {
  border-color: #0066b3;
  --FastTheme-border-color: rfrTheme fstrAccentColor;
}

.AppointmentTimePickerDesignatorTitle.FastTitlebar {
  color: #444;
  --FastTheme-color: rfrTheme fstrTextColor;
  border-bottom-color: #DDD;
  --FastTheme-border-bottom-color: rfrTheme fstrLightBorderColor;
}

/***API Gateway***/
.ApiContent.FGControlLabel {
  background-color: #F5F5F5;
  --FastTheme-background-color: rfrTheme fstrDarkPanelColor;
}

/*** Web Service Transaction Summary ***/
.WebServiceTransactionInfo.FastStatusPanel .FICFTAuto {
  color: #0066b3;
  --FastTheme-color: rfrTheme fstrAccentColor;
}

.WebServiceTransactionSummaryStatus.FastStatusPanel {
  border-color: #DDD;
  --FastTheme-border-color: rfrTheme fstrLightBorderColor;
}

/** Combo Radio Selector **/
.ComboRadioSelector .InputWrapperFCBRadio {
  border-color: #CCC;
  --FastTheme-border-color: rfrTheme fstrFieldBorderColor;
}

/*** Image Control ***/
.ImageDetailImage .DocControlImage {
  border-color: #CCC;
  --FastTheme-border-color: rfrTheme fstrFieldBorderColor;
}

.ImageDetailThumbnail .DocControlImage {
  border-color: #CCC;
  --FastTheme-border-color: rfrTheme fstrFieldBorderColor;
}

.ImageDetailImageZoom .DocControlImage {
  box-shadow: 2px 2px 6px -3px #444;
  --FastTheme-box-shadow: rfrTheme fstrTextColor;
}

/********************************/
/* Controls Theme.External.scss */
/********************************/
/*** Doc Groups ***/
.DocGrpContainer.FastPanel::before {
  background-color: #0066b3;
  --FastTheme-background-color: rfrTheme fstrAccentColor;
}

.DocGrpTabs .DocGrpTabs .DocGrpCurrent .DCC {
  border-color: #0066b3;
  --FastTheme-border-color: rfrTheme fstrAccentColor;
}

/*** Doc Sets ***/
.DocSetContainer > .DocSetContainer_200 {
  border-color: #DDD;
  --FastTheme-border-color: rfrTheme fstrLightBorderColor;
}
.DocSetContainer > .DocSetContainer_200 .FastPanel::before {
  display: none;
}
