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

.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 {
  width: unset;
}

.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 underbar 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 */
.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: #f8f8f8;
  height: 30px;
  margin-top: 0px;
  padding-top: 1px;
}

/* 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: 4px;
  left: 15px;
  right: 18px;
  bottom: 1px;
  width: unset;
}

/* 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: 4px;
  left: 10px;
  right: -10px;
  bottom: 0;
  width: unset;
  margin-bottom: 3px;
}

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

.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: 4px solid #188dff;
  width: calc(100% - 6px);
  height: 100%;
  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 {
  padding: 2px 3px 2px 1.5px;
}

/* in conjunction with above, highlight, on mouse click, a submenu item */
.ui-menubar .ui-menu-child .ui-menuitem > .ui-menuitem-link:active {
  padding: 3px 3px 2px 1.5px;
}

/*.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: 4px;
  bottom: -1px;
  width: calc(100% - 8px);
}

.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 not 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: 4px solid #188dff;
  border-radius: 0;
  content: "";
  display: block;
  position: absolute;
  height: 23px;
  bottom: -1px;
  left: -8px;
  width: 100%;
}

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

/*********************************************************************/
/*                       END MENU BAR STYLES                         */
/*********************************************************************/
@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-menu-button {
    display: inline;
  }

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

  .pnl-login-links-container {
    display: none !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;
  }
}
@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;
}
* {
  font-family: pacerFont;
  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;
}

/**
******
**
** Change how errors are displayed
**
******
**/
.ui-message-error {
  background-color: #efd6d6 !important;
  border-color: #efd6d6 !important;
  color: #ab3536 !important;
  border-radius: 4px !important;
  margin: 2px 0 5px 0 !important;
}

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

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

.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;
}

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

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

/**
****************************************************
*** THIS IS USED TO REMOVE THE EXTRANEOUS BORDER
*** THAT SHOWS UP AT 640px WIDE
***
*** KEEP THIS FOR EVERY WIDTH AND EVERY GRID
****************************************************
**/
.ui-panelgrid .ui-grid-responsive .ui-grid-row {
  border-top: 0 none;
}

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

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

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

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

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

.ui-state-default .ui-icon {
  background-image: url(../images/ui-icons_ffffff_256x240.png);
}

.ui-widget-header .ui-state-default {
  background-color: #d9f6ff;
  color: black;
  border: none !important;
}

.ui-datatable table {
  border-collapse: collapse;
  width: 100%;
}

.ui-datatable .ui-datatable-header,
.ui-datatable .ui-datatable-footer {
  text-align: center;
  padding: 4px 10px;
}

.ui-datatable .ui-datatable-header {
  border-bottom: 0 none;
}

.ui-datatable .ui-datatable-footer {
  border-top: 0 none;
}

.ui-datatable thead th,
.ui-datatable tbody td,
.ui-datatable tfoot td,
.ui-datatable tfoot th {
  padding: 4px 10px;
  overflow: hidden;
  white-space: unset;
  border-width: 1px;
  border-style: solid;
  vertical-align: top;
}

.ui-datatable tbody td {
  border-color: inherit;
}

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

.ui-datatable div.ui-dt-c {
  position: relative;
}

.ui-datatable .ui-sortable-column-icon {
  display: inline-block;
  margin: -3px 0 -3px 2px;
}

.ui-datatable .ui-column-filter {
  display: block;
  width: 100px;
  margin: auto;
}

.ui-datatable .ui-expanded-row {
  border-bottom: 0 none;
}

.ui-datatable .ui-expanded-row-content {
  border-top: 0 none;
}

.ui-datatable .ui-row-toggler {
  cursor: pointer;
}

.ui-datatable tr.ui-state-highlight {
  cursor: pointer;
}

.ui-datatable .ui-selection-column .ui-chkbox-all {
  display: block;
  margin: 0 auto;
  width: 16px;
  height: 16px;
}

.ui-datatable-scrollable table {
  table-layout: fixed;
}

.ui-datatable-scrollable-body {
  overflow: auto;
}

.ui-datatable-scrollable-header,
.ui-datatable-scrollable-footer {
  overflow: hidden;
  border: 0 none;
}

.ui-datatable-scrollable .ui-datatable-scrollable-header,
.ui-datatable-scrollable .ui-datatable-scrollable-footer {
  position: relative;
}

.ui-datatable-scrollable .ui-datatable-scrollable-header td {
  font-weight: normal;
}

.ui-datatable-scrollable-body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 15px;
  background-color: transparent;
}

.ui-datatable-scrollable-body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 1px solid white;
  background-color: rgba(194, 194, 194, 0.5);
}

.ui-datatable .ui-datatable-data tr.ui-state-hover {
  border-color: inherit;
  font-weight: inherit;
  cursor: pointer;
}

