/*****************************************************************************/
/*                                                                           */
/* pacerMenu.css                                                             */
/*                                                                           */
/* The CSS in this file define how the menu will be presented to the user.   */
/*                                                                           */
/*****************************************************************************/
.psc-menu-button {
  display: none;
}

.psc-logged-out-menu,
.psc-menu {
  height: 30px;
  /*padding-top: 5px;*/
  background-color: #f0f2f4;
  border-bottom: 1px solid lightgray;
}

.psc-menubar {
  max-width: 1230px;
  /* for best aesthetics, this should be 30px larger than the max page width */
  min-width: 350px;
  /* for best aesthetics, this should be 30px larger than the min page width */
  margin: 0 auto;
  /* center the full menubar on the page */
}

/* put this in a final submenu's styleClass to float it to the right of the menu bar */
.psc-right-menu {
  float: right !important;
}

.ui-menu {
  border: unset !important;
  width: unset;
}

.ui-menu.ui-menubar {
  padding: unset !important;
  background: unset !important;
}

.ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link {
  padding: .4em .3em !important;
}

.ui-menu .ui-menuitem {
  /*margin: 5px 0;*/
}

.ui-menu .ui-menuitem-text {
  font-size: 1em;
  color: black;
}

.ui-menu .ui-state-active {
  background: none;
}

/* provide padding between menu items */
.ui-menu .ui-menuitem-link {
  /*margin-right: 20px;*/
  margin-left: 10px;
  margin-right: 10px;
}

/* but don't have the underline highlight extend over the pad */
.ui-menu .ui-menuitem-link::after {
  margin-left: 5px;
  margin-right: 28px;
}

/* remove the default border from around the top level menu */
.ui-menubar {
  border: none;
  padding: 0 0 0 0;
}

/* change the submenu indicator to a down chevron */
.ui-submenu-link .ui-icon {
  background: url(../pacerImages/navArrow-main.svg);
  background-size: 14px 14px !important;
  background-repeat: no-repeat !important;
  margin-top: 2px !important;
  margin-left: 5px !important;
}

/* hover over an unexpanded down chevron */
/*******/
/* new */
/*******/
.ui-menuitem-highlight > .ui-submenu-link > .ui-icon.ui-icon-triangle-1-s {
  color: #da372c !important;
}

/* change down chevron to up chevron when menu is open */
.ui-menuitem-active.ui-menuitem-highlight > .ui-submenu-link.ui-state-active .ui-icon.ui-icon-triangle-1-s:last-child::before {
  content: "\e903";
  font-size: 0.83em;
  font-weight: bold;
  margin-right: 2px;
}

/*******/
/* new */
/*******/
.ui-submenu-link.ui-state-hover .ui-icon {
  background: url(../pacerImages/navArrow-rollover.svg);
  background-size: 14px 14px !important;
  background-repeat: no-repeat !important;
  margin-top: 2px !important;
  margin-left: 5px !important;
}

/* submenu indicator when submenu is expanded */
.ui-menuitem-highlight.ui-menuitem-active .ui-submenu-link.ui-state-active .ui-icon {
  background: url(../pacerImages/navArrow-rolloverUP.svg);
  background-size: 14px 14px !important;
  background-repeat: no-repeat !important;
  margin-top: 2px !important;
  margin-left: 5px !important;
}

/* styling of the top level menu item when open */
.ui-menu-list.ui-helper-reset > .ui-menu-parent.ui-menuitem-active {
  box-shadow: 2px 8px 9px 4px #919191;
  border-radius: 1px;
  background-color: #eaeaea;
  height: 30px;
  margin-top: 0px;
  padding-top: 0;
}

/* draw the red underline for a top level menu when open */
.ui-menu-list.ui-helper-reset > .ui-menu-parent.ui-menuitem-active::after {
  background-color: #da372c;
  border-radius: 0;
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  left: 15px;
  right: 18px;
  bottom: 0;
  width: calc(100% - 1.5em);
}

/* set the text color of a top level menu item when open */
.ui-menu-list.ui-helper-reset > .ui-menu-parent.ui-menuitem-active > .ui-menuitem-link {
  color: #005ca5;
}

/* put a red bar under a top level menu with a submenu on hover */
.ui-menuitem.ui-menu-parent.ui-menuitem-highlight > .ui-menuitem-link.ui-state-hover::after {
  background-color: #da372c;
  border-radius: 0;
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  left: 10px;
  right: -10px;
  bottom: 0;
  margin-bottom: 1px;
  width: calc(100% - 1.5em);
}

/* this selector fires when hovering over a terminal menu (top level or not) item that has no subitems */
.ui-menuitem-link.ui-state-hover {
  background: none !important;
}

.ui-menu-list .ui-shadow {
  box-shadow: 2px 8px 9px 4px #919191 !important;
}

/* this selector fires when hovering over a non-toplevel menu item that has no subitems */
.ui-menuitem > .ui-menu-list > .ui-menuitem > .ui-menuitem-link.ui-state-hover {
  /*background: none;*/
  /*background-color: $pacerMediumGrey;*/
  /*color: #222;*/
  /*margin-left: 0;*/
  /*padding-left: 15px;*/
  /*border-radius: 0;*/
}

/* this selector fires when hovering over a menu item (top level and others) that has submenu items */
.ui-menuitem.ui-menu-parent.ui-menuitem-highlight > .ui-menuitem-link.ui-state-hover {
  background: none;
  color: #005ca5;
}

/* because we increased the height of the menubar, we need to lower where submenus show */
.ui-menubar .ui-menu-child {
  top: 30px !important;
}

/* this selector files when hovering over a submenu (whether it has submenu itself or not) */
.ui-menu-child > .ui-menuitem-highlight {
  background: none;
  background-color: #dcdee0;
  color: #222;
  border-radius: 0;
}

/* this selector fires when hovering over a submenu item that has submenu items */
.ui-menu-child > .ui-menuitem.ui-menu-parent.ui-menuitem-highlight > .ui-menuitem-link.ui-state-hover {
  /*background: none;*/
  /*background-color: mediumpurple;*/
}

