promptCommon.css 21 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426
  1. @charset "UTF-8";
  2. /*
  3. *+-----------------------------------------------------------------------------------+
  4. *| Licensed Materials - Property of IBM
  5. *| BI and PM: prmt
  6. *| (C) Copyright IBM Corp. 2002, 2015
  7. *|
  8. *| US Government Users Restricted Rights - Use, duplication or
  9. *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  10. *|
  11. *+------------------------------------------------------------------------------------+
  12. */
  13. /*
  14. Prompt Control Styles
  15. This cascading stylesheet provides visual styles for the prompt user interface
  16. controls in IBM Cognos.
  17. */
  18. /* Common Prompt Styles */
  19. .clsPromptComponent
  20. {
  21. /* box type */
  22. display: inline;
  23. vertical-align: top;
  24. /* floating */
  25. clear: none;
  26. }
  27. /* used on block type containers
  28. to allow prompt controls to flow */
  29. .clsDisplayInline
  30. {
  31. display: inline;
  32. }
  33. .clsApplicationTitle
  34. {
  35. font-size: 10.5pt;
  36. color: #000000;
  37. font-weight: bold;
  38. }
  39. .clsDocumentTitle
  40. {
  41. font-size: 10.5pt;
  42. color: #000000;
  43. font-weight: normal;
  44. }
  45. .clsSecondaryTitle
  46. {
  47. font-size: 10.5pt;
  48. color: #336699;
  49. font-weight: bold;
  50. }
  51. .clsMenuTitle
  52. {
  53. font-size: 8pt;
  54. color: #336699;
  55. font-weight: bold;
  56. }
  57. .clsLink
  58. {
  59. font-size: 8pt;
  60. color: #0000CC;
  61. font-weight: normal;
  62. }
  63. span.clsLink
  64. {
  65. cursor: default;
  66. }
  67. .clsHighLevelLink
  68. {
  69. font-size: 10.5pt;
  70. color: #0000CC;
  71. font-weight: normal;
  72. }
  73. .clsReadOnlyText
  74. {
  75. font-size: 8pt;
  76. color: #000000;
  77. font-weight: normal;
  78. }
  79. .clsControlLabel
  80. {
  81. font-size: 8pt;
  82. color: #336699;
  83. font-weight: bold;
  84. }
  85. .clsButtonText
  86. {
  87. font-size: 10.5pt;
  88. color: #000000;
  89. font-weight: normal;
  90. text-decoration: none;
  91. }
  92. .clsFieldSet
  93. {
  94. border:none;
  95. text-align:left;
  96. display:inline;
  97. vertical-align: top;
  98. padding:0px;
  99. }
  100. /*
  101. Do not merge the following class with a previous .clsFieldSet definition.
  102. ( IE will ignore the previous value for display, which we want to use as default. )
  103. */
  104. .clsFieldSet
  105. {
  106. display: -moz-inline-grid;
  107. }
  108. .clsDialogButton
  109. {
  110. height: 22px;
  111. border: 1px solid #999999;
  112. cursor: pointer;
  113. cursor: hand;
  114. }
  115. .clsDialogButton:hover
  116. {
  117. border: 1px solid #336699;
  118. background-color: #E3E9F3;
  119. }
  120. .clsToolbarButton,.clsToolbarButton_hover,.clsToolbarButton_active
  121. {
  122. margin: 3px 0;
  123. padding: 2px;
  124. }
  125. .clsToolbarButton
  126. {
  127. border: 1px solid #cccccc;
  128. background-color: #ffffff;
  129. }
  130. .clsToolbarButton_hover
  131. {
  132. border: 1px solid #336699;
  133. background-color: #E3E9F3;
  134. }
  135. .clsToolbarButton_active
  136. {
  137. border: 1px solid #E3E9F3;
  138. background-color: #cccccc;
  139. }
  140. .clsBottomBar
  141. {
  142. border-top: 1px solid #999999;
  143. margin: 0px;
  144. padding: 0px;
  145. padding-top: 5px;
  146. padding-bottom: 5px;
  147. text-align: right;
  148. }
  149. .clsBtnYearUp, .clsBtnYearDown {
  150. height: 15px;
  151. width: 15px;
  152. }
  153. .clsBtnYearUp {
  154. background-image : url(images/icon_year_up.gif);
  155. }
  156. .clsBtnYearDown {
  157. background-image : url(images/icon_year_down.gif);
  158. }
  159. .clsBtnTimeDown,.clsBtnTimeUp {
  160. width: 15px;
  161. height: 7px;
  162. }
  163. .clsBtnTimeDown {
  164. background-image : url(images/icon_time_down.gif);
  165. }
  166. .clsBtnTimeUp {
  167. background-image : url(images/icon_time_up.gif);
  168. }
  169. .clsInsertRemoveButton
  170. {
  171. color: #000000;
  172. text-decoration : none;
  173. text-align: center;
  174. padding:2px;
  175. width: 100%;
  176. overflow: visible;
  177. background-color: #FFFFFF;
  178. border: solid 1px #989898;
  179. white-space: nowrap;
  180. }
  181. .clsInsertRemoveButton[disabled]
  182. {
  183. color: #777777;
  184. text-decoration : none;
  185. text-align: center;
  186. padding:2px;
  187. width: 100%;
  188. overflow: visible;
  189. background-color: #FFFFFF;
  190. border: solid 1px #CCCCCC;
  191. white-space: nowrap;
  192. }
  193. .clsInsertRemoveButtonOver
  194. {
  195. color: #000000;
  196. background-color: #E3E9F3;
  197. text-decoration : none;
  198. text-align: center;
  199. padding:2px;
  200. width: 100%;
  201. overflow: visible;
  202. border: solid 1px #999999;
  203. white-space: nowrap;
  204. }
  205. .clsInsertRemoveTable {
  206. width: 90px;
  207. min-width: 90px;
  208. }
  209. /* fix width for standard browsers, allow to stretch, so long custom labels are not truncated */
  210. html>body .clsInsertRemoveButton, html>body .clsInsertRemoveButton[disabled], html>body .clsInsertRemoveButtonOver
  211. {
  212. width: auto;
  213. min-width: 90px;
  214. }
  215. .clsChoicesHeader
  216. {
  217. color: #336699;
  218. font-size: 10pt;
  219. }
  220. .clsChoicesListbox
  221. {
  222. margin-top:0px;
  223. }
  224. .clsFeedbackWidget
  225. {
  226. margin-top:0px;
  227. margin-bottom:0px;
  228. border-width: 0px;
  229. border-top-style: solid;
  230. border-color: #FFFFFF;
  231. border-top-color: none;
  232. padding-top:2px;
  233. }
  234. .clsFeedbackWidgetParseError
  235. {
  236. margin-top:0px;
  237. margin-bottom:0px;
  238. border-width: 2px;
  239. border-top-color: #FF6600;
  240. border-top-style: dashed;
  241. padding-top:0px;
  242. }
  243. .clsFeedbackWidgetParseErrorArrowLeft
  244. {
  245. margin: 0px;
  246. border-width: 2px;
  247. border-top-color: #FF6600;
  248. border-top-style: dashed;
  249. padding-top: 0px;
  250. }
  251. .clsFeedbackSpacer
  252. {
  253. width: 100%;
  254. min-width: 200px;
  255. }
  256. /* textBox Control */
  257. .clsTextWidget
  258. {
  259. }
  260. .clsTextWidgetParseError
  261. {
  262. border-bottom-width: 2px;
  263. border-bottom-color: #FF6600;
  264. border-bottom-style: dashed;
  265. }
  266. /* selectValue control: Radio Button, Check Box Styles */
  267. .clsCheckBoxList, .clsRadioGroupList
  268. {
  269. overflow: auto;
  270. border: 2px inset ThreeDHighlight;
  271. -moz-border-right-colors: ThreeDLightShadow ThreeDHighlight;
  272. -moz-border-bottom-colors: ThreeDLightShadow ThreeDHighlight;
  273. border-right-color: ThreeDLightShadow;
  274. border-bottom-color: ThreeDLightShadow;
  275. padding-left:5px;
  276. padding-right:10px;
  277. padding-bottom:2px;
  278. margin: 0px;
  279. width: 200px;
  280. cursor: default;
  281. max-height: 165px;
  282. /* the following is done for IE which does not support max-height */
  283. height: expression(offsetHeight > 165 ? "165px" : offsetHeight + "px");
  284. }
  285. .clsAlignRight
  286. {
  287. text-align:right;
  288. }
  289. /* selectValue control: Drop Down, List Styles */
  290. .clsListControl, .clsSelectControl
  291. {
  292. width: 200px;
  293. }
  294. .clsSelectControl option
  295. {
  296. white-space: pre;
  297. }
  298. .clsCheckBoxRow, .clsCheckBox
  299. {
  300. font-size: 8pt;
  301. color: #000000;
  302. white-space: nowrap;
  303. }
  304. /* checkbox 3-state, using classnames that match dojo */
  305. .clsPromptComponent .dijitCheckBox,.clsPromptComponent .dijitRadio,.clsPromptComponent .dijitCheckBoxInput {
  306. margin: 0 2px 0 0;
  307. padding: 0;
  308. border: 0;
  309. width: 16px;
  310. height: 16px;
  311. background-position:center center;
  312. background-repeat:no-repeat;
  313. overflow: hidden;
  314. vertical-align: middle;
  315. }
  316. .clsPromptComponent .dijitCheckBox INPUT,.clsPromptComponent .dijitRadio INPUT {
  317. margin: 0;
  318. padding: 0;
  319. }
  320. /* checkboxes CC & BUX, radio BUX */
  321. .clsPromptComponent .dijitCheckBoxInput {
  322. opacity : 0.01;
  323. filter: alpha(opacity=0);
  324. }
  325. /* just for radio button in CC */
  326. .clsPromptComponent .dijitRadio .dijitCheckBoxInput {
  327. opacity : 1;
  328. filter: none;
  329. }
  330. /* prompt high contrast */
  331. .clsPrompt_a11y .dijitCheckBox,.clsPrompt_a11y .dijitRadio {
  332. width: auto !important;
  333. height: auto !important;
  334. margin-left:2px;
  335. }
  336. .clsPrompt_a11y .dijitCheckBoxInput {
  337. margin: 0;
  338. opacity : 1;
  339. filter: none;
  340. width: auto;
  341. height: auto;
  342. }
  343. .clsPromptComponent .dijitCheckBox {
  344. background-image : url(images/checkbox_unchecked.gif);
  345. }
  346. .clsPromptComponent .dijitCheckBoxChecked {
  347. background-image : url(images/checkbox_checked.gif);
  348. }
  349. .clsPromptComponent .dijitCheckBoxMixed {
  350. background-image : url(images/checkbox_mixed.gif);
  351. }
  352. .clsCheckBoxRow input
  353. {
  354. vertical-align: middle;
  355. }
  356. /*
  357. In Firefox, it looks better with 'bottom'.
  358. We are using a selector that IE do not understand to make it specific to Firefox.
  359. */
  360. .clsCheckBoxRow> input
  361. {
  362. vertical-align: bottom;
  363. }
  364. .clsPromptComponent .dijitInline {
  365. display: inline;
  366. }
  367. .icdUI .clsPromptComponent .dijitInline {
  368. display: inline-block;
  369. }
  370. /* select date styles */
  371. .clsSelectDateCalendar
  372. {
  373. border: 1px solid #999999;
  374. color: #000000;
  375. padding: 3px;
  376. margin-right: 5px;
  377. text-align: center;
  378. vertical-align:top;
  379. background-color: #FFFFFF;
  380. height: 240px;
  381. overflow: visible;
  382. width: 200px;
  383. }
  384. .clsSelectDateCalendarDialog
  385. {
  386. border: 1px solid #999999;
  387. background-color: #FFFFFF;
  388. color: #000000;
  389. padding: 3px;
  390. text-align: center;
  391. vertical-align:top;
  392. overflow: visible;
  393. width:200px;
  394. }
  395. .clsSelectDateDialogTopTable
  396. {
  397. border-collapse: separate;
  398. }
  399. .clsSelectDateYears
  400. {
  401. text-align: center;
  402. background-color: #336699;
  403. color: #FFFFFF;
  404. font-weight: bold;
  405. }
  406. .clsSelectDateMonths
  407. {
  408. color: #336699;
  409. font-size: 8pt;
  410. text-decoration: underline;
  411. margin-top: 3px;
  412. text-align: center;
  413. vertical-align: bottom;
  414. cursor: pointer;
  415. font-weight: normal;
  416. }
  417. .clsSelectDateMonthsSelected
  418. {
  419. background-color: #E3E9F3;
  420. color: #336699;
  421. font-size: 8pt;
  422. text-decoration: underline;
  423. margin-top: 3px;
  424. text-align: center;
  425. vertical-align: bottom;
  426. cursor: pointer;
  427. font-weight: bold;
  428. }
  429. .clsSelectDateMonthsDisabled
  430. {
  431. color: #000000;
  432. font-size: 8pt;
  433. text-decoration: none;
  434. margin-top: 3px;
  435. text-align: center;
  436. vertical-align: bottom;
  437. cursor: default;
  438. font-weight: normal;
  439. }
  440. .clsSelectDateDaysOfWeek
  441. {
  442. background-color: #E7E7E7;
  443. font-size: 9pt;
  444. padding: 3px;
  445. color: #000000;
  446. text-decoration: none;
  447. text-align: center;
  448. white-space:nowrap;
  449. }
  450. .clsSelectDateDays
  451. {
  452. color: #336699;
  453. text-decoration: underline;
  454. text-align: center;
  455. font-size: 10pt;
  456. padding: 3px;
  457. cursor: pointer;
  458. cursor: hand;
  459. font-weight: normal;
  460. background-color: #FFFFFF;
  461. }
  462. .clsSelectDateDaysSelected
  463. {
  464. color: #336699;
  465. text-decoration: none;
  466. text-align: center;
  467. font-size: 10pt;
  468. padding: 3px;
  469. cursor: pointer;
  470. cursor: hand;
  471. font-weight: bold;
  472. background-color: #E3E9F3;
  473. }
  474. .clsSelectDateDaysDisabled
  475. {
  476. color: #000000;
  477. text-decoration: none;
  478. text-align: center;
  479. font-size: 10pt;
  480. padding: 3px;
  481. cursor: default;
  482. font-weight: normal;
  483. background-color: #FFFFFF;
  484. }
  485. .clsSelectDateEditBox
  486. {
  487. padding:0px;
  488. padding-left: 5px;
  489. margin-top: 0px;
  490. margin-left: 2px;
  491. margin-right: 5px;
  492. width: auto;
  493. min-width: 140px;
  494. }
  495. .clsSelectDateEditBoxParseError
  496. {
  497. padding:0px;
  498. padding-left: 5px;
  499. margin-top: 0px;
  500. margin-left: 2px;
  501. margin-right: 5px;
  502. border-bottom-color: #FF6600;
  503. border-bottom-style: dashed;
  504. width: auto;
  505. min-width: 140px;
  506. }
  507. .clsSelectDateYearEditBox
  508. {
  509. text-align: center;
  510. font-weight: bold;
  511. }
  512. .clsSelectDateYearEditBoxParseError
  513. {
  514. text-align: center;
  515. border-bottom-color: #FF6600;
  516. border-bottom-style: dashed;
  517. font-weight: bold;
  518. }
  519. /* selectTime control */
  520. .clsSelectTimeEditBox, .clsSelectTimeEditBoxRTL
  521. {
  522. border: 2px inset threedhighlight;
  523. margin:0px;
  524. padding:0px;
  525. overflow: visible;
  526. overflow-x:visible;
  527. background-color:#FFFFFF;
  528. width: auto;
  529. min-width: 150px;
  530. }
  531. .clsSelectTimeEditBox
  532. {
  533. margin-right: 5px;
  534. }
  535. /* selectTime control RTL */
  536. .clsSelectTimeEditBoxRTL
  537. {
  538. margin-left: 5px;
  539. }
  540. /* selectTime control with Milliseconds */
  541. .clsSelectTimeEditBoxExtend, .clsSelectTimeEditBoxExtendRTL
  542. {
  543. border: 2px inset threedhighlight;
  544. margin:0px;
  545. padding:0px;
  546. overflow: visible;
  547. overflow-x:visible;
  548. background-color:#FFFFFF;
  549. width:195px;
  550. }
  551. .clsSelectTimeEditBoxExtend
  552. {
  553. margin-right: 5px;
  554. }
  555. /* selectTime control RTL with Milliseconds */
  556. .clsSelectTimeEditBoxExtendRTL
  557. {
  558. margin-left: 5px;
  559. }
  560. .clsSelectTime
  561. {
  562. margin-left: 2px;
  563. top:0px;
  564. left:0px;
  565. }
  566. .clsClockPosition
  567. {
  568. }
  569. .clsSelectTimeControl, .clsSelectTimeControlParseError
  570. {
  571. text-align:center;
  572. padding:0px;
  573. margin:0px;
  574. border:none;
  575. border-bottom-width: 2px;
  576. width:2em;
  577. }
  578. .clsSelectTimeControl
  579. {
  580. border-bottom-color: #FFFFFF;
  581. border-bottom-style: solid;
  582. }
  583. .clsSelectTimeControlParseError
  584. {
  585. border-bottom-color: #FF6600;
  586. border-bottom-style: dashed;
  587. }
  588. .clsColon
  589. {
  590. vertical-align:absmiddle;
  591. background-color: #ffffff;
  592. margin:0px;
  593. border:0px;
  594. padding:0px;
  595. }
  596. .clsClock
  597. {
  598. margin:0px;
  599. height: 200px;
  600. width: 140px;
  601. background-color: #ffffff;
  602. position:relative;
  603. }
  604. .clsClockBlock
  605. {
  606. border: solid 1px #999999;
  607. background-color: #ffffff;
  608. margin-bottom:10px;
  609. width: 100%;
  610. text-align: center;
  611. position:relative;
  612. }
  613. .clsClockDigits
  614. {
  615. position:absolute;
  616. top:0px;
  617. left:0px;
  618. font-size:10px;
  619. color:#000000;
  620. text-align:center;
  621. }
  622. .clsClockDisabled, .clsDisabled
  623. {
  624. filter: alpha(opacity=75);
  625. -moz-opacity: 0.70;
  626. }
  627. *>.clsDisabled
  628. {
  629. height: auto;
  630. }
  631. .clsDisabled
  632. {
  633. cursor: default;
  634. }
  635. /* minutes */
  636. .clsMinuteHand
  637. {
  638. position:absolute;
  639. width:2px;
  640. height:2px;
  641. font-size:2px;
  642. background: #000000;
  643. }
  644. /* hours */
  645. .clsHourHand
  646. {
  647. position:absolute;
  648. width:2px;
  649. height:2px;
  650. font-size:2px;
  651. background: #000000;
  652. }
  653. /* seconds */
  654. .clsSecondHand
  655. {
  656. position:absolute;
  657. width:2px;
  658. height:2px;
  659. font-size:2px;
  660. background: #336699;
  661. }
  662. .clsDivClock
  663. {
  664. position:absolute;
  665. top:0px;
  666. left:0px
  667. }
  668. .clsDivRelative
  669. {
  670. position:relative;
  671. }
  672. /* selectDateTime control */
  673. .clsBoundingBox
  674. {
  675. background-color:#E7E7E7;
  676. margin:5px;
  677. }
  678. /* interval control styles */
  679. .clsIntervalWidget
  680. {
  681. margin-top: 5px;
  682. margin-left: 0px;
  683. margin-right: 3px;
  684. }
  685. .clsIntervalWidgetParseError
  686. {
  687. margin-top: 5px;
  688. margin-left: 0px;
  689. margin-right: 3px;
  690. border-bottom-color: #FF6600;
  691. border-bottom-style: dashed;
  692. }
  693. /* selectWithSearch Prompt control styles */
  694. .clsSwsEditBox
  695. {
  696. margin-right: 5px;
  697. }
  698. .clsSwsSearchButton
  699. {
  700. padding:2px;
  701. margin-left: 5px;
  702. margin-right: 5px;
  703. color: #000000;
  704. }
  705. .clsSwsOptions
  706. {
  707. margin-top: 5px;
  708. color: #000000;
  709. font-size: 10pt;
  710. }
  711. .clsSwsResultsHeader, .clsSwsChoicesHeader
  712. {
  713. color: #336699;
  714. font-size: 10pt;
  715. }
  716. .clsSwsResultsListbox
  717. {
  718. margin-top:0px;
  719. margin-left:5px;
  720. margin-right:5px;
  721. margin-bottom:5px;
  722. }
  723. .clsSwsChoicesListbox
  724. {
  725. margin-top:0px;
  726. margin-left:5px;
  727. margin-right:5px;
  728. margin-bottom:5px;
  729. }
  730. .clsOptions
  731. {
  732. cursor: pointer;
  733. cursor: hand;
  734. vertical-align:bottom;
  735. width:240px;
  736. padding: 0px;
  737. }
  738. .clsSearchOptionsExpand, .clsSearchOptionsCollapse {
  739. height:10px;
  740. width:10px;
  741. }
  742. .clsSearchOptionsExpand {
  743. background-image : url(images/prompt_option_expand.gif);
  744. }
  745. .clsSearchOptionsCollapse {
  746. background-image : url(images/prompt_option_collapse.gif);
  747. }
  748. /* Default Prompt Page Dialog Styles */
  749. .clsDialogTitle
  750. {
  751. font-size: 10.5pt;
  752. font-weight: bold;
  753. color: #336699;
  754. }
  755. .clsDialogHeaderBorder
  756. {
  757. background-color: #336699;
  758. }
  759. .clsDialogIntroduction
  760. {
  761. font-size: 8pt;
  762. color: #336699;
  763. }
  764. .clsDialogSeperator
  765. {
  766. background-color: #999999;
  767. }
  768. .clsDialogFooterButtons
  769. {
  770. background-color: #999999;
  771. }
  772. .clsFormLabel
  773. {
  774. font-size: 8pt;
  775. font-weight: bold;
  776. color: #336699;
  777. }
  778. .clsButton
  779. {
  780. font-size: 8pt;
  781. color: #000000;
  782. text-decoration : none;
  783. cursor: pointer;
  784. cursor:hand;
  785. width: 100%;
  786. height: 18px;
  787. padding-top : 2px;
  788. }
  789. .clsButtonLeftRightPadding
  790. {
  791. padding-left: 10px;
  792. padding-right: 10px;
  793. }
  794. .clsButton:hover
  795. {
  796. background-color: #E3E9F3;
  797. }
  798. /* prompt button styles */
  799. .clsPromptButton, .clsPromptButtonOver, .clsPromptButton[disabled]
  800. {
  801. font-size: 10.5pt;
  802. text-decoration : none;
  803. text-align: center;
  804. width: auto;
  805. height:26px;
  806. padding-top: 2px;
  807. padding-bottom: 2px;
  808. margin-right: 7px;
  809. white-space:nowrap;
  810. }
  811. .clsPromptButton
  812. {
  813. color: #000000;
  814. background-color: #FFFFFF;
  815. border: solid 1px #989898;
  816. cursor: pointer;
  817. }
  818. .clsPromptButtonOver
  819. {
  820. color: #000000;
  821. background-color: #E3E9F3;
  822. border: solid 1px #999999;
  823. cursor: pointer;
  824. }
  825. .clsPromptButton[disabled]
  826. {
  827. color: #777777;
  828. background-color: #FFFFFF;
  829. border: solid 1px #CCCCCC;
  830. cursor: not-allowed;
  831. }
  832. /* styles for the table look, used with pager controls */
  833. .clsTableHeader
  834. {
  835. background-color: #E7E7E7;
  836. }
  837. .clsTableLink
  838. {
  839. font-size: 8pt;
  840. color: #336699;
  841. text-decoration : underline;
  842. }
  843. .clsTableText
  844. {
  845. font-size: 8pt;
  846. color: #336699;
  847. }
  848. .clsTableItemCount
  849. {
  850. font-size: 8pt;
  851. font-weight: normal;
  852. color: #000000;
  853. }
  854. .clsTableSortTitle
  855. {
  856. text-decoration : none;
  857. font-weight: bold;
  858. color: #336699;
  859. }
  860. .clsTableTitle
  861. {
  862. font-size: 8pt;
  863. font-weight: bold;
  864. color: #336699;
  865. }
  866. .clsTableOutline
  867. {
  868. background-color: #000000;
  869. }
  870. .clsTableBody
  871. {
  872. background-color: #ffffff;
  873. }
  874. .clsTableOutlineIE
  875. {
  876. border : 1px solid;
  877. border-color : #000000 #999999 #999999 #000000;
  878. }
  879. .clsTableOutline1
  880. {
  881. background-color: #000000;
  882. }
  883. .clsTableOutline2
  884. {
  885. background-color: #999999;
  886. }
  887. .clsTableOutline3
  888. {
  889. background-color: #999999;
  890. }
  891. /* Tree Prompt Styles*/
  892. .clsTreePane
  893. {
  894. height: 400px;
  895. width: 300px;
  896. overflow: auto;
  897. border:solid #000000 1px;
  898. padding:5px;
  899. }
  900. .clsTreeNode_unselected
  901. {
  902. cursor: pointer;
  903. cursor: hand;
  904. margin: 0px;
  905. padding: 0px;
  906. background-color: #FFFFFF;
  907. color: #000000;
  908. vertical-align: middle;
  909. border: 0 none;
  910. }
  911. .clsTreeNode_partial
  912. {
  913. cursor: pointer;
  914. cursor: hand;
  915. background-color: #E3E9F3;
  916. margin: 0px;
  917. padding: 0px;
  918. color: #000000;
  919. vertical-align: middle;
  920. }
  921. .clsTreeNode_selected
  922. {
  923. cursor: pointer;
  924. cursor: hand;
  925. margin: 0px;
  926. padding: 0px;
  927. background-color: #000000;
  928. color: #ffffff;
  929. vertical-align: middle;
  930. }
  931. .clsTreeNode_hover
  932. {
  933. cursor: pointer;
  934. cursor: hand;
  935. margin: 0px;
  936. padding: 0px;
  937. color: #000000;
  938. background-color: #bec8dc;
  939. vertical-align: middle;
  940. }
  941. .clsPrompt_a11y .clsTreeNode_hover {
  942. border-style: dotted;
  943. border-width: thin;
  944. }
  945. .clsTreeLevel
  946. {
  947. margin:0px;
  948. padding:0px;
  949. vertical-align: middle;
  950. }
  951. .clsPrompt_a11y .clsTreeLevel {
  952. margin:2px;
  953. }
  954. .clsTreeLabel
  955. {
  956. cursor: pointer;
  957. cursor: hand;
  958. }
  959. .clsTreeLineIcon
  960. {
  961. width:19px;
  962. height:20px;
  963. vertical-align: middle;
  964. background-position: center;
  965. background-repeat: no-repeat;
  966. background-image : url(images/icon_tree_I.gif);
  967. }
  968. .clsTreeLineIconSpace
  969. {
  970. background-image : none;
  971. }
  972. img, span
  973. {
  974. margin:0px;
  975. padding:0px;
  976. }
  977. .clsTreeText
  978. {
  979. padding: 0px 1px 0px 3px;
  980. font-size: 8pt;
  981. vertical-align: middle;
  982. }
  983. .noLink
  984. {
  985. text-decoration: none;
  986. color: #000000;
  987. font-weight: normal;
  988. }
  989. SPAN.clsTreeNode_selected A.noLink
  990. {
  991. color: #FFFFFF;
  992. }
  993. .clsErrorRequired
  994. {
  995. margin-right: 2px;
  996. }
  997. /* tree toggle */
  998. .clsPromptComponent .dijitTreeExpando {
  999. width:19px;
  1000. height:20px;
  1001. cursor: pointer;
  1002. vertical-align: middle;
  1003. }
  1004. .clsPrompt_a11y .dijitTreeExpando {
  1005. display: none !important;
  1006. }
  1007. .clsPromptComponent .dijitTreeExpandoClosed {
  1008. background-image:url(images/icon_tree_Lplus.gif);
  1009. }
  1010. .clsPromptComponent .dijitTreeExpandoOpened {
  1011. background-image:url(images/icon_tree_Lminus.gif);
  1012. }
  1013. .clsPromptComponent .dijitTreeExpandoClosedRTL {
  1014. background-image:url(images/icon_tree_Lplus_rtl.gif);
  1015. }
  1016. .clsPromptComponent .dijitTreeExpandoOpenedRTL {
  1017. background-image:url(images/icon_tree_Lminus_rtl.gif);
  1018. }
  1019. .clsPromptComponent .dijitTreeExpandoNone {
  1020. width:16px;
  1021. height:16px;
  1022. background-image:url(images/spacer.png);
  1023. }
  1024. .clsPromptComponent .dijitExpandoText {
  1025. display: none;
  1026. }
  1027. .clsPrompt_a11y .dijitExpandoText {
  1028. border-style: solid;
  1029. border-width: thin;
  1030. cursor: pointer;
  1031. display: inline;
  1032. font-family: monospace;
  1033. padding-left: 5px;
  1034. padding-right: 5px;
  1035. }
  1036. /* Color Picker Styles */
  1037. .clsCPCell
  1038. {
  1039. border:1px solid #CCCCCC;
  1040. width:15px;
  1041. height:15px;
  1042. text-align: center;
  1043. cursor: pointer;
  1044. cursor: hand;
  1045. }
  1046. .clsCPCell_hover
  1047. {
  1048. border:1px solid #336699;
  1049. width:15px;
  1050. height:15px;
  1051. text-align: center;
  1052. cursor: pointer;
  1053. cursor: hand;
  1054. }
  1055. .clsCPCell_active
  1056. {
  1057. border:1px solid #336699;
  1058. width:15px;
  1059. height:15px;
  1060. text-align: center;
  1061. }
  1062. .clsCPCellLabel
  1063. {
  1064. padding-left: 10px;
  1065. padding-right:40px;
  1066. padding-top: 5px;
  1067. padding-bottom: 5px;
  1068. }
  1069. .clsCPCustomTB
  1070. {
  1071. padding-left: 5px;
  1072. padding-right:5px;
  1073. }
  1074. .clsCPPreview
  1075. {
  1076. height:177px;
  1077. width:240px;
  1078. background-color : #E7E7E7;
  1079. border : 1px solid;
  1080. border-color : #cccccc;
  1081. }
  1082. .clsCPPreviewSwatch
  1083. {
  1084. height:110px;
  1085. width:145px;
  1086. cursor: pointer;
  1087. cursor: hand;
  1088. }
  1089. .clsCPButton
  1090. {
  1091. height:22px;
  1092. width:29px;
  1093. background-color: #ffffff;
  1094. border : 1px solid #ffffff;
  1095. margin-right:3px;
  1096. cursor: pointer;
  1097. cursor: hand;
  1098. }
  1099. .clsCPButtonOver
  1100. {
  1101. height:22px;
  1102. width:29px;
  1103. background-color: #E3E9F3;
  1104. border: 1px solid #336699;
  1105. margin-right:3px;
  1106. cursor: pointer;
  1107. cursor: hand;
  1108. }
  1109. .clsCPLink
  1110. {
  1111. text-decoration:underline;
  1112. font-size: 8pt;
  1113. color: #336699;
  1114. cursor: pointer;
  1115. cursor: hand;
  1116. }
  1117. .clsCPMenuContainer
  1118. {
  1119. background-color: #ffffff;
  1120. border: 1px solid #336699;
  1121. }
  1122. .clsCPCaptionBar
  1123. {
  1124. padding: 3px;
  1125. background-color:#E3E9F3;
  1126. }
  1127. .clsCPPalette
  1128. {
  1129. padding: 3px;
  1130. }
  1131. .clsCPItem
  1132. {
  1133. border: 1px solid #FFFFFF;
  1134. padding: 1px;
  1135. }
  1136. .clsCPItem_hover
  1137. {
  1138. border: 1px solid #336699;
  1139. background-color: #bec8dc;
  1140. padding: 1px;
  1141. }
  1142. .clsCPItem_active
  1143. {
  1144. border: 1px solid #336699;
  1145. background-color: #E3E9F3;
  1146. padding: 1px;
  1147. }
  1148. /* Alignment Picker Styles */
  1149. .clsAPButtonNormal
  1150. {
  1151. border : 1px solid #cccccc;
  1152. background-color: #ffffff;
  1153. padding: 2px;
  1154. }
  1155. .clsAPButtonOver
  1156. {
  1157. border : 1px solid #cccccc;
  1158. background-color: #bec8dc;
  1159. cursor: pointer;
  1160. cursor: hand;
  1161. padding: 2px;
  1162. }
  1163. .clsAPButtonPressed
  1164. {
  1165. border : 1px solid #336699;
  1166. background-color: #E3E9F3;
  1167. padding: 2px;
  1168. }
  1169. .clsAPButtonOverPressed
  1170. {
  1171. border : 1px solid #336699;
  1172. background-color: #E3E9F3;
  1173. padding: 2px;
  1174. }
  1175. .clsAPContainer
  1176. {
  1177. background-color: #ffffff;
  1178. border: 1px solid #336699;
  1179. }
  1180. .clsParentDetail
  1181. {
  1182. display: none;
  1183. }
  1184. /* expand/collapse icons */
  1185. .clsExpandCollapseHover
  1186. {
  1187. cursor: pointer;
  1188. cursor: hand;
  1189. }
  1190. .clsPromptDialog
  1191. {
  1192. border: 1px solid black;
  1193. background-color: #ffffff;
  1194. position: absolute;
  1195. padding: 2px;
  1196. top: 10%;
  1197. left: 10%;
  1198. width: 80%;
  1199. height: 80%;
  1200. z-index: 50;
  1201. }
  1202. /*
  1203. The following classes are required to fix Firefox's issues with display:inline on block elements.
  1204. */
  1205. .clsPromptComponent, .clsDisplayInline, .clsFieldSet
  1206. {
  1207. display: -moz-inline-grid;
  1208. }
  1209. *>.clsPromptComponent
  1210. {
  1211. /* ff3 supported feature(CSS 2.0) This value(inisde-table) map to formatting objects that are like tables on the inside, but participate in inline layout.*/
  1212. display: inline-table;
  1213. }
  1214. .clsPromptComponent[pt="btn"]
  1215. {
  1216. display: -moz-inline-box;
  1217. width: auto;
  1218. }
  1219. /*
  1220. In Firefox the tree view the icon and text are not aligned correctly.The following class is required to fix Firefox's issues with align:middle issue in tree.
  1221. */
  1222. .clsTextIconAlignFix
  1223. {
  1224. vertical-align:middle;
  1225. }
  1226. .clsHTML5Input
  1227. {
  1228. width:auto;
  1229. }