.ui-datatable .ui-paginator,
.ui-datatable .ui-paginator {
  padding: 2px;
}

.ui-column-dnd-top,
ui-column-dnd-bottom {
  display: none;
  position: absolute;
}

.ui-column-dnd-top .ui-icon,
ui-column-dnd-bottom .ui-icon {
  position: absolute;
  top: -4px;
}

/* InCell Editing */
.ui-datatable .ui-cell-editor-input {
  display: none;
}

.ui-datatable .ui-row-editing .ui-cell-editor .ui-cell-editor-output {
  display: none;
}

.ui-datatable .ui-row-editing .ui-cell-editor .ui-cell-editor-input {
  display: block;
}

.ui-datatable .ui-row-editor span {
  cursor: pointer;
  display: inline-block;
}

.ui-datatable .ui-row-editor .ui-icon-pencil {
  display: inline-block;
}

.ui-datatable .ui-row-editing .ui-row-editor .ui-icon-pencil {
  display: none;
}

.ui-datatable .ui-row-editor .ui-icon-check,
.ui-datatable .ui-row-editor .ui-icon-close {
  display: none;
}

.ui-datatable .ui-row-editing .ui-row-editor .ui-icon-check,
.ui-datatable .ui-row-editing .ui-row-editor .ui-icon-close {
  display: inline-block;
}

.ui-datatable .ui-datatable-data tr.ui-row-editing td.ui-editable-column,
.ui-datatable .ui-datatable-data td.ui-cell-editing {
  padding: 0;
  margin: 0;
}

.ui-datatable .ui-filter-column .ui-column-resizer {
  height: 45px;
}

.ui-datatable .ui-column-resizer-helper {
  width: 1px;
  position: absolute;
  z-index: 10;
  display: none;
}

.ui-datatable-resizable {
  padding-bottom: 1px;
  /*fix for webkit overlow*/
  overflow: auto;
}

.ui-datatable-resizable table {
  table-layout: fixed;
}

.ui-datatable-rtl {
  direction: rtl;
}

.ui-datatable-rtl.ui-datatable thead th,
.ui-datatable-rtl.ui-datatable tfoot td {
  text-align: right;
}

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

.ui-datatable .ui-widget-content {
  border: 1px solid #787878;
}

.ui-datatable tr,
.ui-datatable td {
  border: 0 !important;
}

.ui-datatable {
  font-family: pacerFont;
  margin-top: 15px;
  font-size: 0.85em;
  width: 100%;
  background-color: white;
}

.ui-datatable tr,
.ui-datatable td {
  border: 0 !important;
  /*padding: 8px 10px !important;*/
}

.ui-datatable-centered-column {
  vertical-align: top;
  text-align: center;
}

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

.ui-datatable .ui-widget-content {
  border: 1px solid #787878;
}

.ui-datatable th {
  background: #005ea2;
  border: 1px solid #005ea2;
  color: white;
  text-align: left !important;
}

.ui-datatable-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-paginator-current {
  font-weight: normal;
}

.ui-widget-header {
  border: 1px solid #0071bc;
  background: #0071bc;
  font-weight: bold;
  color: white;
}

.ui-datatable th.ui-state-default, .ui-datatable tfoot td.ui-state-default {
  background: #005ea2 !important;
  border-color: #005ea2 !important;
  color: white !important;
  font-weight: normal;
}

.ui-datatable-odd.ui-state-highlight {
  color: #005ea2;
}

/* set the style of the active fist/last/next/prev buttons */
.ui-paginator .ui-paginator-first,
.ui-paginator .ui-paginator-prev,
.ui-paginator .ui-paginator-next,
.ui-paginator .ui-paginator-last {
  background-color: #005ea2 !important;
  /* blue-60v */
  border: 1px solid #256090 !important;
  color: white !important;
}

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

.ui-paginator .ui-paginator-page {
  background-color: #005ea2;
  /* blue-60v */
  border: 1px solid #256090 !important;
  color: white;
}

/* set the style of the current page button */
.ui-paginator .ui-paginator-page.ui-state-active {
  background: #4f97d1;
  /* blue-40 */
  color: #fff;
  border: 1px solid #256090 !important;
}

select.ui-paginator-jtp-select {
  width: calc(3vw + 10px);
  padding: 5px 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 3px;
  height: 25px;
  color: white !important;
  background: url(../pacerImages/br_down_white.png) no-repeat right !important;
  -webkit-appearance: none;
  background-position-x: calc(100% - 5px) !important;
  background-color: #005ea2 !important;
  background-size: 30% 50% !important;
}

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

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

