<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* General styling */
.t-Body-topButton {
    display: none !important;
}
.t-Body-content {
    padding-bottom: 0px !important;
}
.t-Header-logo-link {
	padding: 0px;
}
.t-Report-links {
	display: none !important;
}
.app-user {
	text-decoration: none !important;
	cursor: text;
}
.nodatafound {
	font-size: 20px !important;
}
#conf-disclaimer {
	color: #CC0000;
	font-weight: bold;
}

#hybrid-public-disclaimer{
	color: #EED202;
}

.a-TreeView-row.is-selected {
	background-color: #EBF1F7 !important;
}
#reportsRegion,
#reportsRegion .t-Region {
    margin-bottom: 0px !important;
}
#worksheet-region {
    margin-bottom: 0px !important;
}
.display-type-C {
    overflow-y: scroll;
}
.t-Report-cell,
.t-Report-colHead {
	padding: 8px !important;
}
.t-ButtonRegion-buttons,
.t-ButtonRegion-col--content {
	padding: 12px !important;
}
#GC,
td[headers=GC] {
	display: none;
}
.t-Header-logo {
	padding: 0px 8px;
}
.t-Header-navBar {
	margin-right: 0px !important;
}
.t-Button--icon .t-Icon.fa {
	font-size: 1.6rem;
}
@media only screen and (max-width: 450px) {
	.apex-logo-text {
		display: none;
	}
}
@media only screen and (max-width: 450px), screen and (max-height: 500px) {
	.t-HeroRegion-icon {
		height: 30px;
		width: 30px;
	}
	.t-HeroRegion-icon.fa {
		font-size: 14px !important;
		line-height: 2.8rem !important;
	}
	.t-HeroRegion-col {
		padding: 8px;
	}
	.t-HeroRegion-col--right {
		display: none;
	}
	.t-HeroRegion-title {
		font-size: 1.6rem;
		line-height: 2.5rem;
	}
	#report-descr {
		display: none;
	}
}

/* Report Options styling */
.t-HeroRegion-col--content {
	line-height: 16px;
}
span[id$="_RUN_TIME_DISPLAY"] {
	font-size: 12px;
	font-weight: bold;
    white-space: nowrap;
}
span[id$="_DATA_GOOD_DT_DISPLAY"] {
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
span[id$="_LAST_REFRESHED_DISPLAY"] {
	font-size: 12px;
	font-weight: bold;
    white-space: nowrap;
}
span[id$="_FILTERS_DISPLAY"] {
	overflow: auto;
    white-space: normal;
}
ul {
    font-weight: normal;
    margin: 0px;
}
li.list-label {
    font-size: 12px;
    font-weight: bold;
    list-style-type: none;
}
ul.list-values {
    margin-left: 15px;
}
li.list-value {
    font-size: 12px;
    list-style-type: disc;
}

/* APEX 5.0 Spinner styling */
.apex_wait_overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1001;
    -moz-opacity: .15;
    opacity: .15;
    filter: alpha(opacity=15);
}

/* Modal page item styling */
#P1002_SEARCH_LABEL {
    padding-left: 5px;
    position: absolute;
}
#P1002_SEARCH {
    padding-left: 25px;
}
#search-descr {
	font-style: italic;
	padding-left: 5px;
}
.clear-search {
    color: #AAAAAA;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    left: -20px;
    top: 5px;
}

/* Report tree styling */
.blue-icon {
    background-color: #19528E !important;
}
.red-icon {
    background-color: #CC0000 !important;
}
.grey-icon {
    background-color: #999999 !important;
}
.yellow-icon {
    background-color: #CCC900 !important;
}
.reports-icon {
    border-radius: 4px;
    color: white !important;
    font-size: 12px;
    height: 20px;
    padding-top: 4px;
    text-align: center;
    width: 20px;
}
.a-TreeView-row {
    height: 28px !important;
}
.a-TreeView-label {
    line-height: 20px !important;
}
.a-TreeView-toggle {
    margin-top: 6px !important;
}
#tree-region {
	overflow: auto !important;
}

/* Card styling */
.csv-card &gt; .t-Card {
    border: 2px solid green;
}
.csv-card &gt; .t-Card &gt; a {
    background-color: #eeeeee !important;
}
.csv-icon {
    background-color: #eee !important;
    border: 2px solid green;
    color: green !important;
}
.excel-card &gt; .t-Card {
    border: 2px solid rgb(0,128,0);
}
.excel-card &gt; .t-Card &gt; a {
    background-color: rgba(0,128,0,0.1) !important;
}
.excel-icon {
    background-color: rgb(0,128,0) !important;
}
.pdf-card &gt; .t-Card {
    border: 2px solid rgb(64,0,0);
}
.pdf-card &gt; .t-Card &gt; a {
    background-color: rgba(64,0,0,0.1) !important;
}
.pdf-icon {
    background-color: rgb(64,0,0) !important;
}
.lde-card &gt; .t-Card {
    border: 2px solid rgb(10,32,55);
}
.lde-card &gt; .t-Card &gt; a {
    background-color: rgba(10,32,55,0.1) !important;
}
.lde-icon {
    background-color: rgb(10,32,55) !important;
}
#cards-region {
	overflow: auto !important;
}

/* Card styling */
/* Report Cards */
.blue-card &gt; .t-Card &gt; a {
    background-color: #D7E6F5 !important;
    border: 1px solid rgba(25,82,142,0.45) !important;
}
.blue-card &gt; .t-Card div.t-Card-titleWrap {
    background-color: #19528E !important;
}
.blue-card &gt; .t-Card .t-Card-title {
    color: #FFFFFF;
}
.red-card &gt; .t-Card &gt; a {
    background-color: #FFC1C1 !important;
    border: 1px solid rgba(204,0,0,0.45) !important;
}
.red-card &gt; .t-Card div.t-Card-titleWrap {
    background-color: #CC0000 !important;
}
.red-card &gt; .t-Card .t-Card-title {
    color: #FFFFFF;
}

