/**
 * Ellucian baseline styles 
 */

@import url("https://banner.ptc.edu/BannerExtensibility/theme/getTheme?name=ptc-prod&template=studentregistrationssb-9_29");

/**
 * PTC Styles 
 */

/* Hide the breadcrumb. */
#breadcrumb-panel {
    display: none !important;
}

/**
 * WORKAROUND: PD0011282
 *
 * 2024-02-12 GAP:
 * - Add the scrollbars back to the content area to allow for scrolling if the content becomes
 *   larger than the viewport. This is a temporary fix to address the issue of the search bar going
 *   missing in Chrome/Edge until there is a permanent fix.
 *
 */
 #content {
    overflow: scroll !important;
}