@charset "UTF-8"; /* Licensed Materials - Property of IBM IBM Cognos Products: rstyles (C) Copyright IBM Corp. 2003, 2018 US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated). */ :root { --GRS-FONT-COLOR: var(--G5); --GRS-SUMMARY-INNER: #E2F1EE; --GRS-SUMMARY-OUTER: #D0EBE6; --GRS-BORDER: 1px solid var(--G2); --GRS-PADDING_DEFAULT_VERTICAL: 4px; --GRS-PADDING_DEFAULT_HORIZONTAL: 8px; --GRS-PADDING_DEFAULT: var(--GRS-PADDING_DEFAULT_VERTICAL) var(--GRS-PADDING_DEFAULT_HORIZONTAL); --GRS-PADDING_DEFAULT_HORIZONTAL_ONLY: 0 var(--GRS-PADDING_DEFAULT_HORIZONTAL); } /* ====================================================== Named styles: Page styles ----------- pg : page pb : page body ph : page header pf : page footer Title styles ------------ ta : report title area (container of the report title text) tt : report title text ts : subtitle area ft : filter subtitle area fi : filter subtitle icon List styles ----------- ls : list table lt : list column title cell lc : list column body cell lm : list column body measure cell lh : list header cell lf : list footer cell ih : inner header cell if : inner footer cell is : inner summary cell oh : outer header cell of : outer footer cell os : outer summary cell Section styles -------------- sc : section list sb : section body sh : section header cell sf : section footer cell sg : section summary cell sk : section inner header cell so : section inner footer cell sp : section inner summary cell ss : section summary text Crosstab styles --------------- xt : crosstab table xm : crosstab default measure label cell ml : member label cell mv : member value cell cl : calculated member label cell cv : calculated member value cell c2 : calculated member value cell sl : subtotal (items) label cell sv : subtotal (items) value cell hl : subtotal (more + hidden) label cell hv : subtotal (more + hidden) value cell nl : subtotal (included) label cell nv : subtotal (included) value cell xl : subtotal (excluded) label cell xv : subtotal (excluded) value cell il : inner total (nested) label cell iv : inner total (nested) value cell ol : outer total (not nested) total label cell ov : outer total (not nested) total value cell dm : drillable member label text xs : crosstab spacer hs : crosstab header spacer hsv : crosstab header spacer value/fact cell Chart styles ------------ ct : chart title cb : chart body cn : chart note cs : chart subtitle cf : chart footer lx : chart legend title lg : chart legend at : chart axis title al : chart axis labels ch : chart Prompt styles ------------- pp : prompt page hp : prompt page header fp : prompt page footer py : prompt page body bp : prompt button Repeater styles --------------- rt : repeater table rc : repeater table cell Other styles ------------ dp : default container padding hy : hyperlink bt : button fs : field set tb : table np : no print (do not render element in printable output) h1-6: heading text em : emphasized text stg : strong text Conditional styles ------------------ pd_1 : Excellent pd_2 : Very good pd_3 : Average pd_4 : Below average pd_5 : Poor Prompt Control styles -------------------- bpd : Prompt button (disabled) pa : Prompt control tree box pc : Prompt control label text pcl : Prompt control clock pd : Prompt control calendar (day numbers) pdd : Prompt control calendar (day numbers, disabled) pds : Prompt control calendar (day numbers, selected) pdt : Prompt control date/time background pe : Prompt control general text pi : Prompt control hint text pl : Prompt control hyperlink pm : Prompt control calendar (months) pmd : Prompt control calendar (months, disabled) pms : Prompt control calendar (months, selected) pt : Prompt control text box pv : Prompt control value box pw : Prompt control calendar (day names) po : Prompt control options (combo box) ====================================================== */ /* * Quirks mode defaults */ .pg, .pp { font-style: normal; font-variant: normal; font-weight: normal; word-spacing: normal; letter-spacing: normal; text-decoration: none none none; text-transform: none; text-align: start; text-indent: 0; line-height: normal; white-space: normal; word-wrap: initial; empty-cells: show; } /* * Negate Quirks mode defaults in v5_standard.css by setting to "inherit" */ .ls, .sc, .xt, .rt, .tb { font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; word-spacing: inherit; letter-spacing: inherit; text-decoration: inherit; text-transform: inherit; line-height: inherit; white-space: inherit; word-wrap: inherit; color: inherit; } /* * These make sense to reset for list, crosstab etc. */ .ls, .sc, .xt, .rt, .tb { text-align: start; text-indent: 0; } .ls[dir="ltr"], .sc[dir="ltr"], .xt[dir="ltr"], .rt[dir="ltr"], .tb[dir="ltr"] { text-align: left; } .ls[dir="rtl"], .sc[dir="rtl"], .xt[dir="rtl"], .rt[dir="rtl"], .tb[dir="rtl"] { text-align: right; } .lt, .lc, .lm, .lh, .lf, .ih, .if, .is, .oh, .of, .os, .sh, .sf, .sg, .sk, .so, .sp, .xm, .ml, .mv, .cl, .cv, .c2, .sl, .sv, .hl, .hv, .nl, .nv, .xl, .xv, .il, .iv, .ol, .ov, .xs, .hs, .hsv, .rc, .clc, .clm, .clt, .cah, .caf, .cih, .cif, .coh, .cof, .cis, .cos, .cas, .cbs { text-align: inherit; font-weight: inherit; } .pp[dir="ltr"], .pg[dir="ltr"] { text-align: left; } .pp[dir="rtl"], .pg[dir="rtl"] { text-align: right; } .pg, /* page */ .pp /* prompt page */ { font-family: var(--F1); color: var(--GRS-FONT-COLOR); font-size: var(--BODY-S); } .pg *, .pp * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } IMG { -moz-box-sizing: content-box !important; -webkit-box-sizing: content-box !important; box-sizing: content-box !important; } /* Page Styles */ /* ----------- */ .pg /* page */ { width: 100%; height: 100%; } .pb /* page body */ { height: 100%; vertical-align: top; padding: var(--GRS-PADDING_DEFAULT); } .ph, /* page header */ .pf /* page footer */ { vertical-align: top; padding: var(--GRS-PADDING_DEFAULT); } /* Title Styles */ /* ----------- */ .ta /* report title area (container of the report title text) */ { font-size: var(--BODY); font-weight: bold; text-align: center; padding: var(--GRS-PADDING_DEFAULT); } .tt /* report title text */ { } .ts /* subtitle area */ { font-size: var(--BODY-S); text-align: center; padding: var(--GRS-PADDING_DEFAULT); } .ft /* filter subtitle area */ { padding: var(--GRS-PADDING_DEFAULT); } .fi /* filter subtitle icon */ { vertical-align: middle; margin-right: 4px; border: 0; } /* Client List Styles */ /* ------------------ */ .clx /* list */ { } .clt /* list column title cell */ { text-align: center; padding: var(--GRS-PADDING_DEFAULT_HORIZONTAL_ONLY); vertical-align: middle; background-color: var(--G1); border: var(--GRS-BORDER); } .clc /* list column body cell */ { padding: var(--GRS-PADDING_DEFAULT_HORIZONTAL_ONLY); border: var(--GRS-BORDER); } .clm /* list column body measure cell */ { padding: var(--GRS-PADDING_DEFAULT_HORIZONTAL_ONLY); text-align: right; border: var(--GRS-BORDER); } .cih, /* inner header cell */ .cif /* inner footer cell */ { font-weight: bold; border: var(--GRS-BORDER); padding: var(--GRS-PADDING_DEFAULT_HORIZONTAL_ONLY); vertical-align: middle; background-color: var(--GRS-SUMMARY-INNER); color: var(--GRS-FONT-COLOR); } .cis /* inner summary cell */ { font-weight: bold; border: var(--GRS-BORDER); padding: var(--GRS-PADDING_DEFAULT_HORIZONTAL_ONLY); vertical-align: middle; text-align: right; background-color: var(--GRS-SUMMARY-INNER); color: var(--GRS-FONT-COLOR); } .coh, /* outer header cell */ .cof, /* outer footer cell */ .cah, /* overall header cell */ .caf /* overall footer cell */ { font-weight: bold; border: var(--GRS-BORDER); padding: var(--GRS-PADDING_DEFAULT_HORIZONTAL_ONLY); vertical-align: middle; background-color: var(--GRS-SUMMARY-OUTER); color: var(--GRS-FONT-COLOR); } .cos, /* outer summary cell */ .cas, /* overall header summary cell */ .cbs /* overall footer summary cell */ { font-weight: bold; border: var(--GRS-BORDER); padding: var(--GRS-PADDING_DEFAULT_HORIZONTAL_ONLY); vertical-align: middle; text-align: right; background-color: var(--GRS-SUMMARY-OUTER); color: var(--GRS-FONT-COLOR); } .ctb /* tbody */ { border: var(--GRS-BORDER); } /* List Styles */ /* ----------- */ .ls /* list */ { } .lt /* list column title cell */ { text-align: center; vertical-align: top; padding: var(--GRS-PADDING_DEFAULT); background-color: var(--G1); border: var(--GRS-BORDER); } .lc /* list column body cell */ { vertical-align: top; padding: var(--GRS-PADDING_DEFAULT); border: var(--GRS-BORDER); } .lm /* list column body measure cell */ { vertical-align: top; padding: var(--GRS-PADDING_DEFAULT); text-align: right; border: var(--GRS-BORDER); } .lh, /* list header cell */ .lf /* list footer cell */ { vertical-align: top; border: var(--GRS-BORDER); padding: var(--GRS-PADDING_DEFAULT); } .ih, /* inner header cell */ .if /* inner footer cell */ { font-weight: bold; vertical-align: top; border: var(--GRS-BORDER); padding: var(--GRS-PADDING_DEFAULT); background-color: var(--GRS-SUMMARY-INNER); color: var(--GRS-FONT-COLOR); } .is /* inner summary cell */ { font-weight: bold; vertical-align: top; border: var(--GRS-BORDER); padding: var(--GRS-PADDING_DEFAULT); text-align: right; background-color: var(--GRS-SUMMARY-INNER); color: var(--GRS-FONT-COLOR); } .oh, /* outer header cell */ .of /* outer footer cell */ { font-weight: bold; vertical-align: top; border: var(--GRS-BORDER); padding: var(--GRS-PADDING_DEFAULT); background-color: var(--GRS-SUMMARY-OUTER); color: var(--GRS-FONT-COLOR); } .os /* outer summary cell */ { font-weight: bold; vertical-align: top; border: var(--GRS-BORDER); padding: var(--GRS-PADDING_DEFAULT); text-align: right; background-color: var(--GRS-SUMMARY-OUTER); color: var(--GRS-FONT-COLOR); } /* Section Styles */ /* -------------- */ .sb /* section body */ { padding: var(--GRS-PADDING_DEFAULT); } .sh, /* section header cell */ .sk /* section inner header cell */ { font-weight: bold; border-bottom: 1px solid var(--G3); padding: 16px 8px 4px 8px; } .sf, /* section footer cell */ .sg, /* section summary cell */ .so, /* section inner footer cell */ .sp /* section inner summary cell */ { border-top: 1px solid var(--G3); color: var(--G3); padding: var(--GRS-PADDING_DEFAULT); } .ss /* section summary text */ { border-top: 1px solid var(--G3); font-weight: bold; padding: var(--GRS-PADDING_DEFAULT); } /* Crosstab Styles */ /* --------------- */ .xm /* crosstab default measure label cell */ { font-weight: bold; vertical-align: top; text-align: center; padding: var(--GRS-PADDING_DEFAULT); border: none; } .ml /* member label cell */ { vertical-align: top; padding: var(--GRS-PADDING_DEFAULT); background-color: var(--G1); border: var(--GRS-BORDER); } .mv /* member value cell */ { vertical-align: top; white-space: nowrap; padding: var(--GRS-PADDING_DEFAULT); text-align: right; border: var(--GRS-BORDER); } .cl /* calculated member label cell */ { vertical-align: top; padding: var(--GRS-PADDING_DEFAULT); background-color: var(--G1); border: var(--GRS-BORDER); } .cv /* calculated member value cell */ { vertical-align: top; white-space: nowrap; border: var(--GRS-BORDER); padding: var(--GRS-PADDING_DEFAULT); text-align: right; } .c2 /* calculated member value cell (no italics) */ { vertical-align: top; white-space: nowrap; border: var(--GRS-BORDER); padding: var(--GRS-PADDING_DEFAULT); text-align: right; } .sl /* subtotal (items) label cell */ { vertical-align: top; padding: var(--GRS-PADDING_DEFAULT); background-color: var(--G1); border: var(--GRS-BORDER); } .sv /* subtotal (items) value cell */ { vertical-align: top; white-space: nowrap; background-color: #EFF3F7; border: 1px solid #E1E6EC; padding: var(--GRS-PADDING_DEFAULT); text-align: right; } .hl /* subtotal (more + hidden) label cell */ { vertical-align: top; padding: var(--GRS-PADDING_DEFAULT); background-color: var(--G1); border: var(--GRS-BORDER); } .hv /* subtotal (more + hidden) value cell */ { vertical-align: top; white-space: nowrap; background-color: #EFF3F7; border: 1px solid #E1E6EC; padding: var(--GRS-PADDING_DEFAULT); text-align: right; } .nl /* subtotal (included) label cell */ { font-weight: bold; vertical-align: top; border: var(--GRS-BORDER); color: var(--GRS-FONT-COLOR); padding: var(--GRS-PADDING_DEFAULT); background-color: var(--GRS-SUMMARY-INNER); } .nv /* subtotal (included) value cell */ { font-weight: bold; vertical-align: top; white-space: nowrap; background-color: var(--GRS-SUMMARY-INNER); border: var(--GRS-BORDER); padding: var(--GRS-PADDING_DEFAULT); text-align: right; } .xl /* subtotal (excluded) label cell */ { font-style: italic; vertical-align: top; border: var(--GRS-BORDER); color: var(--GRS-FONT-COLOR); padding: var(--GRS-PADDING_DEFAULT); background-color: var(--GRS-SUMMARY-INNER); } .xv /* subtotal (excluded) value cell */ { vertical-align: top; white-space: nowrap; background-color: #EFF3F7; border: 1px solid #E1E6EC; padding: var(--GRS-PADDING_DEFAULT); text-align: right; } .il /* inner total (nested) label cell */ { font-weight: bold; vertical-align: top; border: var(--GRS-BORDER); color: var(--GRS-FONT-COLOR); background-color: var(--GRS-SUMMARY-INNER); padding: var(--GRS-PADDING_DEFAULT); } .iv /* inner total (nested) value cell */ { font-weight: bold; vertical-align: top; white-space: nowrap; padding: var(--GRS-PADDING_DEFAULT); text-align: right; background-color: var(--GRS-SUMMARY-INNER); border: var(--GRS-BORDER); } .ol /* outer total (not nested) total label cell */ { font-weight: bold; vertical-align: top; border: var(--GRS-BORDER); padding: var(--GRS-PADDING_DEFAULT); background-color: var(--GRS-SUMMARY-OUTER); color: var(--GRS-FONT-COLOR); } .ov /* outer total (not nested) total value cell */ { font-weight: bold; vertical-align: top; white-space: nowrap; border: var(--GRS-BORDER); padding: var(--GRS-PADDING_DEFAULT); text-align: right; background-color: var(--GRS-SUMMARY-OUTER); } .dm /* drillable member label text */ { color: var(--P1); cursor: pointer; padding: var(--GRS-PADDING_DEFAULT); background-color: var(--W); } .xs /* crosstab spacer */ { vertical-align: top; padding: var(--GRS-PADDING_DEFAULT); background-color: var(--G1); border: var(--GRS-BORDER); } .hs /* crosstab header spacer */ { font-weight: bold; vertical-align: top; border: 1px solid silver; padding: var(--GRS-PADDING_DEFAULT); background-color: #4b4b4b; color: #ffffff; } .hsv /* crosstab header spacer value/fact cell */ { } /* Chart Styles */ /* ------------ */ .ct /* chart title */ { font-size: var(--BODY-S); text-align: center; font-weight: bold; padding: var(--GRS-PADDING_DEFAULT); } .cs, /* chart subtitle */ .cf /* chart footer */ { font-size: var(--BODY-S); text-align: center; } .lx /* chart legend title */ { font-weight: bold; padding: var(--GRS-PADDING_DEFAULT); } .lg /* chart legend */ { text-align: left; padding: var(--GRS-PADDING_DEFAULT); } .at /* chart axis title */ { font-weight: bold; text-align: center; padding: var(--GRS-PADDING_DEFAULT); } .al /* chart axis labels */ { padding: var(--GRS-PADDING_DEFAULT); } .ch /* chart */ { font-size: var(--BODY-S); padding: 8px; } /* Prompt Styles */ /* ----------- */ .pp /* prompt page */ { width: 100%; height: 100%; } .py /* prompt page body */ { height: 100%; vertical-align: top; padding: var(--GRS-PADDING_DEFAULT); } .hp /* prompt page header */ { vertical-align: top; padding: var(--GRS-PADDING_DEFAULT); } .fp /* prompt page footer */ { vertical-align: top; background-color: var(--G1); border: 1px solid var(--G2); padding: var(--GRS-PADDING_DEFAULT); } /* Repeater Styles */ /* --------------- */ .rc /* repeaterTableCell */ { vertical-align: top; } /* Other Styles */ /* ------------ */ .dp /* default container padding */ { padding: var(--GRS-PADDING_DEFAULT); } .hy /* hyperlink */ { color: var(--P1); text-decoration: underline; cursor: pointer; } .bt /* button */ { text-align: center; padding: 0 var(--24M); margin-left: var(--16S); background-color: var(--W); color: var(--P1); font-weight: normal; border: 2px solid var(--P1); min-height: 32px; } .fs /* field set */ { display: inline; text-align: left; } @media print { .np /* no print (do not render element in printable output) */ { display: none; } } .h1 /* heading 1 text */ { font-size: 15pt; font-weight: bold; display: block; } .h2 /* heading 2 text */ { font-size: 14pt; font-weight: bold; display: block; } .h3 /* heading 3 text */ { font-size: 13pt; font-weight: bold; display: block; } .h4 /* heading 4 text */ { font-size: 12pt; font-weight: bold; display: block; } .h5 /* heading 5 text */ { font-size: 11pt; font-weight: bold; display: block; } .h6 /* heading 6 text */ { font-size: 10pt; font-weight: bold; display: block; } .em /* emphasized text */ { font-style: italic; } .stg /* strong text */ { font-weight: bold; } /* Using the language specific font list below can help to workaround the following rendering issues on Browsers: 1. The Japanese Yen and Korean Won sign appears as the "backslash" when they are represented by the code point "U+005C". 2. Browser fails to supply a reasonable fall-back font support based on the font list in the "generic fonts" section. Also, these font lists will be useful for rendering some of the Unified Han ideographs to the form and shape which is typographically preferred by different Asian writing scripts. */ /* For Japanese: .pg, .pp { font-family: 'MS UI Gothic', Tahoma, arial, geneva, helvetica, sans-serif, 'Andale WT J'; } */ /* For Simplified Chinese: .pg, .pp { font-family: SimSun, Tahoma, arial, geneva, helvetica, sans-serif, 'Andale WT'; } */ /* For Traditional Chinese: .pg, .pp { font-family: PMingLiU, Tahoma, arial, geneva, helvetica, sans-serif, 'Andale WT'; } */ /* For Korean: .pg, .pp { font-family: Gulim, Tahoma, arial, geneva, helvetica, sans-serif, 'Andale WT K'; } */ .lt, /* list column title cell */ .lc, /* list column body cell */ .lm, /* list column body measure cell */ .lh, /* list header cell */ .lf, /* list footer cell */ .ih, /* inner header cell */ .if, /* inner footer cell */ .is, /* inner summary cell */ .oh, /* outer header cell */ .of, /* outer footer cell */ .os, /* outer summary cell */ .xm, /* crosstab default measure label cell */ .ml, /* member label cell */ .mv, /* member value cell */ .cl, /* calculated member label cell */ .cv, /* calculated member value cell */ .c2, /* calculated member value cell */ .sl, /* subtotal (items) label cell */ .sv, /* subtotal (items) value cell */ .hl, /* subtotal (more + hidden) label cell */ .hv, /* subtotal (more + hidden) value cell */ .nl, /* subtotal (included) label cell */ .nv, /* subtotal (included) value cell */ .xl, /* subtotal (excluded) label cell */ .xv, /* subtotal (excluded) value cell */ .il, /* inner total (nested) label cell */ .iv, /* inner total (nested) value cell */ .ol, /* outer total (not nested) total label cell */ .ov, /* outer total (not nested) total value cell */ .xs /* crosstab spacer */ { line-break: strict; } .bp, /* prompt button */ .bph /* Prompt button (hover) */ { font-size: var(--BODY-S); font-weight: bold; text-align: center; padding: 0 var(--24M); margin-left: var(--16S); background-color: var(--W); color: var(--P1); border: 2px solid var(--P1); white-space: nowrap; cursor: pointer; line-height: 32px; min-height: 36px; min-width: 64px; overflow: hidden; } .bph /* Prompt button (hover) */ { background-color: var(--P1); color: var(--W); } .bpd /* Prompt button (disabled) */ { color: var(--P1-50); fill: var(--P1-50); border-color: var(--P1-50); cursor: default; } .pa /* Prompt control tree box */ { overflow: auto; border: 1px solid var(--G5); padding: 4px; color: var(--GRS-FONT-COLOR); font-size: var(--BODY-S); white-space: nowrap; } .pcl /* Prompt control clock */ { color: var(--GRS-FONT-COLOR); text-align: center; } .pd, /* Prompt control calendar (day numbers) */ .pdd, /* Prompt control calendar (day numbers, disabled) */ .pds /* Prompt control calendar (day numbers, selected) */ { width: 32px; height: 32px; padding: 0; cursor: pointer; font-size: var(--BODY-S); text-decoration: none; color: var(--GRS-FONT-COLOR); } .pdd /* Prompt control calendar (day numbers, disabled) */ { cursor: default; color: var(--G2); } .pds /* Prompt control calendar (day numbers, selected) */ { font-weight: bold; color: var(--W); background-color: var(--P1); } .pdt /* Prompt control date/time background */ { background-color: #edf3f7; border: 1px solid #81b2d1; margin: 5px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; } .pe /* Prompt control general text */ { /* Inherit the default text color */ } .pi /* Prompt control hint text */ { /* Doesn't appear to be used */ } .pl /* Prompt control hyperlink */ { color: var(--P1); font-weight: normal; white-space: nowrap; } .pm, /* Prompt control calendar (months) */ .pmd, /* Prompt control calendar (months, disabled) */ .pms /* Prompt control calendar (months, selected) */ { height: 24px; padding: 0; cursor: pointer; font-size: var(--BODY-S); text-decoration: none; color: var(--GRS-FONT-COLOR); } .pmd /* Prompt control calendar (months, disabled) */ { color: var(--G2); } .pms /* Prompt control calendar (months, selected) */ { font-weight: bold; color: var(--W); background-color: var(--P1); } .pc, /* Prompt control label text */ .pt, /* Prompt control text box */ .pv, /* Prompt control value box */ .po /* Prompt control options (combo box) */ { color: var(--GRS-FONT-COLOR); } .pw /* Prompt control calendar (day names) */ { width: 32px; height: 32px; padding: 0; font-size: var(--BODY-S); text-decoration: none; color: var(--GRS-FONT-COLOR); background-color: var(--G1); } /* Conditional Styles */ /* --------------- */ .pd_1 /* Excellent */ { background-color: var(--C1); color: var(--W); } .pd_2 /* Very good */ { background-color: var(--W); color: var(--C1); } .pd_3 /* Average */ { background-color: var(--W); color: var(--C1); } .pd_4 /* Below average */ { background-color: var(--W); color: var(--C3); } .pd_5 /* Poor */ { background-color: var(--C3); color: var(--W); }