<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
  	Licensed Materials  - Property of IBM
	IBM Cognos Products: rs
 	(C) Copyright IBM Corp. 2003, 2019
  	US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*/

[isPromptControl] .clsCCHLBoundingBox
{
	background-color: #EAEAEA;
}

[isPromptControl] .clsCCHLSelectDateCalendarDialog
{
	font-family: 'Arial Unicode MS', 'Andale WT', Tahoma, Arial, 'MS UI Gothic', Gulim, SimSun, PMingLiU, Raghu8, sans-serif;
}

[isPromptControl] .clsCCHLSelectDateCalendarDialog TABLE.clsCCHLSelectDateDialogTopTable,
[isPromptControl] .clsCCHLSelectDateCalendarDialog TABLE.clsWeekDaySection,
[isPromptControl] .clsCCHLSelectDateCalendarDialog TABLE.clsMonthSection
{
	table-layout: auto;
}

[isPromptControl] .clsSelectWithSearch
{
	min-width: 200px;
}

[isPromptControl].clsPromptComponent tr[prole="label"],
[isPromptControl].clsPromptComponent tr[prole="input"]
{
	height: 20px;
}

[isPromptControl].clsPromptComponent div &gt; button,
[isPromptControl] .clsPromptComponent div &gt; button
{
	margin: 0;
}

[isPromptControl] INPUT.clsTextBox
{
	border: 1px solid #999999;
	background-color: white;
	color: #222222;
	height: 22px !important;
	padding-left: 1px;
	padding-right: 0;
}
[isPromptControl] TEXTAREA.clsTextBox
{
	border: 1px solid #999999;
	background-color: white;
	color: #222222;
	padding-left: 1px;
	padding-right: 0;
}
[isPromptControl] INPUT.clsTextBox.clsCCHLSelectDateYearEditBox
{
	font-size: 13px;
}
[isPromptControl] INPUT.clsTextBox.clsCCHLSelectDateYearEditBox,
[isPromptControl][specname="selectDateTime"],
[isPromptControl] .clsListView,
[isPromptControl] .clsDialogText,
[isPromptControl] INPUT,
[isPromptControl] .clsHyperlink
{
    font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, "MS UI Gothic", Gulim, SimSun, PMingLiU, Raghu8, "Arial Unicode MS", "Andale WT", sans-serif;
}

[isPromptControl] INPUT,
[isPromptControl] .clsHyperlink
{
	font-size: 14px;
}

[isPromptControl] DIV.clsListViewReportView
{
	line-height: normal;
}
[isPromptControl] DIV.clsListViewReportView .clsListItem
{
	cursor: default;
	border-left-width: 0;
	padding-left: 0;
}
[isPromptControl] DIV.clsListViewReportView .clsListItem_selected
{
	background-color: #ddf2f9;
}
[isPromptControl] DIV.clsListViewReportView .clsListItem_hover
{
	background-color: #cce8f2;
}
[isPromptControl] DIV.clsListViewRadioView .clsListItem
{
	margin-bottom: 0;
}
[isPromptControl] DIV.clsListViewRadioView &gt; DIV.clsListItem &gt; SPAN.clsListItemLabel
{
	margin-left: 0 !important;
	padding-left: 2px !important;
}

[isPromptControl] DIV.clsListViewCheckboxView DIV.clsListItem
{
	margin-bottom: 0;
}

[isPromptControl] DIV.clsListViewCheckboxView[style*="direction:rtl"] IMG.clsListViewCheckboxImg
{
	margin-left: 2px !important;
}

[isPromptControl] DIV.clsListViewCheckboxView IMG.clsListViewCheckboxImg
{
	margin-right: 2px !important;
}

[isPromptControl] .clsCCHLClockDigits
{
	font-size: 10px;
	color: black;
}

[isPromptControl] .clsHyperlink
{
	color: #1F57A4;
	text-decoration: underline;
}

[isPromptControl] .clsLabel,
[isPromptControl] .clsLabelSequence
{
	font-size: inherit;
	padding-bottom: 0;
}

[isPromptControl] LABEL.clsRadioButton,
[isPromptControl] LABEL.clsCheckbox
{
	font-size: inherit;
	padding-left: 0;
	margin-top: 0;
}
[isPromptControl] LABEL.clsRadioButton &gt; INPUT,
[isPromptControl] LABEL.clsCheckbox &gt; INPUT
{
	display: inline-block;
	position: static;
	opacity: 1.0;
	height: auto;
	width: auto;
}
[isPromptControl] LABEL.clsRadioButton &gt; SPAN:before,
[isPromptControl] LABEL.clsRadioButton &gt; SPAN:after,
[isPromptControl] LABEL.clsCheckbox &gt; SPAN:before,
[isPromptControl] LABEL.clsCheckbox &gt; SPAN:after
{
	display: none !important;
}

[isPromptControl] TD.clsCCHLDatePickerButton
{
	width: 32px;
	padding-left: 5px;
}
[isPromptControl] IMG.clsCCHLDatePickerButton
{
	width: 25px;
	height: 20px;
}
[isPromptControl] IMG.clsCCHLDatePickerButton:hover
{
	outline: 1px solid #336699;
	background-color: #e3e9f3;
}

BUTTON.clsSelectWithSearchSearchButton
{
	background-color: #1F57A4;
}

BUTTON.clsSelectWithSearchSearchButton,
INPUT.clsSelectWithSearchSearchText,
.clsPromptSelectWithSearch .clsAdorment
{
	border-color: #1F57A4;
}

LABEL.clsSelectWithSearchSelectAllLabel
{
	color: #1F57A4;
}

.clsSpinnerText
{
	color: #C0BFC0;
}
.clsSpinnerValue
{
	border-top-color: #595859;
	border-bottom-color: #595859;
}
.clsSpinnerButtonUp::after
{
	border-top-color: #1F57A4;
	border-left-color: #1F57A4;
}
.clsSpinnerButtonDown::after
{
	border-bottom-color: #1F57A4;
	border-right-color: #1F57A4;
}
</pre></body></html>