.ui-inputfield.ui-state-focus,
.ui-widget-content .ui-inputfield.ui-statefocus {
  box-shadow: 0 0 1px 1px #198eff !important;
  /* below here is used to suppress the box-shadow and  */
  /* instead, make the border of the input field change */
  /* color when input focus is on that field            */
  /*box-shadow: none !important;*/
  /*border: 3px solid blue;*/
}

.ui-button {
  border: 1px solid steelblue !important;
}

.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: 20px;
}

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

.ui-selectcheckboxmenu-multiple .ui-selectcheckboxmenu-trigger .ui-icon {
  position: relative;
  top: 50%;
  margin-top: -8px;
}

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

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

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

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

.ui-button-icon-left.ui-icon.ui-icon-calendar {
  background-image: url(../images/calendar_16x16.png) !important;
  background-position: center center !important;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 13px;
  left: 16px;
}

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

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

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

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

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

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

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

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

.ui-datepicker-trigger.ui-button-icon-only {
  width: 35px;
  height: 30px;
}

.ui-chkbox-box.ui-state-active .ui-icon,
.ui-radiobutton-box.ui-state-active .ui-icon {
  background-image: url(../images/ui-icons_2e83ff_256x240.png) !important;
  background-color: white !important;
}

.ui-radiobutton-box.ui-state-active {
  background: none !important;
}

.ui-radiobutton-box.ui-state-active .ui-icon {
  background-color: unset !important;
}

.ui-chkbox-box.ui-widget.ui-corner-all.ui-state-default {
  background: white !important;
}

/**
******
**
**	Suppress the 'x' icon on error messages.
**
******
**/
.ui-messages-error-icon {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-corner-all, .ui-corner-top, .ui-corner-right, .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;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .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;
}

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

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

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

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

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

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

.ui-widget-content a {
  color: #005ea2;
}

.ui-sidebar-close {
  display: none;
}

.psc-sidebar {
  margin: 0 0 0 0 !important;
  padding: 5px 0 0 0 !important;
}

.psc-sidebar-content {
  font-size: 15px !important;
}

.ui-accordion .ui-accordion-content {
  background: #dcdee0 !important;
  padding-left: 15px;
}

.ui-accordion .ui-accordion-header.ui-state-active {
  background: #dcdee0 !important;
}

.ui-accordion .ui-accordion-header {
  border: 1px solid #dcdee0 !important;
  background: #dcdee0 !important;
  outline: none !important;
}

.psc-sidebar-accordion .ui-icon-triangle-1-e {
  background-position: 1px 1px !important;
  background-image: url(../pacerImages/rightArrow-15px.png) !important;
}

.psc-sidebar-accordion .ui-icon-triangle-1-s {
  background-position: 1px 1px !important;
  background-image: url(../pacerImages/downArrow-15px.png) !important;
}

.psc-sidebar-menu .ui-menuitem-outline {
  outline: none !important;
}

.psc-sidebar-menu .ui-corner-top {
  border-radius: 0 0 0 0;
}

.psc-sidebar-menu .ui-panelmenu-panel .ui-panelmenu-header {
  border: none;
  border-radius: 0 0 0 0;
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  right: 1px;
}

.psc-sidebar-menu .ui-panelmenu-panel:last-child {
  border: none;
  border-radius: 0 0 0 0;
  border-bottom: 1px solid #d5d5d5;
}

.psc-sidebar-menu.ui-panelmenu .ui-panelmenu-header a {
  display: block;
  padding: .5em .5em .5em .5em;
}

.psc-sidebar-menu > .ui-panelmenu-panel > .ui-widget > .ui-icon {
  right: .5em;
  left: unset;
}

.psc-sidebar-menu .ui-state-default .ui-icon {
  background-position: 1px 1px;
  background-image: url(../pacerImages/redPlus-16px.png);
}

.psc-sidebar-menu > .ui-panelmenu-panel > .ui-widget.ui-state-active > .ui-icon {
  background-position: 1px 1px;
  background-image: url(../pacerImages/redMinus-16px.png) !important;
}

.psc-sidebar-menu.ui-panelmenu .ui-menuitem-link {
  border-top: 1px solid #d5d5d5;
  height: 20px;
  padding-top: 10px;
  left: -1px;
  width: calc(100% - 35px);
}

.psc-sidebar-menu .ui-panelmenu-content {
  padding-bottom: 1px;
  padding-top: 1px;
}

.psc-sidebar-menu .ui-menuitem {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}

.psc-sidebar-menu .ui-menuitem-link.ui-state-hover {
  background: #d5d5d5;
}

.psc-sidebar-menu .ui-panelmenu .ui-panelmenu-content {
  margin-top: -1px;
}

.psc-sidebar-menu.ui-panelmenu .ui-panelmenu-header,
.psc-sidebar-menu.ui-panelmenu .ui-panelmenu-header a {
  background-color: white;
  color: #112f4e;
  border-left: 1px solid #d5d5d5;
}

