bux.css 18 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043
  1. /*
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: Viewer
  4. (C) Copyright IBM Corp. 2001, 2013
  5. US Government Users Restricted Rights - Use, duplication or
  6. disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. */
  8. /*BUX Toolbar Styles*/
  9. .editContent
  10. {
  11. background-position:-272px;
  12. }
  13. .refresh
  14. {
  15. background-position:-592px;
  16. }
  17. .printAsPDF
  18. {
  19. background-position:-528px;
  20. }
  21. .pdf
  22. {
  23. background-position:-352px;
  24. }
  25. .excel2007
  26. {
  27. background-position:-320px;
  28. }
  29. .excel2002
  30. {
  31. background-position:-304px;
  32. }
  33. .excelSingleSheet
  34. {
  35. background-position:-336px;
  36. }
  37. .csv
  38. {
  39. background-position:-288px;
  40. }
  41. .xml
  42. {
  43. background-position:-368px;
  44. }
  45. .drillDown
  46. {
  47. background-position:-160px;
  48. }
  49. .drillDownDisabled
  50. {
  51. background-position:-176px;
  52. }
  53. .drillUp
  54. {
  55. background-position:-224px;
  56. }
  57. .drillUpDisabled
  58. {
  59. background-position:-240px;
  60. }
  61. .filter
  62. {
  63. background-position:-384px;
  64. }
  65. .filterDisabled
  66. {
  67. background-position:-1392px;
  68. }
  69. .sort
  70. {
  71. background-position:-688px;
  72. }
  73. .sortDisabled
  74. {
  75. background-position:-1408px;
  76. }
  77. .sortAscending
  78. {
  79. background-position:-704px;
  80. }
  81. .sortDescending
  82. {
  83. background-position:-720px;
  84. }
  85. .calculate
  86. {
  87. background-position:-16px;
  88. }
  89. .calculateDisabled
  90. {
  91. background-position:-1168px;
  92. }
  93. .group
  94. {
  95. background-position:-416px;
  96. }
  97. .groupDisabled
  98. {
  99. background-position:-1424px;
  100. }
  101. .chartTypes
  102. {
  103. background-position:-32px;
  104. }
  105. .chartTypesDisabled
  106. {
  107. background-position:-1440px;
  108. }
  109. .changePalette
  110. {
  111. background-position:-48px;
  112. }
  113. .disabledChangePalette,
  114. .dijitDisabled .changePalette
  115. {
  116. background-position:-64px;
  117. }
  118. .changePaletteClassic
  119. {
  120. background-position:-896px;
  121. }
  122. .changePaletteContemporary
  123. {
  124. background-position:-912px;
  125. }
  126. .changePaletteContrast
  127. {
  128. background-position:-1456px;
  129. }
  130. .changePaletteCorporate
  131. {
  132. background-position:-928px;
  133. }
  134. .changePaletteDefault
  135. {
  136. background-position:-944px;
  137. }
  138. .changePaletteDynamic
  139. {
  140. background-position:-960px;
  141. }
  142. .changePaletteExcel
  143. {
  144. background-position:-976px;
  145. }
  146. .changePaletteExcel2007
  147. {
  148. background-position:-1376px;
  149. }
  150. .changePaletteFlow
  151. {
  152. background-position:-992px;
  153. }
  154. .changePaletteGradients
  155. {
  156. background-position:-1008px;
  157. }
  158. .changePaletteGreyScale
  159. {
  160. background-position:-1024px;
  161. }
  162. .changePaletteLegacy
  163. {
  164. background-position:-944px;
  165. }
  166. .changePaletteMetro
  167. {
  168. background-position:-1040px;
  169. }
  170. .changePaletteMixed
  171. {
  172. background-position:-1056px;
  173. }
  174. .changePaletteModern
  175. {
  176. background-position:-1072px;
  177. }
  178. .changePalettePatterns
  179. {
  180. background-position:-1088px;
  181. }
  182. .changePaletteChartPalette
  183. {
  184. background-position:-1104px;
  185. }
  186. .annotation
  187. {
  188. background-position:-80px;
  189. }
  190. .disabledAnnotation
  191. {
  192. background-position:-1536px;
  193. }
  194. .DeleteAnnotation,
  195. .DeleteWidgetAnnotation
  196. {
  197. background-position:-96px;
  198. }
  199. .EditAnnotation,
  200. .EditWidgetAnnotation
  201. {
  202. background-position:-112px;
  203. }
  204. .NewAnnotation,
  205. .NewWidgetAnnotation
  206. {
  207. background-position:-128px;
  208. }
  209. .goto
  210. {
  211. background-position: -192px;
  212. }
  213. .dijitDisabled .goto
  214. {
  215. background-position: -208px;
  216. }
  217. .selectionFilterEnabled
  218. {
  219. background-position: -1712px;
  220. }
  221. .selectionFilter
  222. {
  223. background-position: -1728px;
  224. }
  225. .undo
  226. {
  227. background-position: -736px;
  228. }
  229. .undoDisabled
  230. {
  231. background-position: -752px;
  232. }
  233. .redo
  234. {
  235. background-position: -560px;
  236. }
  237. .redoDisabled
  238. {
  239. background-position: -576px;
  240. }
  241. .rename
  242. {
  243. background-position: -624px;
  244. }
  245. .renameDisabled
  246. {
  247. background-position: -640px;
  248. }
  249. .AdditionCalculation
  250. {
  251. background-position: -816px;
  252. }
  253. .DivisionCalculation
  254. {
  255. background-position: -832px;
  256. }
  257. .MultiplicationCalculation
  258. {
  259. background-position: -848px;
  260. }
  261. .PercentDifferenceCalculation
  262. {
  263. background-position: -864px;
  264. }
  265. .SubtractionCalculation
  266. {
  267. background-position: -880px;
  268. }
  269. .moveLeft
  270. {
  271. background-position: -464px;
  272. }
  273. .dijitMenuItemDisabled .moveLeft
  274. {
  275. background-position: -480px;
  276. }
  277. .moveRight
  278. {
  279. background-position: -496px;
  280. }
  281. .dijitMenuItemDisabled .moveRight
  282. {
  283. background-position: -512px;
  284. }
  285. .swap
  286. {
  287. background-position: -1504px;
  288. }
  289. .disabledSwap
  290. {
  291. background-position: -1520px;
  292. }
  293. .freezeColumnHeadings
  294. {
  295. background-position: -1568px;
  296. }
  297. .freezeRowHeadings
  298. {
  299. background-position: -1552px;
  300. }
  301. .editContent,
  302. .refresh,
  303. .printAsPDF,
  304. .pdf,
  305. .excel2007,
  306. .excel2002,
  307. .excelSingleSheet,
  308. .csv,
  309. .xml,
  310. .drillDown,
  311. .drillDownDisabled,
  312. .drillUp,
  313. .drillUpDisabled,
  314. .filter,
  315. .filterDisabled,
  316. .sort,
  317. .sortDisabled,
  318. .sortAscending,
  319. .sortDescending,
  320. .calculate,
  321. .calculateDisabled,
  322. .group,
  323. .groupDisabled,
  324. .chartTypes,
  325. .chartTypesDisabled,
  326. .changePalette,
  327. .disabledChangePalette,
  328. .changePaletteClassic,
  329. .changePaletteContemporary,
  330. .changePaletteContrast,
  331. .changePaletteCorporate,
  332. .changePaletteDefault,
  333. .changePaletteDynamic,
  334. .changePaletteExcel,
  335. .changePaletteExcel2007,
  336. .changePaletteFlow,
  337. .changePaletteGradients,
  338. .changePaletteGreyScale,
  339. .changePaletteLegacy,
  340. .changePaletteMetro,
  341. .changePaletteMixed,
  342. .changePaletteModern,
  343. .changePalettePatterns,
  344. .changePaletteChartPalette,
  345. .annotation,
  346. .disabledAnnotation,
  347. .DeleteAnnotation,
  348. .DeleteWidgetAnnotation,
  349. .EditDeleteAnnotation,
  350. .EditAnnotation,
  351. .EditWidgetAnnotation,
  352. .NewAnnotation,
  353. .NewWidgetAnnotation,
  354. .goto,
  355. .undo,
  356. .undoDisabled,
  357. .redo,
  358. .redoDisabled,
  359. .rename,
  360. .renameDisabled,
  361. .AdditionCalculation,
  362. .SubtractionCalculation,
  363. .MultiplicationCalculation,
  364. .PercentDifferenceCalculation,
  365. .DivisionCalculation,
  366. .moveLeft,
  367. .moveRight,
  368. .swap,
  369. .disabledSwap,
  370. .freezeRowHeadings,
  371. .freezeColumnHeadings,
  372. .selectionFilter,
  373. .selectionFilterEnabled
  374. {
  375. background-image : url(./images/on_demand_toolbar_and_context_menu_strip.png);
  376. }
  377. /*use the gif version in IE6*/
  378. .dj_ie6 .editContent,
  379. .dj_ie6 .refresh,
  380. .dj_ie6 .printAsPDF,
  381. .dj_ie6 .pdf,
  382. .dj_ie6 .excel2007,
  383. .dj_ie6 .excel2002,
  384. .dj_ie6 .excelSingleSheet,
  385. .dj_ie6 .csv,
  386. .dj_ie6 .xml,
  387. .dj_ie6 .drillDown,
  388. .dj_ie6 .drillDownDisabled,
  389. .dj_ie6 .drillUp,
  390. .dj_ie6 .drillUpDisabled,
  391. .dj_ie6 .filter,
  392. .dj_ie6 .sort,
  393. .dj_ie6 .sortAscending,
  394. .dj_ie6 .sortDescending,
  395. .dj_ie6 .calculate,
  396. .dj_ie6 .group,
  397. .dj_ie6 .chartTypes,
  398. .dj_ie6 .changePalette,
  399. .dj_ie6 .disabledChangePalette,
  400. .dj_ie6 .changePaletteClassic,
  401. .dj_ie6 .changePaletteContemporary,
  402. .dj_ie6 .changePaletteContrast,
  403. .dj_ie6 .changePaletteCorporate,
  404. .dj_ie6 .changePaletteDefault,
  405. .dj_ie6 .changePaletteDynamic,
  406. .dj_ie6 .changePaletteExcel,
  407. .dj_ie6 .changePaletteExcel2007,
  408. .dj_ie6 .changePaletteFlow,
  409. .dj_ie6 .changePaletteGradients,
  410. .dj_ie6 .changePaletteGreyScale,
  411. .dj_ie6 .changePaletteLegacy,
  412. .dj_ie6 .changePaletteMetro,
  413. .dj_ie6 .changePaletteMixed,
  414. .dj_ie6 .changePaletteModern,
  415. .dj_ie6 .changePalettePatterns,
  416. .dj_ie6 .changePaletteChartPalette,
  417. .dj_ie6 .annotation,
  418. .dj_ie6 .DeleteAnnotation,
  419. .dj_ie6 .EditDeleteAnnotation,
  420. .dj_ie6 .EditAnnotation,
  421. .dj_ie6 .EditWidgetAnnotation,
  422. .dj_ie6 .NewAnnotation,
  423. .dj_ie6 .NewWidgetAnnotation,
  424. .dj_ie6 .goto,
  425. .dj_ie6 .undo,
  426. .dj_ie6 .undoDisabled,
  427. .dj_ie6 .redo,
  428. .dj_ie6 .redoDisabled,
  429. .dj_ie6 .rename,
  430. .dj_ie6 .renameDisabled,
  431. .dj_ie6 .AdditionCalculation,
  432. .dj_ie6 .SubtractionCalculation,
  433. .dj_ie6 .MultiplicationCalculation,
  434. .dj_ie6 .PercentDifferenceCalculation,
  435. .dj_ie6 .DivisionCalculation,
  436. .dj_ie6 .moveLeft,
  437. .dj_ie6 .moveRight,
  438. .dj_ie6 .selectionFilter,
  439. .dj_ie6 .selectionFilterEnabled
  440. {
  441. background-image : url(./images/on_demand_toolbar_and_context_menu_strip.gif);
  442. }
  443. .ChartTypeBar
  444. {
  445. background-image : url(./images/charts/bar.gif);
  446. }
  447. .ChartTypeColumn
  448. {
  449. background-image : url(./images/charts/column.gif);
  450. }
  451. .ChartTypeLine
  452. {
  453. background-image : url(./images/charts/line.gif);
  454. }
  455. .ChartTypeArea
  456. {
  457. background-image : url(./images/charts/area.gif);
  458. }
  459. .ChartTypeGauge
  460. {
  461. background-image : url(./images/charts/gauge.gif);
  462. }
  463. .ChartTypePie
  464. {
  465. background-image : url(./images/charts/pie.gif);
  466. }
  467. .ChartTypeScatter
  468. {
  469. background-image : url(./images/charts/scatter.gif);
  470. }
  471. .ChartTypeBubble
  472. {
  473. background-image : url(./images/charts/bubble.gif);
  474. }
  475. .ChartTypePoint
  476. {
  477. background-image : url(./images/charts/point.jpg);
  478. }
  479. .ChartTypeCrosstab
  480. {
  481. background-image : url(./images/charts/crosstab.gif);
  482. }
  483. .ChartTypeList
  484. {
  485. background-image : url(./images/charts/list.gif);
  486. }
  487. .ChartTypeCombination
  488. {
  489. background-image : url(./images/charts/v2_combinationChart.gif);
  490. }
  491. .ChartTypeBullet
  492. {
  493. background-image : url(./images/charts/v2_bulletChart.gif);
  494. }
  495. .ChartTypeRadar
  496. {
  497. background-image : url(./images/charts/radarChart.gif);
  498. }
  499. .ChartTypePareto
  500. {
  501. background-image : url(./images/charts/v2_paretoChart.gif);
  502. }
  503. .ChartTypeProgressive
  504. {
  505. background-image :url(./images/charts/v2_progressiveChart.gif);
  506. }
  507. .ChartTypeMarimekko
  508. {
  509. background-image :url(./images/charts/marimekkochart.gif);
  510. }
  511. .ChartTypeStackedBar
  512. {
  513. background-image :url(./images/charts/v2_stackedBarChart.gif);
  514. }
  515. .ChartTypeStackedColumn
  516. {
  517. background-image :url(./images/charts/v2_stackedColumnChart.gif);
  518. }
  519. .watchNewVersions
  520. {
  521. background-image : url(./images/action_subscribe.gif);
  522. }
  523. .deleteNotification
  524. {
  525. background-image : url(./images/action_remove_from_list.gif);
  526. }
  527. .addNotification
  528. {
  529. background-image : url(./images/action_add_to_list.gif);
  530. }
  531. .newSubscription
  532. {
  533. background-image : url(./images/action_new_subscription.gif);
  534. }
  535. .watchRule
  536. {
  537. background-image : url(./images/icon_subscription.gif);
  538. }
  539. .modifySubscription
  540. {
  541. background-image : url(./images/action_edit.gif);
  542. }
  543. .deleteSubscription
  544. {
  545. background-image : url(./images/action_delete.gif);
  546. }
  547. .loading
  548. {
  549. background-image : url(./images/action_busy.gif);
  550. }
  551. .runReport
  552. {
  553. background-image : url(../ps/portal/images/action_run.gif);
  554. }
  555. .menuItemChecked
  556. {
  557. background-image : url(./images/round_check.gif);
  558. }
  559. .dijit_a11y .menuItemSelected
  560. {
  561. font-weight: bold;
  562. padding:0 !important;
  563. border-right:none !important;
  564. border-top:none !important;
  565. border-bottom:none !important;
  566. }
  567. .glossary
  568. {
  569. background-image : url(./images/action_glossary.gif);
  570. }
  571. .lineage
  572. {
  573. background-image : url(./images/action_lineage.gif);
  574. }
  575. .changePaletteJazz
  576. {
  577. background-image : url(./images/jazz.gif);
  578. }
  579. .excel2000
  580. {
  581. background-image : url(./images/action_view_excel_2000.gif);
  582. }
  583. /*End of BUX Toolbar Styles*/
  584. /** Wait dialog */
  585. .viewer-wait-dialog
  586. {
  587. background-color : #ffffff;
  588. }
  589. /** End Wait dialog */
  590. /*DragNDrop Styles*/
  591. .customCursor
  592. {
  593. z-index: 1000;
  594. display: none;
  595. background-color: transparent;
  596. border-style: none
  597. }
  598. .dropCaret
  599. {
  600. z-index: 999;
  601. padding: 0px;
  602. border-color: #999999;
  603. border-style: solid;
  604. border-width: 1px;
  605. background-color: white;
  606. display: none;
  607. position: absolute;
  608. text-align: center;
  609. }
  610. /* Endo of DragNDrop Styles*/
  611. .executionCursor
  612. {
  613. z-index: 1001;
  614. display: inline;
  615. background-color: transparent;
  616. border-style: none;
  617. position: absolute;
  618. left: 0px;
  619. top: 0px;
  620. }
  621. .bibi
  622. {
  623. font-weight:bold;
  624. }
  625. .buaContainer
  626. {
  627. display : none;
  628. position : absolute;
  629. top : 0;
  630. left : 0;
  631. z-index : 6005;
  632. padding : 4px;
  633. margin : 4px;
  634. border : 1px solid #8D8D8D;
  635. }
  636. .buaIframe
  637. {
  638. width: 100%;
  639. height: 100%;
  640. z-index:6004;
  641. }
  642. .blocker
  643. {
  644. position:absolute;
  645. left: 0px;
  646. top: 0px;
  647. width: 100%;
  648. height: 100%;
  649. background-color: #808080;
  650. filter: alpha(opacity=60);
  651. z-index: 6001;
  652. opacity: 0.6;
  653. }
  654. .reportBlocker
  655. {
  656. position:absolute;
  657. left: 0px;
  658. top: 0px;
  659. width: 100%;
  660. height: 100%;
  661. filter: alpha(opacity=50);
  662. opacity: 0.5;
  663. background-image: url(./images/blank.gif);
  664. background-color: #808080;
  665. display : none;
  666. z-index: 6000;
  667. }
  668. .dijit_a11y .viewer-wait-dialog
  669. {
  670. border: 1px solid black;
  671. }
  672. /* ##################################### */
  673. .new-info-indicator
  674. {
  675. position: absolute;
  676. top: 0px;
  677. right: 0px;
  678. z-index: 2;
  679. }
  680. .inlineDialog {
  681. position: absolute;
  682. top: 5px;
  683. right: 5px;
  684. left: 5px;
  685. bottom: 5px;
  686. overflow: auto;
  687. margin: 4px;
  688. padding: 3px;
  689. z-index: 100;
  690. }
  691. .inlineDialog .dijitTitlePaneContentInner {
  692. overflow: auto;
  693. }
  694. .inlineDialog .bux-InformationDialog-detail-section .dijitTitlePaneContentOuterClosed,
  695. .inlineDialog .bux-InformationDialog-detail-section .dijitTitlePaneContentOuterOpen {
  696. background:none repeat scroll 0 0 #FFFFFF;
  697. border-right:1px solid;
  698. border-style:solid;
  699. border-width:1px;
  700. border-color:#98B2C1;
  701. border-bottom: 0px solid;
  702. }
  703. .inlineDialog .bux-InformationDialog-detail-section .dijitTitlePaneContentOuterOpen {
  704. border-bottom: 1px solid;
  705. }
  706. .inlineDialog-background-error, .widget_load_background, .report-blocker {
  707. background-color: #FFFFFF;
  708. }
  709. .inlineDialog-background-error, .report-blocker{
  710. opacity: 0.6;
  711. filter: alpha(opacity=60);
  712. position: absolute;
  713. top: 5px;
  714. bottom: 5px;
  715. left: 5px;
  716. right: 5px;
  717. z-index: 99;
  718. }
  719. .report-blocker{
  720. opacity: 0.0;
  721. filter: alpha(opacity=0);
  722. position: absolute;
  723. top: 5px;
  724. bottom: 5px;
  725. left: 5px;
  726. right: 5px;
  727. z-index: 99;
  728. }
  729. .reportInfoIcon
  730. {
  731. padding-right: 2px;
  732. padding-top: 2px;
  733. }
  734. /* The following CSS definitions are intended to have reports appear as closely as possible to Quirks mode when in Standards mode in IE*/
  735. /*Since this is only the case in BUX*/
  736. /* Block inheritance of Font-Weights through table borders*/
  737. .buxReport TABLE {font-weight: normal;}
  738. .buxReport
  739. {
  740. height : 100%;
  741. }
  742. /* Default images to blocks*/
  743. .buxReport IMG {display: inline-block;}
  744. /* We use the existing Dojo CSS switch to make these IE only*/
  745. /* Block the inheritance of text-aligns at the table level. */
  746. .dj_ie .buxReport TABLE {text-align: left;}
  747. /* For ie: Default Spans to inline-blocks */
  748. /* For ie8 standards mode: text-decoration inheritance must be specified for td and span. */
  749. .dj_ie .buxReport SPAN:not(.hy) {display: inline-block; text-decoration:inherit;}
  750. .dj_ie .buxReport TD {text-decoration:inherit;}
  751. /* GlobalReportStyles_10 defines moz-box-sizing: border-box for everything except IMG's. In FF16, moz-box-sizing: border-box was implemented for td's and */
  752. /* changes bux rendering (esp. for pin&freeze). Override it here to ensure the change only affects standards mode. */
  753. .buxReport .pg * td,
  754. .buxReport .pp * td,
  755. .buxReport .pg * th,
  756. .buxReport .pp * th
  757. {
  758. -moz-box-sizing: content-box !important;
  759. }
  760. .buxReport .expandButton {
  761. cursor: pointer;
  762. display: inline-block;
  763. height: 16px;
  764. width: 16px;
  765. vertical-align: middle;
  766. }
  767. .buxReport .expandButton.expand {
  768. background-image: url("../skins/bux/bux/images/tree/tree_closed.png");
  769. }
  770. .dj_rtl .buxReport .expandButton.expand {
  771. background-image: url("../skins/bux/bux/images/tree/tree_closed_rtl.png");
  772. }
  773. .buxReport .expandButton.collapse {
  774. background-image: url("../skins/bux/bux/images/tree/tree_open.png");
  775. }
  776. .expandButtonCaption,
  777. .dj_ie .buxReport .expandButtonCaption {
  778. display: none;
  779. }
  780. .dijit_a11y .expandButtonCaption {
  781. display: inline !important;
  782. }
  783. /**************************************
  784. prmt styles inside BUX
  785. ***************************************/
  786. /* Remove the footer band */
  787. .icdUI .v10 td.fp, .icdUI .v10 table.fp {
  788. background-color: inherit;
  789. background-image: none;
  790. border: 0 none;
  791. white-space: nowrap;
  792. }
  793. .dj_ie .v10 td.fp, .dj_ie .v10 table.fp {
  794. background-color: transparent;
  795. }
  796. /* insert/remove buttons */
  797. .icdUI .clsInsertRemoveTable {
  798. width: auto;
  799. min-width: 20px;
  800. }
  801. .icdUI .clsInsertRemoveButton span, .icdUI .clsInsertRemoveButton[disabled] span, .icdUI .clsInsertRemoveButtonOver span {
  802. display: none;
  803. }
  804. .icdUI .clsInsertImgDisabled {
  805. background-image : url(images/insert_dis.gif);
  806. }
  807. .icdUI .clsRemoveImgDisabled {
  808. background-image : url(images/remove_dis.gif);
  809. }
  810. /* prompt high contrast */
  811. .icdUI .clsPrompt_a11y .clsInsertRemoveButton span,.icdUI .clsPrompt_a11y .clsInsertRemoveButton[disabled] span,.icdUI .clsPrompt_a11y .clsInsertRemoveButtonOver span {
  812. display: inline;
  813. }
  814. html>body.icdUI .clsPrompt_a11y .clsInsertRemoveButton, html>body.icdUI .clsPrompt_a11y .clsInsertRemoveButton[disabled], html>body.icdUI .clsPrompt_a11y .clsInsertRemoveButtonOver
  815. {
  816. min-width: 100%;
  817. }
  818. html>body.icdUI .clsInsertRemoveButton, html>body.icdUI .clsInsertRemoveButton[disabled], html>body.icdUI .clsInsertRemoveButtonOver
  819. {
  820. width: auto;
  821. min-width: 20px;
  822. }
  823. .icdUI .clsInsertRemoveButtonOver
  824. {
  825. cursor: pointer;
  826. }
  827. .icdUI .v10 .clsTextWidget:focus, .icdUI .v10 .clsSwsEditBox:focus, .icdUI .v10 .clsSelectDateEditBox:focus, .icdUI .v10 .clsSelectDateYearEditBox:focus, .icdUI .clsSelectDateEditBox:focus, .icdUI .clsSelectDateYearEditBox:focus, .icdUI .v10 .pcl:focus {
  828. background-color: #FFFFFF;
  829. }
  830. .icdUI .v10 .clsColon {
  831. border: 0 none;
  832. }
  833. .icdUI .v10 .pp .tt {
  834. text-decoration: none;
  835. font-size: 12px;
  836. color: #4389B8;
  837. }
  838. .icdUI .v10 .pp .ta{
  839. text-align: left;
  840. }
  841. /* time format issue in ie */
  842. .dj_ie .clsSelectTimeEditBox {
  843. min-width: auto;
  844. }
  845. .icdUI .v10 .clsCheckBoxList, .icdUI .v10 .clsRadioGroupList {
  846. border: 1px solid #5DA5D2;
  847. -moz-border-right-colors: none;
  848. -moz-border-bottom-colors: none;
  849. padding-right:18px;
  850. }
  851. .dj_ie .icdUI .v10 .clsCheckBoxList, .dj_ie .icdUI .v10 .clsRadioGroupList {
  852. padding-right:1px;
  853. }
  854. .dj_ie SPAN.dijitExpandoText {display: none;}
  855. .dijit_a11y SPAN.dijitExpandoText {display: inline;}
  856. /* tree control */
  857. .dj_ie .clsTreePane .dijitCheckBox {
  858. height:18px;
  859. }
  860. .icdUI .v10 .dijitCheckBoxMixed {
  861. background-position: -48px 50%;
  862. }
  863. .dijit_a11y .clsTreeLevel
  864. {
  865. margin:2px 0;
  866. }
  867. .icdUI .clsTreeNodeIcon
  868. {
  869. width:4px;
  870. height:4px;
  871. background-position: center;
  872. background-repeat: no-repeat;
  873. background-image : url(images/blank.gif);
  874. }
  875. .icdUI .clsTreeLineIcon
  876. {
  877. width:16px;
  878. height:16px;
  879. background-position: center;
  880. background-repeat: no-repeat;
  881. background-image : url(images/blank.gif);
  882. }
  883. .dijit_a11y .clsTreeLineIcon
  884. {
  885. width:22px;
  886. }
  887. .dj_ie #loadingBuaTools .icdBorder {
  888. border: #769dc0 1px solid;
  889. }
  890. .sortIconHidden{
  891. vertical-align:top;
  892. visibility:hidden;
  893. width:16px;
  894. height:18px;
  895. }
  896. .sortIconVisible{
  897. vertical-align:top;
  898. visibility:visible;
  899. width:16px;
  900. height:18px;
  901. }
  902. .sortIconOver{
  903. cursor: pointer;
  904. cursor: hand;
  905. }
  906. .icdUI .hoverSelection
  907. {
  908. color: #000000 !important;
  909. background-color: #A4BED2 !important;
  910. }
  911. .icdUI .v10 button.bp
  912. {
  913. min-width : auto;
  914. background-image: url("../reportstyles/images/button_bg.png");
  915. filter : "progid:DXImageTransform.Microsoft.gradient(enabled=false)" !important; /* Turn off the filter added by BUX so that background images show up */
  916. }
  917. /*Print specific styles*/
  918. @media print {
  919. /*Remove button controls and other controls that provide no visual context from prompts during print*/
  920. .icdUI .v10 button.bp, .icdUI .v10 button.bph, .icdUI .v10 button.bpd, .icdUI .v10 button.clsPromptButton, .icdUI .v10 button.clsInsertRemoveButton, .icdUI .v10 .clsToolbarButton, .icdUI .clsToolbarButton, .icdUI .v10 a.clsLink, .clsOptions, .clsErrorRequired, .dialogClose, .clsFeedbackWidgetParseError {
  921. display: none !important;
  922. }
  923. .clsTextWidgetParseError {
  924. border-bottom: none !important;
  925. }
  926. }
  927. /* Right to left styles */
  928. .dj_rtl .new-info-indicator
  929. {
  930. position: relative;
  931. left: 0;
  932. }
  933. /* End Right to left styles */