/* set the width of the submenu items and their container */
.ui-menubar .ui-menu-child .ui-menuitem {
  /*width: 260px;*/
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

/* the 'outer' part of the drop down menu */
.ui-menu .ui-menu-parent .ui-menu-child {
  width: 260px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.ui-menubar .ui-menu-child .ui-menuitem:not(:first-of-type) {
  border-top: 1px solid #dcdee0;
}

/* undo the 'rounding' of the corners of the menu items so the menu separator defined above is not skewed */
.ui-menuitem .ui-corner-all {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -khtml-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

/* in conjunction with below, highlight, on mouse click, a submenu item */
.ui-menubar .ui-menu-child .ui-menuitem:active {
  border: 2px solid #188dff;
  width: calc(100% + 2px);
  height: calc(100% - 4px);
  margin-left: -1px !important;
}

/* in conjunction with above, highlight, on mouse click, a submenu item */
.ui-menubar .ui-menu-child .ui-menuitem:first-of-type > .ui-menuitem-link:active {
  line-height: 12px;
  padding-top: 6px !important;
}

/* in conjunction with above, highlight, on mouse click, a submenu item */
.ui-menubar .ui-menu-child .ui-menuitem > .ui-menuitem-link:active {
  line-height: 12px;
  margin-left: 9px;
  padding-top: 7px !important;
}

/*.ui-menuitem.ui-widget.ui-corner-all.ui-menuitem-highlight:not(.ui-menu-parent)>.ui-menuitem-link.ui-state-hover */
.ui-menu-list.ui-helper-reset > .ui-menuitem.ui-widget.ui-corner-all.ui-menuitem-highlight:not(.ui-menu-parent) > .ui-menuitem-link.ui-state-hover {
  position: relative;
}

/* this is selected when a top level menu that has no children is hovered over */
.ui-menu-list.ui-helper-reset > .ui-menuitem.ui-widget.ui-corner-all.ui-menuitem-highlight:not(.ui-menu-parent) > .ui-menuitem-link.ui-state-hover > .ui-menuitem-text::after {
  background-color: #da372c;
  border-radius: 0;
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  bottom: 0;
  width: calc(100% - 1.9em);
}

.ui-menu-list.ui-helper-reset > .ui-menuitem.ui-widget.ui-corner-all.ui-menuitem-highlight:not(.ui-menu-parent) > .ui-menuitem-link.ui-state-hover {
  background: none;
  color: #005ca5;
}

/* draw a blue border around a top-level menu item (that has no submenu) when the mouse is held down */
.ui-menu-list.ui-helper-reset > .ui-menuitem.ui-widget.ui-corner-all.ui-menuitem-highlight:not(.ui-menu-parent) > .ui-menuitem-link:active::after {
  border: 2px solid #188dff;
  border-radius: 0;
  content: "";
  display: block;
  position: absolute;
  height: 26px;
  bottom: 0;
  left: -8px;
  width: calc(100% - 1.5em);
}

/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/** NOTE ... READ ME ... NOTE ... READ ME ... NOTE ... READ ME ... NOTE ... READ ME ... NOTE ... READ ME **/
/** NOTE ... READ ME ... NOTE ... READ ME ... NOTE ... READ ME ... NOTE ... READ ME ... NOTE ... READ ME **/
/** NOTE ... READ ME ... NOTE ... READ ME ... NOTE ... READ ME ... NOTE ... READ ME ... NOTE ... READ ME **/
/**********************************************************************************************************/
/** The selectors below are used to differentiate the last menu item of a submenu. To highlight the last **/
/** menu item in a submenu, add the 'psc-highlight-last-item' style to the styleClass of the PARENT      **/
/** SUBMENU.  Example
/**                                                                                                      **/
/**    <p:submenu id="mnuReg" label="Register" styleClass="psc-submenu psc-top-level-menu-item psc-highlight-last-item"> **/
/**                                                                                                      **/
/** To get the chevron on the left of that menu item, add this to the p:menuitem element:                **/
/**                                                                                                      **/
/**                        icon="fa fa-chevron-right psc-last-menu-icon"                                 **/
/**                                                                                                      **/
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
.psc-last-menu-icon {
  font-size: 1em;
  margin-top: 0;
  color: #565c66;
}

/* this selector fires when hovering over a submenu (whether it has submenu itself or not) */
.psc-highlight-last-item > ul > .ui-menuitem-highlight:last-child {
  background: none;
  background-color: #c0c0c0;
  color: white;
  border-radius: 0;
}

/* works!!! Yay! */
.psc-highlight-last-item > ul > li:last-child {
  background-color: #f0f0f0;
}

.psc-menu-button {
  visibility: hidden;
}

@media screen and (max-width: 850px) {
  /*****************************************************************************/
  /*                                                                           */
  /* pacerMenuMobile.css                                                       */
  /*                                                                           */
  /* The CSS in this file define how the menu will be presented to the user    */
  /* when viewing on a mobile device or narrow browser screen.                 */
  /*                                                                           */
  /*****************************************************************************/
  .psc-menu {
    display: none;
  }

  .psc-menu-bar {
    display: none;
  }

  .psc-user-block {
    display: none;
  }

  .psc-menu-button {
    display: inline;
  }

  .psc-suppress-for-mobile {
    display: none;
  }

  .pnl-login-links-container {
    display: none !important;
  }

  .psc-header-container-outer {
    display: none !important;
  }

  .dot-gov-image {
    margin-left: unset !important;
  }

  .secure-image {
    margin-right: unset !important;
    margin-left: unset !important;
  }

  .psc-mobile-menu-bar {
    display: inline;
    height: 60px;
    float: left;
    margin-right: 10px;
    padding-left: 0;
    margin-left: 0;
    background-color: #005ea2;
    z-index: 5000;
    /* ensure that the menu displays above all other elements */
    position: absolute;
    top: 0;
    left: 0;
    /* ORIGINAL
      display: inline;
      font-size: 0.95em;
      padding: 0 0 0 0 !important;
      background-color: #182854;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5000;
    */
  }

  .psc-menu .ui-submenu-link {
    line-height: inherit !important;
  }

  .psc-top-level-menu-item {
    width: 60px !important;
    text-align: center;
    margin-left: 0 !important;
  }

  /* make room for, .e.g., 'Find Bankruptcy by Tax ID' submenu item */
  .psc-mobile-top-menu ul {
    width: 210px !important;
  }

  /* remove the downward triangle from submenus */
  .psc-mobile-top-menu .ui-icon-triangle-1-s {
    display: none !important;
  }

  .psc-mobile-top-menu .ui-menuitem-icon {
    width: 1em;
    height: 1em;
  }

  .psc-mobile-top-menu .ui-menuitem-text {
    margin: 0 auto;
  }

  .psc-mobile-top-menu > ul {
    top: 60px !important;
    /* 	sets the top position of the submenu;										*/
    /*	mostly relevant for the small view submenu which was misaligned (too high)	*/
  }

  /*
  **************************************************************
  ** Make submenus a bit wider when in narrow mode because
  ** the text of some of the submenus is wider
  **************************************************************
   */
  .psc-header-user-info {
    position: absolute;
    top: 0;
    right: 0;
  }

  .psc-menu-button {
    visibility: visible;
  }

  body .ui-panelmenu h3.ui-panelmenu-header.ui-state-active {
    color: black;
  }

  body .ui-panelmenu h3.ui-panelmenu-header.ui-state-active:hover {
    color: white;
  }

  body .ui-accordion .ui-accordion-header.ui-state-active {
    color: black !important;
  }

  body .ui-accordion .ui-accordion-header.ui-state-active:hover {
    color: white !important;
  }
}
@media screen and (min-width: 850px) {
  .psc-wide-mode {
    display: inline !important;
  }

  .psc-narrow-mode {
    display: none !important;
  }
}
@media screen and (max-width: 850px) {
  .psc-wide-mode {
    display: none !important;
  }

  .psc-narrow-mode {
    display: inline !important;
  }
}
@font-face {
  src: url("../pacerFonts/LibreFranklin/LibreFranklin-Thin.ttf");
  font-family: pacerFont;
  font-style: normal;
  font-weight: 100;
}
@font-face {
  src: url("../pacerFonts/LibreFranklin/LibreFranklin-ThinItalic.ttf");
  font-family: pacerFont;
  font-style: italic;
  font-weight: 100;
}
@font-face {
  src: url("../pacerFonts/LibreFranklin/LibreFranklin-ExtraLight.ttf");
  font-family: pacerFont;
  font-style: normal;
  font-weight: 200;
}
@font-face {
  src: url("../pacerFonts/LibreFranklin/LibreFranklin-ExtraLightItalic.ttf");
  font-family: pacerFont;
  font-style: italic;
  font-weight: 200;
}
@font-face {
  src: url("../pacerFonts/LibreFranklin/LibreFranklin-Light.ttf");
  font-family: pacerFont;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  src: url("../pacerFonts/LibreFranklin/LibreFranklin-LightItalic.ttf");
  font-family: pacerFont;
  font-style: italic;
  font-weight: 300;
}
@font-face {
  src: url("../pacerFonts/LibreFranklin/LibreFranklin-Regular.ttf");
  font-family: pacerFont;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  src: url("../pacerFonts/LibreFranklin/LibreFranklin-Italic.ttf");
  font-family: pacerFont;
  font-style: italic;
  font-weight: 400;
}
@font-face {
  src: url("../pacerFonts/LibreFranklin/LibreFranklin-Medium.ttf");
  font-family: pacerFont;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  src: url("../pacerFonts/LibreFranklin/LibreFranklin-MediumItalic.ttf");
  font-family: pacerFont;
  font-style: italic;
  font-weight: 500;
}
@font-face {
  src: url("../pacerFonts/LibreFranklin/LibreFranklin-SemiBold.ttf");
  font-family: pacerFont;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  src: url("../pacerFonts/LibreFranklin/LibreFranklin-SemiBoldItalic.ttf");
  font-family: pacerFont;
  font-style: italic;
  font-weight: 600;
}
@font-face {
  src: url("../pacerFonts/LibreFranklin/LibreFranklin-Bold.ttf");
  font-family: pacerFont;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  src: url("../pacerFonts/LibreFranklin/LibreFranklin-BoldItalic.ttf");
  font-family: pacerFont;
  font-style: italic;
  font-weight: 700;
}
@font-face {
  src: url("../pacerFonts/LibreFranklin/LibreFranklin-ExtraBold.ttf");
  font-family: pacerFont;
  font-style: normal;
  font-weight: 800;
}
@font-face {
  src: url("../pacerFonts/LibreFranklin/LibreFranklin-ExtraBoldItalic.ttf");
  font-family: pacerFont;
  font-style: italic;
  font-weight: 800;
}
@media screen and (min-width: 850px) {
  .psc-wide-mode {
    display: inline !important;
  }

  .psc-narrow-mode {
    display: none !important;
  }
}
@media screen and (max-width: 850px) {
  .psc-wide-mode {
    display: none !important;
  }

  .psc-narrow-mode {
    display: inline !important;
  }
}
* {
  font-family: pacerFont, sans-serif;
  font-size: 15px;
}

body {
  background: #f9f9f9;
  width: 100%;
  border: none;
  margin: auto;
}

h1 {
  font-size: 40px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

h2 {
  font-size: 32px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

h3 {
  font-size: 24px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

h4 {
  font-size: 20px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

h5 {
  font-size: 17px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

h6 {
  font-size: 14px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

/*
************************************************************************************
**
** RESPONSIVE GRID GENERATION:
**
**     Class Name:   [psc-responsive-grid]
**     Break Points: [850]
**     Orientations: [vertical, horizontal]
**
************************************************************************************
*/
@media screen and (max-width: 850px) {
  /* Initial break point; orientation is 'vertical' */
  .psc-responsive-grid .ui-grid-row {
    display: block;
  }

  .psc-responsive-grid .ui-grid-col-1,
  .psc-responsive-grid .ui-grid-col-2,
  .psc-responsive-grid .ui-grid-col-3,
  .psc-responsive-grid .ui-grid-col-4,
  .psc-responsive-grid .ui-grid-col-5,
  .psc-responsive-grid .ui-grid-col-6,
  .psc-responsive-grid .ui-grid-col-7,
  .psc-responsive-grid .ui-grid-col-8,
  .psc-responsive-grid .ui-grid-col-9,
  .psc-responsive-grid .ui-grid-col-10,
  .psc-responsive-grid .ui-grid-col-11,
  .psc-responsive-grid .ui-grid-col-12 {
    width: 100%;
    float: none;
  }
}
@media screen and (min-width: 851px) {
  /* Terminal break point; orientation is 'horizontal' */
  .psc-responsive-grid .ui-grid-row:after {
    display: table;
    /* display: auto; */
    clear: both;
    content: "";
  }

  .psc-responsive-grid .ui-grid-col-1,
  .psc-responsive-grid .ui-grid-col-2,
  .psc-responsive-grid .ui-grid-col-3,
  .psc-responsive-grid .ui-grid-col-4,
  .psc-responsive-grid .ui-grid-col-5,
  .psc-responsive-grid .ui-grid-col-6,
  .psc-responsive-grid .ui-grid-col-7,
  .psc-responsive-grid .ui-grid-col-8,
  .psc-responsive-grid .ui-grid-col-9,
  .psc-responsive-grid .ui-grid-col-10,
  .psc-responsive-grid .ui-grid-col-11,
  .psc-responsive-grid .ui-grid-col-12 {
    float: left;
    /* box-sizing: border-box; */
  }

  .ui-panelgrid .psc-responsive-grid .ui-grid-row {
    border-top: none;
  }

  .ui-panelgrid .psc-responsive-grid .ui-grid-row:first-child {
    border-top: none;
  }

  .psc-responsive-grid .ui-grid-col-1 {
    width: 8.33333%;
  }

  .psc-responsive-grid .ui-grid-col-2 {
    width: 16.66666%;
  }

  .psc-responsive-grid .ui-grid-col-3 {
    width: 25%;
  }

  .psc-responsive-grid .ui-grid-col-4 {
    width: 33.33333%;
  }

  .psc-responsive-grid .ui-grid-col-5 {
    width: 41.66666%;
  }

  .psc-responsive-grid .ui-grid-col-6 {
    width: 50%;
  }

  .psc-responsive-grid .ui-grid-col-7 {
    width: 58.33333%;
  }

  .psc-responsive-grid .ui-grid-col-8 {
    width: 66.66666%;
  }

  .psc-responsive-grid .ui-grid-col-9 {
    width: 75%;
  }

  .psc-responsive-grid .ui-grid-col-10 {
    width: 83.33333%;
  }

  .psc-responsive-grid .ui-grid-col-11 {
    width: 91.66666%;
  }

  .psc-responsive-grid .ui-grid-col-12 {
    width: 100%;
  }
}
/*
************************************************************************************
**
** END OF RESPONSIVE GRID GENERATION FOR 'psc-responsive-grid'
**
************************************************************************************
*/
.psc-header-container-outer {
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background-color: white;
  border: none;
  display: none;
}

.psc-login-links-box {
  width: 100%;
  color: black;
  background-color: white;
  height: 90px;
}

.psc-login-instructions {
  font-size: 0.83em;
  color: black;
  font-weight: initial;
  float: left;
}

.psc-login-items {
  font-size: 0.83em;
  margin-right: 10px;
  text-align: center;
}

.psc-header-triangle {
  width: 0;
  height: 0;
  border-bottom: 43px solid white;
  border-right: 30px solid transparent;
}

/* suppress the mobile header */
.psc-header-mobile {
  display: none;
}

.psc-header {
  display: inline;
  position: relative;
  /* allow objects to be placed absolutely in this div */
  padding: 0 0 0 0;
  background-color: #005ea2;
}

.psc-header-content {
  background-color: #005ea2;
  height: 45px;
  position: relative;
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
}

.psc-header-separator {
  content: ' ';
  width: 100%;
  height: 1px;
  padding: 0 0 0 0;
  background-color: #404040;
}

.psc-header-logo-div-right {
  display: inline-block;
  float: right;
}

.psc-header-logo-div {
  display: inline-block;
  top: 25%;
  position: inherit;
}

.psc-header-app-environment {
  text-shadow: none !important;
  font-size: 2.5em;
  text-transform: uppercase;
  color: #da372c;
  background-color: white;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 4px;
  font-weight: bold;
}

.psc-environment-mods {
  top: -30%;
  position: inherit;
  display: inline-block;
  margin-right: 5px;
}

.psc-header-bg {
  background-image: none !important;
  background-color: black !important;
}

.psc-logo-dimensions {
  height: 100px;
  width: 205px;
}

.psc-header-logo-dimensions {
  height: 100px;
  width: 205px;
}

.psc-header-logo {
  border-style: none;
  background-image: url(../pacerImages/PACER-logo2019.png);
  background-repeat: no-repeat;
  background-size: 200px;
}

.psc-header-gavel {
  border-style: none;
  background-image: url(../pacerImages/gavel.png);
  background-repeat: no-repeat;
  background-size: 528px 182px;
  background-position-y: -81px;
  background-position-x: -28px;
}

.psc-gavel-dimensions {
  height: 100px;
  width: 390px;
}

.psc-disclaimer-line {
  position: relative;
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
  color: white;
  background-color: black;
  height: 25px;
}

.psc-header-container {
  padding: 3px 5px 3px 5px;
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
}

.psc-disclaimer-line-text {
  z-index: 9994 !important;
  font-size: 0.8em !important;
  color: white !important;
  text-decoration: none;
}

.psc-disclaimer-line-text:hover {
  color: skyblue !important;
}

.psc-disclaimer-left {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.psc-disclaimer-right {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  display: inline-block;
  float: right;
}

.psc-notice-container {
  padding: 3px 5px 3px 5px;
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
  border: none;
  background-color: white;
}

.psc-notice-container-outer {
  display: none;
}

.psc-notice-container-inner {
  padding: 5px 0 5px 0;
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
}

.psc-us-flag-bg-tiny {
  height: 11px;
  width: 16px;
  background-image: url(../pacerImages/us_flag_small.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.psc-disclaimer-line-bg {
  background-image: none !important;
  background-color: black !important;
}

.psc-disclaimer-line {
  color: white !important;
  background-color: black !important;
  font-size: 0.8em !important;
}

.psc-disclaimer-link {
  z-index: 9995 !important;
  font-size: 0.85em !important;
  color: white !important;
  margin-left: 5px;
}

.psc-disclaimer-link:visited {
  color: white;
}

.psc-disclaimer-link:hover {
  color: skyblue !important;
}

.psc-disclaimer-text {
  color: black !important;
  background-color: white !important;
}

.psc-user-block {
  float: right;
}

.psc-user {
  z-index: 9994 !important;
  font-size: 0.8em !important;
  color: white !important;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
}

.psc-user:visited {
  color: white;
}

.psc-user:hover {
  color: skyblue !important;
}

.psc-header-user-div {
  z-index: 10;
  position: absolute;
  right: 0;
  top: 3px;
}

.psc-login-link-icon {
  font-size: 1.35em;
  vertical-align: bottom;
  margin-left: 5px;
}

.psc-how-you-know-box {
  position: relative;
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
  color: white;
  background-color: white;
}

.dot-gov-image {
  background-image: url(../pacerImages/icon-dot-gov.svg);
  background-repeat: no-repeat;
  display: block;
  padding-left: 60px;
  background-size: 50px;
  max-width: 340px;
  margin-left: 75px;
}

.secure-image {
  background-image: url(../pacerImages/icon-https.svg);
  background-repeat: no-repeat;
  display: block;
  padding-left: 60px;
  background-size: 50px;
  max-width: 340px;
  margin-right: 70px;
  margin-left: 30px;
}

.pnl-login-links-container {
  background-color: white;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.pnl-login-links-container-inner {
  margin: 0 auto;
  background-color: white;
  max-width: 1200px;
}

.links-container-left {
  height: 100%;
  vertical-align: middle !important;
  width: 40%;
}

.links-container-right {
  height: 100%;
  vertical-align: middle !important;
  width: 100%;
}

/**************************************************/
/* add some extra space BETWEEN each of the login */
/* items in the header space.                     */
/**************************************************/
td:nth-of-type(n+2) > .psc-login-items {
  margin-left: 10px;
}

.psc-login-links {
  font-size: 0.83em;
  float: right;
}

.psc-of-layout-panel {
  width: 100%;
  margin: 0 auto;
}

a.psc-login-link {
  text-decoration: none;
  color: black !important;
}

a.psc-login-link:visited {
  color: black !important;
}

a.psc-login-link:hover {
  text-decoration: underline;
}

a.psc-link-no-highlight {
  color: #005ea2;
}

a.psc-link-no-highlight:hover {
  text-decoration: none;
}

.psc-login-link-text {
  font-size: 0.95em;
  padding: 0 0 0 0;
  font-weight: 600;
  color: #1b1b1b !important;
}

.psc-login-image {
  height: 35px !important;
  width: 35px !important;
}

.pnl-entity-header-container {
  background-color: white;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.pnl-entity-header-container-inner {
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding-bottom: 2px;
}

.psc-pacer-logo-image {
  height: 40px;
  margin-top: 5px;
  vertical-align: bottom;
}

.psc-pacer-text {
  font-size: 12px;
  color: #005ea2;
  vertical-align: top;
}

.psc-header-app-title {
  color: white;
  font-weight: lighter;
  text-shadow: -1px -1px 0 #888, 1px -1px 0 #555, -1px 1px 0 #555, 1px 1px 0 #555;
}

.pnl-application-title-container {
  background-color: #005ea2;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.pnl-application-title-container-inner {
  margin: 0 auto;
  text-align: center;
  max-width: 1200px;
  min-width: 320px;
}

.psc-header-system-logo {
  border-style: none;
  background-repeat: no-repeat;
  background-size: 320px 120px;
  background-position-y: -10px;
  background-position-x: right;
}

.psc-active-application {
  margin: -5px auto;
  width: 100%;
  position: relative;
}

#psc-app-name-header {
  color: white;
  font-weight: lighter;
  margin: -2px 0 0 0;
  text-shadow: -1px -1px 0 #888, 1px -1px 0 #555, -1px 1px 0 #555, 1px 1px 0 #555;
}

.psc-page {
  width: 100%;
  border: none;
  margin: auto;
  background-color: #f9f9f9;
}

.psc-page-body {
  background-color: #f9f9f9;
}

.psc-page-content {
  padding: 10px 0 10px 0;
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
}

.psc-environment-indicator-local {
  height: 25px;
  width: 100%;
  background: url(../pacerImages/localIndicator.png) repeat-x scroll 0 0;
  background-color: #cd8700;
}

.psc-environment-indicator-dev {
  height: 25px;
  width: 100%;
  background: url(../pacerImages/devIndicator.png) repeat-x scroll 0 0;
  background-color: #cd8700;
}

.psc-environment-indicator-test {
  height: 25px;
  width: 100%;
  background: url(../pacerImages/testIndicator.png) repeat-x scroll 0 0;
  background-color: #cd8700;
}

.psc-environment-indicator-qa {
  height: 25px;
  width: 100%;
  background: url(../pacerImages/qaIndicator.png) repeat-x scroll 0 0;
  background-color: #cd8700;
}

.psc-environment-indicator-patch {
  height: 25px;
  width: 100%;
  background: url(../pacerImages/patchIndicator.png) repeat-x scroll 0 0;
  background-color: #cd8700;
}

.psc-environment-indicator-support {
  height: 25px;
  width: 100%;
  background: url(../pacerImages/supportIndicator.png) repeat-x scroll 0 0;
  background-color: #cd8700;
}

.psc-environment-indicator-train {
  height: 25px;
  width: 100%;
  background: url(../pacerImages/trainIndicator.png) repeat-x scroll 0 0;
  background-color: #cd8700;
}

.psc-environment-indicator-not-set {
  height: 25px;
  width: 100%;
  background: url(../pacerImages/opModeIndicator.png) repeat-x scroll 0 0;
  background-color: #cd8700;
}

.psc-breadcrumb {
  font-size: 0.8em;
  list-style: none;
  /*	display: inline-block; */
  padding: 0 0 0 0;
  margin: 5px 0 0 0;
  width: 100%;
  height: auto;
}

.psc-breadcrumb li a {
  color: #FFF;
  display: block;
  background: #205493;
  text-decoration: none;
  position: relative;
  height: 24px;
  /* was 40 */
  line-height: 19px;
  /* was 40 */
  padding: 2px 10px 1px 0;
  text-align: center;
  margin-right: 23px;
}

.psc-breadcrumb li {
  float: left;
}

.psc-breadcrumb li a:before,
.psc-breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #205493;
  border-width: 11px 10px;
  /* first # must be 1/2 of height in 'psc-breadcrumb li a' plus have the combined top and bottom padding */
  width: 0;
  height: 2px;
  /* was 0.  If the bread crumb separators are off-height, this is the place to start looking */
}

.psc-breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}

.psc-breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #205493;
}

.psc-breadcrumb li a:hover {
  text-decoration: underline;
}

.psc-breadcrumb li a:hover:before {
  border-left-color: transparent;
}

.psc-breadcrumb li a:active {
  background-color: #16a085;
}

.psc-breadcrumb li a:active:before {
  border-color: #16a085;
  border-left-color: transparent;
}

.psc-breadcrumb li a:active:after {
  border-left-color: #16a085;
}

/************************************************************************/
/************************************************************************/
/* 																		*/
/*	FIRST BREAD CRUMB ITEM												*/
/* 																		*/
/************************************************************************/
/************************************************************************/
.psc-breadcrumb li:first-child a {
  padding-left: 15px;
  border-radius: 4px 0 0 4px;
}

.psc-breadcrumb li:first-child a img:hover {
  border-bottom: 1px solid white;
}

.psc-breadcrumb li:first-child a img {
  margin-top: 3px;
  padding-bottom: 1px;
}

.psc-breadcrumb li:first-child a:before {
  border: none;
}

/************************************************************************/
/************************************************************************/
/* 																		*/
/*	LAST BREAD CRUMB ITEM												*/
/* 																		*/
/************************************************************************/
/************************************************************************/
.psc-breadcrumb li:last-child a {
  background-color: #006fbf;
}

.psc-breadcrumb li:last-child a:before {
  border-color: #0071bc;
  border-left-color: transparent;
}

.psc-breadcrumb li:last-child a:after {
  border-left-color: #0071bc;
}

/* don't change last child on hover */
.psc-breadcrumb li:last-child a:hover {
  background-color: #0071bc;
  text-decoration: none;
}

.psc-breadcrumb li:last-child a:hover:before {
  border-color: #0071bc;
  border-left-color: transparent;
}

.psc-breadcrumb li:last-child a {
  padding-right: 15px;
  border-radius: 0 4px 4px 0;
}

.psc-breadcrumb li:last-child a:after {
  border: none;
}

.psc-breadcrumb .ui-link {
  color: white !important;
  vertical-align: middle !important;
}

.psc-breadcrumb .ui-link:visited {
  color: white !important;
}

.psc-breadcrumb .ui-link:hover {
  text-decoration: underline;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /*
  *********************************************************************
  ** Use this when IE 10+. it overrides the position of the three bar
  ** menu when the screen is narrow
  *********************************************************************
  */
  .psc-top-level-menu-item {
    top: 0;
  }

  .ui-icon-bullet {
    background-position: -81px -145px;
  }

  .ui-radiobutton .ui-radiobutton-box {
    width: 14px;
    height: 14px;
  }

  .ui-chkbox-box.ui-state-active .ui-icon,
  .ui-radiobutton-box.ui-state-active .ui-icon {
    width: 14px;
    height: 14px;
    border-radius: 7px;
  }

  .ui-radiobutton-icon {
    margin-top: 0;
    margin-left: 0;
  }
}
/*********************************************************************/
/*                         FONT AWESOME STYLES                       */
/*********************************************************************/
/* a general, consistent override to the standard font awesome icons */
.fa-psc {
  font-size: 1.5em;
  color: #727272;
}

.fa-psc-2x {
  font-size: 2.5em;
  opacity: 0.7;
}

.fa-psc-footer {
  color: #205493;
  opacity: 1.0;
  font-size: 1.1em;
  padding-right: 5px;
}

.fa-psc-small-menu {
  color: white;
}

.fa-psc-tooltip {
  opacity: 0.8;
  font-size: 1.3em;
  color: #205493;
  padding-left: 5px;
  vertical-align: top;
  padding-top: 3px;
}

.fa-black {
  color: black;
}

/*********************************************************************/
/*                       END FONT AWESOME STYLES                     */
/*********************************************************************/
a:visited,
body .ui-widget-content a,
body .ui-widget-content a:visited {
  color: #005ea2;
}

body .ui-outputlabel .ui-outputlabel-rfi {
  color: red;
}

.ui-commandlink {
  color: #005ea2;
  vertical-align: middle;
  text-decoration: underline;
}

.ui-commandlink:visited {
  color: #005ea2;
}

.ui-commandlink:hover {
  color: #005ea2;
}

body .ui-widget {
  font-family: pacerFont;
  font-size: 15px;
}

/***********************************************************************/
/* ui-noborder is used by a number of primefaces components but is not */
/* defined anywhere.  Defining it as it's name implies has nice effects*/
/* on the UI.                                                          */
/***********************************************************************/
.ui-noborder {
  border: none;
}

.ui-panelgrid-blank {
  border: none;
}

/* regardless of anything else, this is needed */
body .ui-tooltip {
  border: none;
}

body .ui-tooltip .ui-tooltip-text {
  background: #ddd;
  color: #111;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  max-width: 400px;
}

body .ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #205493;
  background: #205493 url(../images/ui-bg_highlight-soft_25_205493_1x100.png) 50% 50% repeat-x !important;
  font-weight: normal;
  color: #ffffff;
  margin-right: 0.4em;
}

body .ui-button:hover {
  background: #0076d4 !important;
}

body .ui-button .ui-button-text {
  color: white;
}

body .ui-button.ui-state-focus {
  box-shadow: 0 0 4px 2px #6DA2E1;
  outline: 0 none;
}

.ui-blockui-content {
  background: none !important;
  box-shadow: none !important;
}

.ui-datatable table {
  border-left: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  border-top: 1px solid #a0a0a0;
}

body .ui-datatable .ui-datatable-header {
  /* background: #f4f4f4; */
  border: 1px solid #005ea2;
  border-width: 1px 1px 0 1px;
  color: white;
  padding: 4px 6px 8px 6px;
  background-color: #005ea2;
  text-align: center;
  font-weight: normal;
  font-size: 1.15em;
}

.ui-datatable .ui-column-resizer,
body .ui-datatable .ui-column-resizer {
  background-color: #005ea2;
  width: 4px;
}

.ui-datatable-resizable th.ui-resizable-column {
  background-clip: unset;
}

body .ui-datatable .ui-paginator.ui-paginator-top {
  background-color: #005ea2;
  border-color: #005ea2;
}

body .ui-datatable .ui-paginator {
  padding: 1rem;
  padding: 5px 0 0 2px;
}

body .ui-paginator .ui-paginator-current {
  color: white;
  margin: 0;
  vertical-align: top;
}

body .ui-paginator .ui-paginator-pages .ui-paginator-page,
body .ui-paginator .ui-paginator-page,
body .ui-paginator .ui-paginator-first,
body .ui-paginator .ui-paginator-prev,
body .ui-paginator .ui-paginator-next,
body .ui-paginator .ui-paginator-last {
  color: white;
  background-color: #16476b;
  line-height: 23px;
  height: 24px;
  margin-bottom: 4px;
  border-radius: 4px;
}

body .ui-paginator .ui-paginator-pages .ui-paginator-page.ui-state-hover {
  cursor: pointer;
  background-color: #16476b;
}

/* set the style of the inactive fist/last/next/prev buttons */
body .ui-paginator-first.ui-state-disabled,
body .ui-paginator-prev.ui-state-disabled,
body .ui-paginator-next.ui-state-disabled,
body .ui-paginator-last.ui-state-disabled {
  /*background-color: #003053 !important;*/
  color: darkgrey;
}

body select.ui-paginator-jtp-select,
body select.ui-paginator-rpp-options {
  width: 55px !important;
  line-height: unset;
  border: 0;
  border-radius: 3px;
  height: 24px;
  color: white !important;
  background: #16476b url(../pacerImages/br_down_white.png) no-repeat right !important;
  -webkit-appearance: none;
  background-position-x: calc(100% - 2px) !important;
  background-position-y: calc(100% - 5px) !important;
  background-size: 20% 50% !important;
  padding: 0 0 0 0 !important;
  margin: 0 0 0 5px !important;
  vertical-align: top !important;
}

body select.ui-paginator-jtp-select {
  width: 50px !important;
  height: 24px !important;
  padding: 0 0 0 4px !important;
  margin: 0 0 0 4px !important;
  position: absolute;
}

body .ui-paginator .ui-paginator-pages .ui-paginator-page.ui-state-hover {
  color: white;
}

body .ui-paginator .ui-paginator-pages .ui-paginator-page.ui-state-focus {
  box-shadow: unset;
}

.psc-foot-text {
  font-size: 1.2em;
  color: black;
}

body .ui-datatable .ui-paginator.ui-paginator-bottom {
  background-color: #005ea2;
}

body .ui-datatable thead th .ui-column-title {
  font-weight: normal;
  float: left;
  white-space: normal;
}

body .ui-datatable thead th .ui-sortable-column-icon {
  float: left;
}

body .ui-datatable .ui-sortable-column {
  cursor: pointer;
}

body .ui-datatable thead th {
  background: #0071bc;
  border: 1px solid #005ea2;
  color: white;
  padding: 5px 5px;
  vertical-align: top;
}

body .ui-datatable thead th.ui-state-hover {
  background: #0071bc;
  color: skyblue;
}

body .ui-datatable thead th.ui-sortable-column.ui-state-focus {
  box-shadow: none;
}

body .ui-datatable .ui-datatable-odd {
  background: none repeat scroll 0 0 #e8e8e8;
}

body .ui-datatable .ui-datatable-data > tr > td {
  border: none !important;
  padding: 3px 3px;
  vertical-align: top;
}

body .ui-datatable .ui-datatable-data > tr.ui-state-highlight {
  background-color: #007ad9 !important;
}

body .ui-datatable .ui-datatable-data > tr.ui-datatable-summaryrow {
  font-weight: 700;
  background-color: #005ea2;
  color: white;
}

body .ui-datatable .ui-datatable-data > tr.ui-rowgroup-header {
  font-weight: 700;
  background-color: #dcdee0;
  color: black;
}

body .ui-datatable .ui-datatable-footer {
  padding: 5px 5px;
  background-color: #16476b;
}

body .ui-datatable .ui-datatable-footer > .ui-datatable table {
  border: none;
}

body .ui-datatable-summaryrow > td > .ui-panelgrid {
  border: none;
}

body .ui-datatable-footer > .ui-panelgrid {
  border: none;
}

body .ui-panelgrid .ui-panelgrid-cell.ui-widget-header {
  border: 1px solid #787878;
  background: #005ea2;
  color: white;
}

body .ui-tabs {
  background: none;
  padding: 0 0 0 0;
  border: none !important;
}

body .ui-tabs .ui-tabs-nav li.ui-tabs-header a {
  font-weight: normal;
}

body .ui-tabs .ui-tabs-nav li.ui-tabs-header {
  margin: 0 3px -1px 0;
}

body .ui-tabs .ui-tabs-panel {
  border: 1px solid #d5d5d5;
  background: white;
}

body .ui-tabs:not(.ui-ribbon) .ui-tabs-nav {
  background: transparent;
  border-radius: 0 0 0 0;
}

body .ui-tabs.ui-tabs-top > .ui-tabs-nav {
  padding: 0 0 0 0;
  border: none;
}

body .ui-tabs.ui-tabs-top > .ui-tabs-nav li {
  top: 2px;
  background-color: lightgray;
}

body .ui-tabs .ui-tabs-nav > li.ui-state-default.ui-state-active {
  background: #005ea2;
  font-weight: normal;
  color: white;
}

body .ui-tabs.ui-widget-content:not(.ui-ribbon) {
  border: none;
  border-style: solid;
  border-color: #d6d6d6;
  border-width: 1px;
}

body .ui-tabs .ui-tabs-nav li:not(.ui-tabs-selected) a {
  color: black;
  background: none;
}

body .ui-tabs-nav .ui-state-active a,
body .ui-state-active a:link,
body .ui-tabs-nav .ui-state-active a:visited {
  color: white;
  text-decoration: none;
}

body .ui-corner-all,
body .ui-corner-top,
body .ui-corner-right,
body .ui-corner-tr {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  -khtml-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

body .ui-corner-all,
body .ui-corner-top,
body .ui-corner-left,
body .ui-corner-tl {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  -khtml-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

body .ui-selectonemenu .ui-selectonemenu-trigger {
  background-color: #005ea2 !important;
  width: 30px;
}

body .ui-selectonemenu .ui-selectonemenu-trigger:hover {
  background-color: #0076d4 !important;
}

body .ui-selectonemenu-panel .ui-selectonemenu-filter {
  width: unset;
}

body .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
  color: white;
}

body .ui-selectonemenu .ui-selectonemenu-label {
  min-height: unset;
}

body .ui-selectcheckboxmenu .ui-selectcheckboxmenu-multiple-container.ui-inputfield {
  padding: 0.3em 2.357rem 0.3em 0.3em;
}

body .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger {
  /*border: 1px solid #205493;*/
  background: #205493 url(../images/ui-bg_highlight-soft_25_205493_1x100.png) 50% 50% repeat-x !important;
  width: 30px;
}

body .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger .ui-icon {
  margin-top: 4px;
}

body .ui-selectcheckboxmenu-header .ui-icon.ui-icon-circle-close {
  background-image: url(../images/ui-icons_ffffff_256x240.png);
}

body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header {
  background-color: lightgray;
}

body .ui-selectcheckboxmenu-trigger.ui-state-default.ui-corner-right.ui-state-hover {
  background: none !important;
  background-color: #0076d4 !important;
}

body .ui-selectcheckboxmenu-multiple-container:empty::after {
  color: #dcdee0;
}

body .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger .ui-icon {
  color: white;
  position: static;
  margin: 0;
  font-family: 'primeicons' !important;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  background: none;
}

body .ui-inputfield {
  background: #fbfbfb !important;
}

body .ui-inputfield.ui-inputtext.ui-widget.ui-state-default {
  color: black !important;
  background-color: #fbfbfb !important;
}

body .ui-icon-bullet {
  background-position: -81px -145px;
}

body .ui-radiobutton .ui-radiobutton-box {
  width: 17px;
  height: 17px;
}

body .ui-radiobutton-box {
  border-left-color: black !important;
  border-right-color: black !important;
  border-top-color: black !important;
  border-bottom-color: black !important;
}

body .ui-radiobutton .ui-radiobutton-box .ui-radiobutton-icon {
  width: 7px;
  height: 7px;
  margin-top: calc(50% - 11px);
  margin-left: calc(50% - 11px);
}

body .ui-fieldset {
  background-image: none;
  background-color: #ffffff;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border-style: solid;
  border-color: #787878;
  border-width: 1px;
}

body .ui-fieldset > .ui-fieldset-legend {
  color: #004a8c;
  padding: 0 5px 0 5px;
  background: none;
  border: none;
  margin-left: 15px;
  font-size: 1.2em;
  font-weight: normal;
}

body .ui-state-error {
  border: unset;
  background: unset;
  color: unset;
}

body .ui-outputlabel.ui-state-error {
  border-left: none !important;
}

body .ui-state-error,
body .ui-widget-content .ui-state-error,
body .ui-widget-header .ui-state-error {
  border-left: 1px solid #d6d6d6;
}

/****************************************************************/
/* make sure there is a full border on components in error.     */
/* without this, the component renders only with a left border. */
/****************************************************************/
body .ui-inputfield.ui-state-error {
  border: 1px solid #a6a6a6 !important;
}

body .ui-inputfield {
  padding: 4px 4px 3px 4px;
}

body .ui-inputfield.ui-state-focus,
body .ui-widget-content .ui-inputfield.ui-statefocus {
  box-shadow: 0 0 4px 2px #6DA2E1;
}

body .ui-panel .ui-panel-content {
  border: none;
  background: none;
  background-color: white;
}

body .ui-panel .ui-panel-titlebar {
  background: #005ea2;
  color: white;
  padding: 0.5em 0.5em;
}

body .ui-panel-titlebar + .ui-panel-content {
  border: 1px solid #dcdee0;
  border-top: none;
}

body .ui-panelmenu h3.ui-panelmenu-header.ui-state-active {
  color: #005ea2;
}

body .ui-datepicker {
  padding: 1px 1px 1px 1px;
}

body .ui-datepicker-trigger {
  margin-top: -4px;
}

body .ui-datepicker-div {
  border: 1px solid #005ea2 !important;
  font-weight: normal !important;
}

body .ui-datepicker .ui-datepicker-header {
  background: none;
  background-color: #005ea2;
  font-weight: normal !important;
}

body .ui-datepicker th {
  color: #333333 !important;
  background: none;
  background-color: white !important;
  font-weight: normal !important;
}

body .ui-datepicker td a.ui-state-default {
  background: none;
  background-color: white !important;
  color: #606060 !important;
}

body .ui-datepicker td a.ui-state-default:hover {
  border-radius: 5px;
  background: none;
  color: white !important;
  background-color: #606060 !important;
}

body .ui-datepicker td a {
  font-size: 0.9em;
}

body .ui-datepicker-today a.ui-state-highlight {
  text-shadow: none !important;
  font-weight: bold !important;
}

body .ui-datepicker-trigger.ui-button-icon-only {
  width: 35px;
  height: 28px;
  margin: 0;
}

body .ui-button.ui-button-icon-only .ui-icon {
  margin-top: -8px;
}

body .ui-button.ui-button-icon-only .ui-button-text {
  padding: 4px;
}

body .ui-datepicker .ui-datepicker-calendar td {
  padding: 1px 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  text-align: center;
}

body .ui-datepicker .ui-datepicker-calendar td a {
  height: 1.4rem;
  line-height: unset;
}

body .ui-datepicker .ui-datepicker-title {
  color: white;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
  background-color: #fefefe;
}

.ui-wizard-content {
  border: 1px solid #dcdee0;
}

body .ui-panelgrid .ui-grid-responsive .ui-grid-row {
  border-top: 0 none;
}

body .ui-panelgrid .ui-panelgrid-cell {
  background: none;
  padding: 4px 4px;
  color: unset;
  border: none;
}

.ui-panelgrid .ui-panelgrid-header {
  color: white;
  background-color: #0071bc;
}

body .ui-panelgrid .ui-panelgrid-cell.ui-widget-header {
  color: white;
}

body .ui-messages-info-detail, body .ui-messages-warn-detail,
body .ui-messages-error-detail, body .ui-messages-fatal-detail,
body .ui-message-info-detail, body .ui-message-warn-detail,
body .ui-message-error-detail, body .ui-message-fatal-detail {
  margin-left: 0;
}

body .ui-message-info,
body .ui-message-error,
body .ui-message-warn,
body .ui-message-fatal {
  width: 100%;
}

body .ui-growl-error, body .ui-growl-fatal,
body .ui-messages .ui-messages-error,
body .ui-message.ui-message-error,
body .ui-messages .ui-messages-fatal,
body .ui-message.ui-message-fatal {
  color: #bc4d49;
  background-color: #f3dede;
  border-color: #eed3d7;
}

body .ui-message-error {
  background-color: #efd6d6 !important;
  border-color: #efd6d6 !important;
  color: #ab3536 !important;
  border-radius: 4px !important;
  margin: 2px 0 5px 0 !important;
}

body .ui-message-error-icon {
  display: none !important;
}

body .ui-message.ui-message-error .ui-message-error-detail,
body .ui-message.ui-message-fatal .ui-message-error-detail {
  margin-left: 0;
}

/**
******
**
**	Suppress the 'x' icon on error messages.
**
******
**/
body .ui-widget + .ui-message {
  margin: 0 0 0 0;
}

body .ui-message {
  padding: unset;
  display: unset;
  border-radius: unset;
}

body .ui-message.ui-staticmessage {
  padding: 5px 10px 5px 10px;
  display: unset;
  border-radius: unset;
}

body .ui-messages {
  font-weight: normal;
}

body .ui-message-error {
  padding: 0.429rem 0.429rem;
  display: inline-block;
}

body .ui-messages-error-icon {
  display: none !important;
}

body .ui-messages-warn-icon {
  display: none !important;
}

body .ui-messages-info-icon {
  display: none !important;
}

body .ui-messages-error {
  padding: 10px 10px 10px 0 !important;
}

body .ui-messages-info-summary,
body .ui-messages-warn-summary,
body .ui-messages-error-summary,
body .ui-messages-fatal-summary,
body .ui-message-info-summary,
body .ui-message-warn-summary,
body .ui-message-error-summary,
body .ui-message-fatal-summary {
  margin-left: 0;
  font-weight: normal;
}

body .ui-messages-error-summary {
  display: block;
}

body .ui-messages-info,
body .ui-messages-warn,
body .ui-messages-error,
body .ui-messages-fatal {
  border: 1px solid;
  margin: 10px 0;
  padding: 10px 10px 10px 0;
}

body .ui-message.ui-message-info,
body .ui-message.ui-message-warn,
body .ui-message.ui-message-error,
body .ui-message.ui-message-fatal {
  display: inline-block;
}

.ui-growl-item-container,
body .ui-growl-item-container {
  opacity: 1.0;
}

body .ui-growl-item-container,
body .ui-growl-item,
body .ui-growl-info,
body .ui-messages .ui-messages-info,
body .ui-message.ui-message-info {
  color: #fff;
  background-color: #005ea2;
  border-color: #005ea2;
}

body .ui-growl-warn > .ui-growl-item {
  background-color: darkgoldenrod;
}

body .ui-growl-error > .ui-growl-item {
  background-color: darkred;
}

body .ui-growl-image {
  color: white !important;
}

body .ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  outline: 0;
  border: 2px solid #0071bc;
}

body .ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
  color: white;
  background: #0071bc !important;
  margin: 0 0 0 0;
  border: none;
}

body .ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
  color: white;
  font-size: 1.1em !important;
}

.psc-command-link-light {
  color: #B3D8FF !important;
  vertical-align: middle !important;
  text-decoration: underline;
}

.psc-command-link-light:visited {
  color: #B3D8FF !important;
}

.psc-command-link-light:hover {
  color: #B3D8FF !important;
}

.psc-stable-command-link {
  color: blue !important;
  vertical-align: middle !important;
  text-decoration: underline !important;
}

.psc-stable-command-link:visited {
  color: blue !important;
  text-decoration: underline !important;
}

.psc-stable-command-link:hover {
  color: blue !important;
  text-decoration: underline !important;
}

.psc-bold {
  font-weight: bold;
}

.psc-pacer-blue-fg {
  color: #005ea2 !important;
}

.psc-white-fg {
  color: white !important;
}

.psc-white-fg-simple {
  color: white;
}

.psc-light-blue-fg {
  color: #6DA2E1 !important;
}

.psc-black-fg {
  color: black !important;
}

.psc-black-bg {
  background-image: none !important;
  background-color: black !important;
}

.psc-darkblue-bg {
  background-image: none !important;
  background-color: #005ea2 !important;
}

.psc-darkblue-bg-01 {
  background-image: none !important;
  background-color: #4f5b7d !important;
}

.psc-lightgrey-bg {
  background-image: none !important;
  background-color: #f0f0f0 !important;
}

.psc-white-bg {
  background-image: none !important;
  background-color: white !important;
}

.psc-white-on-blue {
  background-color: #005ea2 !important;
  color: white !important;
  border-style: none;
}

.psc-blue-on-white {
  color: #005ea2 !important;
  background-color: white !important;
  border-style: none;
}

.psc-black-on-white {
  color: black !important;
  background-color: white !important;
  border-style: none;
}

.psc-blue-on-lightgrey {
  color: #005ea2 !important;
  background-color: #f0f0f0 !important;
  border-style: none;
}

.psc-white-on-brown {
  background-color: #7E6B59 !important;
  color: white !important;
  border-style: none;
}

.psc-solid-border {
  border: 1px solid #787878;
}

.psc-field-label {
  font-weight: bold;
}

/*********************************************************************/
/*                       WIDTH HELPER STYLES                         */
/*********************************************************************/
.psc-app-mix-width {
  min-width: 320px !important;
}

.psc-width-30 {
  width: 30px !important;
}

.psc-width-50 {
  width: 50px !important;
}

.psc-width-60 {
  width: 60px !important;
}

.psc-width-70 {
  width: 70px !important;
}

.psc-width-80 {
  width: 80px !important;
}

.psc-min-width-100 {
  min-width: 100px !important;
}

.psc-min-width-120 {
  min-width: 120px !important;
}

.psc-min-width-130 {
  min-width: 130px !important;
}

.psc-min-width-140 {
  min-width: 140px !important;
}

.psc-min-width-150 {
  min-width: 150px !important;
}

.psc-min-width-180 {
  min-width: 180px !important;
}

.psc-min-width-200 {
  min-width: 200px !important;
}

.psc-min-width-400 {
  min-width: 320px !important;
}

.psc-min-width-425 {
  min-width: 425px !important;
}

.psc-max-width-250 {
  max-width: 250px !important;
}

.psc-max-width-260 {
  max-width: 260px !important;
}

.psc-max-width-285 {
  max-width: 285px !important;
}

.psc-max-width-350 {
  max-width: 350px !important;
}

.psc-max-width-380 {
  max-width: 380px !important;
}

.psc-width-100-percent {
  width: 100% !important;
}

.psc-height-100-percent {
  height: 100% !important;
}

/*********************************************************************/
/*                     END WIDTH HELPER STYLES                       */
/*********************************************************************/
.psc-transparent-grid .ui-panelgrid-content.ui-widget-content {
  border: none;
  padding: 0 0 0 0;
}

.psc-transparent-grid.ui-panelgrid > * > tr,
.psc-transparent-grid.ui-panelgrid .ui-panelgrid-cell {
  border: none;
  padding: 0 0 0 0;
}

.psc-transparent-grid tr,
.psc-transparent-grid td {
  background: transparent !important;
  border: 0 !important;
  padding: 0 0 0 0;
  vertical-align: top;
}

.psc-list-grid {
  background: none;
  clear: both;
  margin-top: 10px !important;
  font-size: 0.75em !important;
}

.psc-grid-100-percent {
  width: 100%;
}

.psc-grid-100-percent tr,
.psc-grid-100-percent td {
  border: 0 !important;
  padding: 0 0 0 0 !important;
  vertical-align: top;
}

.psc-transparent-grid-bottom-10 tr,
.psc-transparent-grid-bottom-10 td {
  background: transparent !important;
  border: 0 !important;
  padding: 0 0 10px 0 !important;
  vertical-align: top;
}

.psc-transparent-grid-bottom-20 tr,
.psc-transparent-grid-bottom-20 td {
  background: transparent !important;
  border: 0 !important;
  padding: 0 0 20px 0 !important;
  vertical-align: top;
}

.psc-transparent-grid-100-percent {
  width: 100%;
}

.psc-transparent-grid-100-percent tr,
.psc-transparent-grid-100-percent td {
  background: transparent !important;
  border: 0 !important;
  padding: 0 0 0 0 !important;
  vertical-align: top;
}

.psc-transparent-grid-centered-column {
  vertical-align: top;
  text-align: center;
}

.psc-transparent-grid-right-column {
  vertical-align: top;
  text-align: right;
}

.psc-transparent-grid-middle-left {
  vertical-align: middle;
  text-align: left;
}

.psc-transparent-grid-middle-right {
  vertical-align: middle;
  text-align: right;
}

.psc-transparent-grid-middle-left {
  vertical-align: middle;
  text-align: left;
}

.psc-transparent-grid-row {
  border-style: none !important;
  vertical-align: top !important;
}

.psc-transparent-grid-row-middle {
  border-style: none !important;
  vertical-align: middle !important;
}

.psc-transparent-grid-row-bottom {
  border-style: none;
  vertical-align: bottom;
}

.psc-transparent-grid-row-30-percent {
  width: 30%;
  border-style: none;
  vertical-align: top;
}

.psc-transparent-grid-row-33-percent {
  width: 33%;
  border-style: none;
  vertical-align: top;
}

.psc-transparent-grid-row-35-percent {
  width: 35%;
  border-style: none;
  vertical-align: top;
}

.psc-transparent-grid-row-40-percent {
  width: 40%;
  border-style: none;
  vertical-align: top;
}

.psc-transparent-grid-row-50-percent {
  width: 50%;
  border-style: none;
  vertical-align: top;
}

.psc-transparent-grid-row-100-percent {
  border-style: none;
  width: 100%;
  vertical-align: top;
}

.psc-transparent-grid-row-15 {
  width: 15px;
  border-style: none;
  vertical-align: top;
}

.psc-transparent-grid-column-5 {
  width: 5px;
  border-style: none;
  vertical-align: middle;
}

.psc-transparent-grid-column-15 {
  width: 15px;
  border-style: none;
  vertical-align: middle;
}

.psc-transparent-grid-column-25 {
  width: 25px;
  border-style: none;
  vertical-align: middle;
}

.psc-transparent-grid-column-30 {
  width: 30px;
  border-style: none;
  vertical-align: middle;
}

.psc-transparent-grid-column-40 {
  width: 40px;
  border-style: none;
  vertical-align: middle;
}

.psc-transparent-grid-column-250 {
  width: 250px;
  border-style: none;
  vertical-align: middle;
}

.psc-transparent-grid-column {
  border-style: none;
  vertical-align: top;
}

.psc-transparent-grid-column-10 {
  width: 10px;
  border-style: none;
  vertical-align: top;
}

.psc-transparent-grid-column-15 {
  width: 15px;
  border-style: none;
  vertical-align: top;
}

.psc-transparent-grid-column-20 {
  width: 20px;
  border-style: none;
  vertical-align: top;
}

.psc-transparent-grid-column-25 {
  width: 25px;
  border-style: none;
  vertical-align: top;
}

.psc-transparent-grid-column-50 {
  width: 50px;
  border-style: none;
  vertical-align: top;
}

.psc-transparent-grid-column-60 {
  width: 60px;
  border-style: none;
  vertical-align: top;
}

.psc-transparent-grid-column-80 {
  width: 80px;
  border-style: none;
  vertical-align: middle;
}

.psc-transparent-grid-column-120 {
  width: 120px;
  border-style: none;
  vertical-align: middle;
}

.psc-transparent-grid-row-25 {
  width: 25px;
  border-style: none;
  vertical-align: top;
}

.psc-transparent-grid-row-30 {
  width: 30px;
  border-style: none;
  vertical-align: top;
}

.psc-transparent-grid-row-50 {
  width: 50px;
  border-style: none;
  vertical-align: top;
}

.psc-transparent-grid-column-100 {
  width: 100px;
  border-style: none;
  vertical-align: top;
}

.psc-transparent-grid-row-350 {
  width: 350px;
  border-style: none;
  vertical-align: top;
}

.psc-transparent-grid-row-400 {
  width: 400px;
  border-style: none;
  vertical-align: top;
}

.psc-transparent-grid-row-480 {
  width: 480px;
  border-style: none;
  vertical-align: top;
}

.psc-transparent-grid-row-120 {
  width: 120px;
  border-style: none;
  vertical-align: top;
}

.psc-transparent-grid-row-140 {
  width: 140px;
  border-style: none;
  vertical-align: top;
}

.psc-transparent-grid-row-180 {
  width: 180px;
  border-style: none;
  vertical-align: top;
}

.psc-transparent-grid-line-height-13 {
  line-height: 13px !important;
}

.psc-transparent-grid-column-25-percent {
  border-style: none;
  width: 25%;
  vertical-align: top;
}

.psc-transparent-grid-column-33-percent {
  border-style: none;
  width: 33%;
  vertical-align: top;
}

.psc-transparent-grid-column-50-percent {
  border-style: none;
  width: 50%;
  vertical-align: top;
}

.psc-transparent-grid-column-100-percent {
  border-style: none;
  width: 100%;
  vertical-align: top;
}

.psc-read-letters {
  letter-spacing: -1.9px;
}

.psc-tooltip-link {
  vertical-align: top;
  margin-top: 2px;
  margin-left: 5px;
  font-size: 20px !important;
}

.psc-tooltip-sub-link {
  vertical-align: top;
  margin-top: 3px;
  margin-left: 0;
  font-size: 16px !important;
}

.psc-header-user-info {
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  height: 60px;
}

.psc-header-text {
  color: white;
}

.psc-header-command-link {
  color: #f0f000;
  vertical-align: middle;
  text-decoration: none;
}

a.psc-header-command-link:visited {
  color: #f0f000;
}

a.psc-header-command-link:hover {
  text-decoration: underline;
}

.psc-header-browse-aloud {
  float: right;
  margin-top: 2px;
  margin-right: 10px;
}

.psc-header-user-name {
  display: inline;
}

.psc-user-spot {
  text-decoration: none;
}

.psc-line-height-40 {
  line-height: 40px;
}

.psc-user-spot:hover {
  text-decoration: none;
}

.psc-user-spot:active {
  text-decoration: none;
}

.psc-header-login-block {
  background-color: #182854;
  border-left: solid 1px #777777;
  float: right;
  height: 100%;
  padding: 0 10px 0 10px;
}

.psc-page-blocker {
  width: 100%;
  height: 100%;
  background-color: #222222;
}

.psc-user-info-overlay-panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 0 5px 5px;
  padding: 2px 2px;
  margin: 0 0 0 0;
  float: right;
  background-color: #f2f2f2;
  min-width: 160px;
  border: none;
  top: auto !important;
}

.psc-user-info-overlay-panel .ui-overlaypanel-content {
  padding: 0 0 0 0;
}

.psc-user-panel-link.ui-widget {
  text-decoration: none;
  color: #205493;
}

.psc-user-panel-grid {
  background-color: #f2f2f2;
  width: 100%;
}

.psc-user-panel-grid tr,
.psc-user-panel-grid td {
  background-color: #f2f2f2;
  border: none !important;
  padding: 5px 15px 5px 15px !important;
  margin: 0 0 0 0;
  vertical-align: top;
}

.psc-user-panel-grid td:hover {
  background-color: #c7c7c7;
}

.psc-user-block-column {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 3px !important;
}

.psc-notification-col1 {
  vertical-align: top;
  padding-top: 7px;
}

.psc-notification-col2 {
  vertical-align: top;
  width: 100%;
}

.psc-notification-image-cell {
  margin-bottom: 3px;
  margin-left: 15px;
}

.psc-notification-msg-severe-callout {
  background-color: #dd3a06;
  width: 5px;
}

.psc-notification-msg-warning-callout {
  background-color: #f7c225;
  width: 5px;
}

.psc-notification-msg-notice-callout {
  background-color: #01c1e5;
  width: 5px;
}

.psc-notification-msg-information-callout {
  background-color: #7dbd87;
  width: 5px;
}

.psc-notification-msg-severe {
  background-color: #dd3a06;
  width: 100%;
}

.psc-notification-msg-outer {
  width: 100%;
  background-color: transparent;
  font-size: 0.9em;
}

.psc-notification-msg-inner {
  padding: 0 10px;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
  border: none;
}

.psc-notification-msg-group-book-end {
  padding-left: 5px;
  height: 10px;
  width: 100%;
}

.psc-notification-msg-header-div {
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.psc-notification-msg-header {
  width: 100%;
  color: #004a8c;
  font-size: 1.25em;
  font-weight: 500;
  text-decoration: underline;
}

.psc-notification-msg {
  width: 100%;
  padding-left: 5px;
  padding-bottom: 5px;
  font-size: 1.2em;
  color: #303030;
}

.psc-notification-close {
  color: #f9f9f9;
  font-size: 0.6em !important;
  position: absolute;
  top: 2px;
  right: 2px;
}

.psc-notification-close-bg {
  width: 13px;
  height: 14px;
  background: #a0a0a0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 6px;
  position: absolute;
  right: 0;
}

.psc-footer {
  display: block;
  width: 100%;
  clear: both;
  background-color: #dcdee0;
  height: 60px;
}

.psc-footer-grid {
  padding-top: 15px;
}

.psc-footer-grid .ui-panelgrid-cell {
  background: none !important;
}

.psc-footer-link-grid {
  border: none;
  background: transparent;
  color: #005ea2;
  width: 100%;
}

.psc-footer-link-grid td {
  border: none;
  background: transparent;
  color: #005ea2;
}

.psc-footer-link-grid tr {
  border: none;
  background: transparent;
  color: #005ea2;
}

.psc-footer-link-grid-column-left {
  text-align: left;
}

.psc-footer-link-grid-column {
  text-align: center;
}

.psc-footer-link-grid-column-right {
  text-align: right;
}

a.psc-footer-link {
  text-decoration: none;
}

a.psc-footer-link:hover {
  text-decoration: underline;
}

.psc-footer-admin-notice {
  clear: both;
  padding: 5px 20px 0 20px;
  font-size: 0.85em;
  font-style: italic;
  color: #005ea2;
  text-align: center;
}

.psc-foot-text {
  font-size: 1.2em;
  color: black;
}

.psc-footer-content {
  position: relative;
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
}

.psc-footer-logo-dimensions {
  height: 80px;
  width: 80px;
}

.psc-footer-logo {
  border-style: none;
  /*	background-image: url(../pacerImages/US-Courts-AdministrativeOffice-Seal-352x351.png); */
  background-image: url(../pacerImages/bwAOSeal.png);
  background-repeat: no-repeat;
  background-size: 80px;
}

.psc-ao-notice {
  font-size: 0.8em;
}

.psc-footer-notice-column1 {
  vertical-align: top;
  width: auto;
}

.psc-footer-notice-column2 {
  vertical-align: top;
}

/*# sourceMappingURL=pacer.css.map */