.psc-sidebar-menu.ui-panelmenu .ui-panelmenu-header:hover,
.psc-sidebar-menu.ui-panelmenu .ui-panelmenu-header a:hover {
  color: #1067a7;
  background-color: #dcdee0 !important;
}

.psc-sidebar-menu.ui-panelmenu .ui-panelmenu-header.ui-state-active,
.psc-sidebar-menu.ui-panelmenu .ui-panelmenu-header.ui-state-active a {
  background-color: white;
  color: #112f4e;
  border-left: 1px solid #d5d5d5;
}

.psc-sidebar-menu.ui-panelmenu .ui-panelmenu-header.ui-state-active:hover,
.psc-sidebar-menu.ui-panelmenu .ui-panelmenu-header.ui-state-active a:hover {
  color: #1067a7;
  background-color: #dcdee0 !important;
}

.psc-sidebar-menu .ui-menuitem-text {
  color: #112f4e;
  margin-left: 25px;
}

.psc-sidebar-form {
  position: absolute;
  left: 0;
  right: -1px;
}

@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 {
    position: absolute;
    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;
  }
}
/* set up the tooltip */
.qtip-content {
  font-size: 14px !important;
}

.qtip-content p {
  font-size: 14px !important;
  line-height: 1.15;
}

.ui-tooltip,
.ui-tooltip-content.ui-widget-content {
  font-family: pacerFont, sans-serif;
  font-size: 14px !important;
  background-color: #fdfce7;
  border-color: darkgray;
  color: #182854;
  border-radius: 3px;
  line-height: 1.15;
}

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

.fa-black {
  color: black;
}

/*********************************************************************/
/*                       END FONT AWESOME STYLES                     */
/*********************************************************************/
.psc-page {
  width: 100%;
  border: none;
  margin: auto;
  background-color: #f9f9f9;
}

.psc-page-body {
  background-color: #f9f9f9;
  padding-right: 15px;
}

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

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

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

.psc-message-call-out {
  background-image: none !important;
  background-color: #da372c !important;
}

/* 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-background {
  background-image: none !important;
  background-color: #000000 !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: #000000;
  height: 25px;
}

.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-us-flag-background-tiny {
  height: 11px;
  width: 16px;
  background-image: url(../pacerImages/us_flag_small.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.psc-disclaimer-line-background {
  background-image: none !important;
  background-color: #000000 !important;
}

.psc-disclaimer-line {
  color: white !important;
  background-color: #000000 !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-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: #000000;
}

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

.secure-image {
  background-image: url(../pacerImages/icon-https.svg);
  background-repeat: no-repeat;
  display: block;
  padding-left: 60px;
  background-size: 50px;
  height: 50px;
}

.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: 60%;
}

.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;
}

/**************************************************/
/* 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;
  width: 35px;
}

.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-image: url(../pacerImages/BannerImage.png);
  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;
}

/*
****************************************************
** Suppress the border of the panelGrid within a
** psc-transparent-grid div.
****************************************************
 */
.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;
  border: 0;
  padding: 0 0 0 0;
  vertical-align: top;
}

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

.psc-transparent-grid-100-percent tr,
.psc-transparent-grid-100-percent td {
  background: transparent;
  border: 0;
  padding: 0 0 0 0;
}

.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-100 {
  width: 100px;
  border-style: none;
  vertical-align: top;
}

.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-transparent-grid-column-350 {
  width: 350px;
  border-style: none;
  vertical-align: top;
}

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

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

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

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

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

.psc-lighter-blue-text {
  color: #6DA2E1 !important;
}

.psc-gold-text {
  color: #e5b365 !important;
}

.psc-gray-text {
  color: #727272 !important;
}

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

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

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

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

.psc-white-background {
  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;
}

/* set primefaces generated required field asterisk color to red */
.ui-outputlabel .ui-outputlabel-rfi {
  color: red;
}

.psc-global-messages {
  padding-top: 6px;
}

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

.psc-command-link:visited {
  color: purple !important;
}

.psc-command-link:hover {
  color: blue !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-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-msg-outer {
  width: 100%;
  margin-top: 10px;
  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-header {
  color: #004a8c;
  text-decoration: underline;
  font-size: 20px !important;
  font-weight: bold;
}

.psc-notification-msg {
  padding-bottom: 5px;
  font-size: 20px !important;
}

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

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

.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;
}

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

.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-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: 21px;
  /* was 40 */
  line-height: 20px;
  /* 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;
}

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

.psc-transparent-grid tr,
.psc-transparent-grid td {
  background: transparent !important;
  border: 0 !important;
  padding: 0 0 0 0;
  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-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-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-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;
}

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