/* Download Options */
.csv-card &gt; .t-Card &gt; a &gt; div.t-Card-titleWrap,
.excel-card &gt; .t-Card &gt; a &gt; div.t-Card-titleWrap,
.pdf-card &gt; .t-Card &gt; a &gt; div.t-Card-titleWrap,
.lde-card &gt; .t-Card &gt; a &gt; div.t-Card-titleWrap,
.disable-card &gt; .t-Card &gt; a &gt; div.t-Card-titleWrap {
    margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
.csv-card &gt; .t-Card &gt; a &gt; div.t-Card-body,
.excel-card &gt; .t-Card &gt; a &gt; div.t-Card-body,
.pdf-card &gt; .t-Card &gt; a &gt; div.t-Card-body,
.lde-card &gt; .t-Card &gt; a &gt; div.t-Card-body,
.disable-card &gt; .t-Card &gt; a &gt; div.t-Card-body {
    padding-top: 10px !important;
    margin-top: 10px !important;
}
.csv-card &gt; .t-Card &gt; a &gt; div.t-Card-body &gt; div.t-Card-info,
.excel-card &gt; .t-Card &gt; a &gt; div.t-Card-body &gt; div.t-Card-info,
.pdf-card &gt; .t-Card &gt; a &gt; div.t-Card-body &gt; div.t-Card-info,
.lde-card &gt; .t-Card &gt; a &gt; div.t-Card-body &gt; div.t-Card-info,
.disable-card &gt; .t-Card &gt; a &gt; div.t-Card-body &gt; div.t-Card-info {
	margin-top: 0px !important;
    white-space: normal !important;
}
.disable-card &gt; .t-Card,
.disable-card &gt; .t-Card .t-Icon {
    background-color: #EEEEEE !important;
    border: 2px solid #AAAAAA;
}
.disable-card &gt; .t-Card .t-Icon,
.disable-card &gt; .t-Card .t-Card-title,
.disable-card &gt; .t-Card .t-Card-desc,
.disable-card &gt; .t-Card .t-Card-info {
    color: #AAAAAA !important;
}
.disable-card &gt; .t-Card &gt; a {
    border-color: rgba(0, 0, 0, 0.05) !important;
	cursor: not-allowed;
}
.t-Report-pagination {
    display: none;
}

/* Report footer styling */
div#rf-global span[id$=REPORT_FOOTER_DISPLAY] {
    font-size: 12px !important;
    font-weight: normal !important;
}
div#report-footer span[id$=REPORT_FOOTER_DISPLAY] {
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 16px !important;
}
#more-data-found {
	clear: both;
	color: green;
	font-weight: bold;
	padding-top: 5px;
}

/* Modal/Inline Dialog */
.js-regionDialog-buttons,
.t-Dialog-footer .t-ButtonRegion {
    background-color: #fcfcfc !important;
    border-top: 1px solid #e2e2e2 !important;
}

/* Custom Inline Dialog Sizes */
.js-dialog-size265x410 {
    height: 410px !important;
    width: 265px !important;
}
.js-dialog-size530x410 {
	height: 410px !important;
    width: 530px !important;
}
.js-dialog-size795x410 {
	height: 410px !important;
    width: 795px !important;
}
.js-dialog-size530x365 {
	height: 365px !important;
	width: 530px !important;
}
.js-dialog-size750x560 {
	height: 560px !important;
	width: 750px !important;
}
.js-dialog-size800x760 {
	height: 760px;
	width: 800px;
}
.js-dialog-size1024x600 {
    height: 600px !important;
    width: 1024px !important;
}

/* Worksheet Tab Styling */
li.worksheet-tab {
    border-right: 1px solid #DDDDDD;
}
li.is-active &gt; a {
    background-color: #ebf1f7;
    box-shadow: 0 0 2px #AAAAAA;
    font-weight: bold;
}
li.worksheet-tab &gt; a {
    width: 100%;
}
li.col-2 {
    width: 50%;
}
li.col-3 {
    width: 33%;
}

/* Alerts/Messages styling */
#alerts-region .t-Alert--horizontal {
    margin-bottom: 0px !important;
}
#alerts-region .t-Alert-icon,
#alerts-region .t-Alert-content,
#alerts-region .t-Alert-buttons {
    padding-bottom: 30px !important;
}
#alerts-region .t-Alert-icon {
    padding-left: 40px !important;
}
#alerts-region .t-Alert-buttons {
    padding-right: 40px !important;
}

/* For Report Description to display correctly */
div[id$=REPORT_DESCR_CONTAINER] &gt; div.t-Form-labelContainer {
    display: none;
}
div[id$=REPORT_DESCR_CONTAINER] &gt; div.t-Form-inputContainer {
    padding-left: 0px;
}
span[id$=REPORT_DESCR_DISPLAY] {
    background-color: transparent !important;
    font-weight: normal !important;
}

/* Empty Fishing Net CSS */
span.nodatafound div.empty-net {
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	height: 300px;
	margin: 0 auto;
	width: 300px;
}
span.a-IRR-noDataMsg-text div.empty-net {
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	height: 300px;
	width: 300px;
}

/* Report Selector Styling */
div[id$=REPORT_SELECTOR_CONTAINER] .t-Form-labelContainer {
    width: 125px;
    padding: 3px 0 16px;
}
div[id$=REPORT_SELECTOR_CONTAINER] .t-Form-inputContainer {
    padding-top: 3px;
}</pre></body></html>