TM1CubeViewer.css 24 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321
  1. /****************************************************************
  2. ** IBM Confidential
  3. **
  4. ** OCO Source Materials
  5. **
  6. ** BI and PM: tm1web
  7. **
  8. ** (C) Copyright IBM Corp. 2007, 2009, 2011
  9. **
  10. ** The source code for this program is not published or otherwise
  11. ** divested of its trade secrets, irrespective of what has been
  12. ** deposited with the U.S. Copyright Office.
  13. *****************************************************************/
  14. .ButtonDisabled {
  15. filter:Alpha(opacity=20);
  16. opacity:0.2;
  17. }
  18. /*** used ***/
  19. .CubeViewMain /*** ***/ {
  20. padding-right: 0px;
  21. padding-left: 0px;
  22. padding-bottom: 0px;
  23. margin: 0px;
  24. padding-top: 0px;
  25. background-color: #FFFFFF;
  26. }
  27. /* Disable default selection in Firefox */
  28. table {
  29. -moz-user-select: none;
  30. }
  31. /*** used ***/
  32. .CVHeaderCell /*** bad0f1 ***/ {
  33. padding-right: 3px;
  34. padding-left: 3px;
  35. font-size: 8pt;
  36. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  37. color: #333333;
  38. /* These are the header cells of the each column of data */
  39. background-color: #E7E5E5;
  40. border-right: 1px solid #E2E2E2;
  41. border-left-width: 0px;
  42. border-bottom: 1px solid #E2E2E2;
  43. border-top-width: 0px;
  44. margin: 0px;
  45. /*border:1px solid #A0A0A0;*/
  46. border:1px solid #CAD9F0;
  47. /* background: url(../cognosTheme/images/table/list_column_header.png) repeat-x top left; */
  48. }
  49. .CVColumnHeaderCell {
  50. text-align: center;
  51. padding-bottom: 2px;
  52. vertical-align: top;
  53. }
  54. /*** used ***/
  55. .CVHeaderCellNoPad /*** ***/ {
  56. padding-right: 0px;
  57. padding-left: 0px;
  58. font-size: 8pt;
  59. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  60. color: #d8f4e8;
  61. /*background-color: #99aacc;*/
  62. /* CHANGE: Let us try setting the background color to 244, 247, 252*/
  63. background-color: #F4F7FC;
  64. border-right: none;
  65. margin: 0px;
  66. }
  67. /**This class is used to resolve border line disappearance issue in FF.******/
  68. .CollapseHeadTable{
  69. border-bottom-width:0px;
  70. border-right-width:0px;
  71. border-collapse:collapse;
  72. /*border-left: 1px solid #CAD9F0;
  73. border-top: 1px solid #CAD9F0;*/
  74. }
  75. .CollapseDataTable{
  76. border-bottom-width:0px;
  77. border-right-width:0px;
  78. border-collapse:collapse;
  79. border-left: solid 1px #F1EfE2;
  80. border-top: solid 1px #F1EfE2;
  81. }
  82. .CollapseDataTable TR{
  83. min-height:20px;
  84. height:20px;
  85. }
  86. .CollapseHeadTable TR{
  87. min-height:20px;
  88. height:20px;
  89. }
  90. .dimButtonsWithBackground,.dimButtonsWithBorder {
  91. margin: 0;
  92. }
  93. /*** used ***/
  94. .dimButtonsWithBackground /*** ***/ {
  95. /* CHANGE: Lets set the font color to black */
  96. /*color: rgb(254,235,138);*/
  97. color: Black;
  98. /* END OF CHANGE */
  99. padding-right: 4px;
  100. }
  101. /*** used ***/
  102. .TM1CubeViewTitlesArea /*** ***/ {
  103. color: orange;
  104. /* CHANGE - Boxboro look and feel improvement */
  105. /* background-color: #546EAB; */
  106. background-color: white;
  107. /* END OF CHANGE */
  108. border: 1px solid #284280;
  109. }
  110. /*** used ***/
  111. .dimButtonsWithBorder /*** ***/ {
  112. color: black;
  113. background-color: #DBECF0;
  114. }
  115. /*** used ***/
  116. /*.unselectedDataCell {
  117. background-color: WHITE;
  118. border-collapse: collapse;
  119. border: solid 1px #F1EfE2;
  120. }
  121. */
  122. .unselectedDataCell {
  123. background-color: WHITE;
  124. border-bottom: solid 1px #F1EfE2;
  125. border-right: solid 1px #F1EfE2;
  126. border-top-width: 0px;
  127. border-left-width: 0px;
  128. }
  129. /*** used ***/
  130. .selectedDataCell {
  131. border-left-color: #ece9d8;
  132. border-bottom-color: #ece9d8;
  133. border-top-color: #ece9d8;
  134. border-collapse: collapse;
  135. background-color: #F3C983;
  136. border-right-color: #ece9d8;
  137. }
  138. /*** used ***/
  139. .cell_active {
  140. border: 2px solid;
  141. border-top-color: #D2D0D0;
  142. border-left-color: #D2D0D0;
  143. border-right-color: #A7A6A6;
  144. border-bottom-color: #A7A6A6;
  145. }
  146. /*** used ***/
  147. .cell_changed {
  148. color: #329664;
  149. }
  150. /*** used ***/
  151. .DataCell {
  152. font-size: 8pt;
  153. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  154. text-align: right;
  155. padding-right: 3px;
  156. padding-left: 3px;
  157. margin: 0px;
  158. /*border:1px solid #A0A0A0;*/
  159. border:1px solid #CAD9F0;
  160. overflow: hidden;
  161. }
  162. .TextCell {
  163. text-align: left;
  164. }
  165. /*** used ***/
  166. .cell_hold {
  167. background-image: url(../../images/cell_hold.gif);
  168. background-repeat: no-repeat;
  169. background-position: left bottom;
  170. }
  171. /*** used ***/
  172. .NoValuesMessage {
  173. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  174. font-size: 10pt;
  175. text-align: center;
  176. color: Red;
  177. background-color: ghostwhite;
  178. font-weight: bold;
  179. }
  180. /*** used ***/
  181. .entry_field {
  182. position: absolute;
  183. visibility: hidden;
  184. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  185. font-size: 8pt;
  186. font-weight: 400;
  187. }
  188. .entry_field_hidden
  189. {
  190. display:none;
  191. visibility:hidden;
  192. cursor: none;
  193. }
  194. /*** used ***/
  195. .entry_txtAreaField {
  196. position: absolute;
  197. visibility: hidden;
  198. font-family: Tahoma, arial, monospace;
  199. font-size: 8pt;
  200. font-weight: 400;
  201. }
  202. /*** used ***/
  203. .ChartMessage {
  204. font-size: large;
  205. color: orangered;
  206. font-family: Tahoma;
  207. text-align: center;
  208. }
  209. /*** used ***/
  210. .ViewDataArea {
  211. overflow: auto;
  212. }
  213. /*** used ***/
  214. .tbi_hide {
  215. visibility: hidden;
  216. }
  217. /*** used ***/
  218. .tbi_show {
  219. visibility: visible;
  220. }
  221. .tbi_hide,.tbi_show {
  222. position: absolute;
  223. top: 2px;
  224. }
  225. /***---------------------------------------------------------------------------------------------***/
  226. .subsetSelect {
  227. vertical-align: middle;
  228. margin-top: 3px;
  229. }
  230. .navigationPagerLabel, .pagerTextBox {
  231. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  232. font-size: 8pt;
  233. vertical-align: middle;
  234. white-space:nowrap;
  235. }
  236. /*** used in CubeViewNavigationBar***/
  237. .pagerTextBox{
  238. width:30px;
  239. }
  240. /* Used in CubeViewColumnHeader and CubeViewRowHeader */
  241. .headerLabel {
  242. vertical-align: middle;
  243. margin-left: 1px;
  244. white-space: nowrap;
  245. }
  246. /* Used in CubeViewColumnHeader and CubeViewRowHeader */
  247. .ConsolidatedHeaderLabel {
  248. font-weight: bold;
  249. }
  250. /* Used in CubeViewColumnHeader and CubeViewRowHeader */
  251. .ActivePage {
  252. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  253. font-size: 8pt;
  254. background-color: wheat;
  255. border-collapse: collapse;
  256. border-right: #cdb79e 1px dashed;
  257. border-top: #cdb79e 1px dashed;
  258. border-left: #cdb79e 1px dashed;
  259. border-bottom: #cdb79e 1px dashed;
  260. }
  261. .NewPageSelection {
  262. font-size: 8pt;
  263. border-right: #cdb79e 1px solid;
  264. border-top: #cdb79e 1px solid;
  265. border-left: #cdb79e 1px solid;
  266. border-bottom: #cdb79e 1px solid;
  267. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  268. border-collapse: collapse;
  269. background-color: gold;
  270. }
  271. .OtherPages {
  272. border-right: #cdb79e 1px groove;
  273. border-top: #cdb79e 1px groove;
  274. font-size: 8pt;
  275. border-left: #cdb79e 1px groove;
  276. border-bottom: #cdb79e 1px groove;
  277. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  278. border-collapse: collapse;
  279. background-color: snow;
  280. }
  281. .PageLayoutDesc {
  282. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  283. font-size: 8pt;
  284. text-decoration: underline;
  285. }
  286. .ExportRowsDesc {
  287. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  288. font-size: 8pt;
  289. font-weight: bold;
  290. }
  291. .ExportRowsOption {
  292. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  293. border-collapse: collapse;
  294. font-size: 8pt;
  295. }
  296. .ExportLoopDimensionsOption {
  297. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  298. font-size: 8pt;
  299. font-weight: bold;
  300. }
  301. .Cubeviwersplitter {
  302. position: absolute;
  303. background-color: Silver;
  304. border: 1px outset;
  305. z-index: 800;
  306. font-size: 1pt;
  307. height: 4px;
  308. width: 100%;
  309. cursor: row-resize;
  310. }
  311. a.ViewFilter:link {
  312. font-size: 8pt;
  313. /*color: #0000ff;*/ /* Removing blue color given to hyperlinks */
  314. color: Black;
  315. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  316. }
  317. a.ViewFilter:active {
  318. font-size: 8pt;
  319. /* color: #ff0000;*/
  320. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  321. }
  322. a.ViewFilter:hover {
  323. font-size: 8pt;
  324. /* color: #0000ff; */
  325. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  326. }
  327. a.ViewFilter:visited {
  328. font-size: 8pt;
  329. /* color: #0000ff; */
  330. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  331. }
  332. .CubeviewerFilterMain {
  333. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  334. font-size: 8pt;
  335. }
  336. .exportProgress {
  337. font-size: 18pt;
  338. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  339. text-align: center;
  340. }
  341. /* not used */
  342. .charttypemenu {
  343. position: absolute;
  344. top: 0px;
  345. left: 0px;
  346. padding-bottom: 0px;
  347. padding-top: 0px;
  348. padding-left: 0px;
  349. padding-right: 3px;
  350. background-color: white;
  351. border: "1 solid";
  352. border-top-color: "#EFEFEF";
  353. border-left-color: "#EFEFEF";
  354. border-right-color: "#505050";
  355. border-bottom-color: "#505050";
  356. z-index: 701;
  357. }
  358. .chartTypeSelected {
  359. background-color: #FFEEC2;
  360. cursor: pointer;
  361. }
  362. .chartmenubody {
  363. padding-left: 1px;
  364. padding-right: 1px;
  365. }
  366. .cellborder {
  367. border-right: gray 1px solid;
  368. border-top: gray 1px solid;
  369. border-left: gray 1px solid;
  370. border-bottom: gray 1px solid;
  371. border-collapse: collapse;
  372. }
  373. .wizardHeading {
  374. border-right: gray 0px solid;
  375. border-top: gray 0px solid;
  376. border-left: gray 0px solid;
  377. border-bottom: gray 0px solid;
  378. border-collapse: collapse;
  379. }
  380. .wizardTitles {
  381. border-right: #cccc00 2px solid;
  382. border-top: #cccc00 2px solid;
  383. font-weight: bold;
  384. font-size: 8pt;
  385. vertical-align: middle;
  386. border-left: #cccc00 2px solid;
  387. border-bottom: #cccc00 1px solid;
  388. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  389. border-collapse: collapse;
  390. background-color: #ffff99;
  391. text-align: center;
  392. }
  393. .wizardTitlesPlaceHolder {
  394. border-right: #cccc00 2px solid;
  395. border-top: #cccc00 1px solid;
  396. vertical-align: middle;
  397. border-left: #cccc00 2px solid;
  398. border-bottom: #cccc00 2px solid;
  399. border-collapse: collapse;
  400. background-color: #ffffff;
  401. text-align: left;
  402. }
  403. .wizardColumns {
  404. text-align: center;
  405. vertical-align: middle;
  406. background-color: #99BBEE;
  407. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  408. font-size: 8pt;
  409. font-weight: bold;
  410. border-right: #000099 2px solid;
  411. border-top: #000099 2px solid;
  412. border-left: #000099 2px solid;
  413. border-bottom: #000099 1px solid;
  414. border-collapse: collapse;
  415. }
  416. .wizardColumnsPlaceHolder {
  417. background-color: #FFFFFF;
  418. text-align: left;
  419. vertical-align: bottom;
  420. border-right: #000099 2px solid;
  421. border-top: #000099 1px solid;
  422. border-left: #000099 2px solid;
  423. border-bottom: #000099 2px solid;
  424. }
  425. .wizardRows {
  426. border-collapse: collapse;
  427. text-align: center;
  428. vertical-align: middle;
  429. background-color: #FFCC66;
  430. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  431. font-size: 8pt;
  432. font-weight: bold;
  433. border-right: #FF9900 2px solid;
  434. border-top: #FF9900 2px solid;
  435. border-left: #FF9900 2px solid;
  436. border-bottom: #FF9900 1px solid;
  437. }
  438. .wizardRowsPlaceholder {
  439. background-color: #FFFFFF;
  440. text-align: right;
  441. vertical-align: top;
  442. border-right: #FF9900 2px solid;
  443. border-top: #FF9900 1px solid;
  444. border-left: #FF9900 2px solid;
  445. border-bottom: #FF9900 2px solid;
  446. }
  447. .wizardDataGrid {
  448. font-weight: bold;
  449. font-size: 10pt;
  450. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  451. text-align: center;
  452. vertical-align: middle;
  453. background-color: #FFFFFF;
  454. }
  455. .wizardHidden {
  456. border-collapse: collapse;
  457. text-align: center;
  458. vertical-align: middle;
  459. background-color: #CCCCCC;
  460. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  461. font-size: 8pt;
  462. font-weight: bold;
  463. border-right: #666666 2px solid;
  464. border-top: #666666 2px solid;
  465. border-left: #666666 2px solid;
  466. border-bottom: #666666 1px solid;
  467. }
  468. .wizardHiddenPlaceholder {
  469. background-color: #FFFFFF;
  470. text-align: left;
  471. vertical-align: top;
  472. border-right: #666666 2px solid;
  473. border-top: #666666 1px solid;
  474. border-left: #666666 2px solid;
  475. border-bottom: #666666 2px solid;
  476. }
  477. .wizardDimension {
  478. padding-left: 5px;
  479. padding-right: 3px;
  480. padding-top: 1px;
  481. padding-bottom: 1px;
  482. margin-left: 2px;
  483. margin-right: 2px;
  484. margin-top: 0px;
  485. margin-bottom: 2px;
  486. }
  487. .offPageTab {
  488. font-weight: bold;
  489. font-size: 9pt;
  490. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  491. left: 0px;
  492. position: absolute;
  493. z-index: 9997;
  494. cursor: pointer;
  495. padding-left: 4px;
  496. }
  497. .offPageTab_hlt {
  498. font-weight: bold;
  499. font-size: 9pt;
  500. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  501. left: 0px;
  502. position: absolute;
  503. z-index: 9997;
  504. cursor: pointer;
  505. padding-left: 4px;
  506. border: 2px solid black;
  507. }
  508. .HiddenDimsDiv {
  509. z-index: 9998;
  510. overflow: hidden;
  511. position: absolute;
  512. width: 100%;
  513. background-color: Gainsboro;
  514. }
  515. .wizardSubsetSelect {
  516. vertical-align: bottom;
  517. margin-top: 3px;
  518. cursor: pointer;
  519. }
  520. .cubeName {
  521. padding-left: 5px;
  522. font-weight: bold;
  523. }
  524. .AllDimsTableCubeCell {
  525. border-bottom-style: none;
  526. }
  527. .AllDimsTableInstructionCell {
  528. border-top-style: none;
  529. }
  530. .NoBorder {
  531. border-right: gray 0px solid;
  532. border-top: gray 0px solid;
  533. border-left: gray 0px solid;
  534. border-bottom: gray 0px solid;
  535. border-collapse: collapse;
  536. }
  537. .imgValign {
  538. vertical-align: middle;
  539. }
  540. .RowHeaderDropArea {
  541. overflow: hidden;
  542. color: Black;
  543. /*background: #F7F7FF;*/
  544. font-size: 8pt;
  545. }
  546. .ColumnHeaderDropArea {
  547. overflow: hidden;
  548. color: Black;
  549. /*background: #F7F7FF;*/
  550. font-size: 8pt;
  551. }
  552. .TitleHeaderDropArea {
  553. overflow: hidden;
  554. color: Black;
  555. /*background: #F7F7FF;*/
  556. font-size: 8pt;
  557. }
  558. .HiddenHeaderDropArea {
  559. overflow: hidden;
  560. color: Black;
  561. background: Gainsboro;
  562. font-size: 8pt;
  563. }
  564. .ColumnSeparator {
  565. overflow: hidden;
  566. color: Black;
  567. background: #FFFFFF url('../cognosTheme/images/contextfilters/back.png') repeat-x top left;
  568. font-size: 8pt;
  569. width: 6px;
  570. cursor: e-resize;
  571. margin: 0px;
  572. padding: 0px;
  573. }
  574. .ContextSeparator {
  575. overflow: hidden;
  576. color: Black;
  577. background: #FFFFFF url('../cognosTheme/images/contextfilters/back.png') repeat-x top left;
  578. font-size: 8pt;
  579. width: 6px;
  580. cursor: e-resize;
  581. margin: 0px;
  582. padding: 0px;
  583. }
  584. .DimensionBar {
  585. color: black;
  586. height: 62px;
  587. _height: 59px;
  588. width: 100%;
  589. background: #FFFFFF url('../cognosTheme/images/contextfilters/back.png') repeat-x top left;
  590. margin: 0px;
  591. padding: 0px;
  592. }
  593. .SwapPanel {
  594. background: White;
  595. }
  596. .DimensionButton {
  597. color: black;
  598. }
  599. .dimensionButtonPanel{
  600. position: relative;
  601. }
  602. .DimButtonDimText {
  603. color: #224363;
  604. font-size: 7pt;
  605. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  606. margin-left: 5px;
  607. margin-right: 5px;
  608. }
  609. .DimButtonElementText {
  610. font-size: 8pt;
  611. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  612. margin-left: 5px;
  613. margin-right: 5px;
  614. }
  615. .DimButtonText {
  616. white-space: nowrap;
  617. text-align: center;
  618. }
  619. /* Center of Context element that will contain text */
  620. .DimButtonTextTable {
  621. border: 0px;
  622. background: #FFFFFF url('../cognosTheme/images/contextfilters/textbak.png') repeat-x top left;
  623. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  624. height: 100%;
  625. }
  626. .DimButtonTextTable_hlt {
  627. border: 2px solid #000000;
  628. height: 100%;
  629. }
  630. /* drop down button on right to click for popup dimensions */
  631. .DimButFillAndBorder {
  632. background: #FFFFFF url('../cognosTheme/images/contextfilters/buttonbak.png') repeat-x top left;
  633. border: 1px solid #CECBCE;
  634. white-space: nowrap;
  635. height: 30px;
  636. width: 10px;
  637. margin: 0px;
  638. padding: 0px;
  639. }
  640. .DimButImageHandle {
  641. vertical-align: top;
  642. background: url('../cognosTheme/images/contextfilters/drag_handle.gif') repeat-x top left;
  643. width: 7px;
  644. min-width: 7px;
  645. }
  646. .DimCaptionRow {
  647. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  648. font-size: 8pt;
  649. color: #224363;
  650. /*height: 16px;*/
  651. }
  652. .DimButtonRow {
  653. height: 30px;
  654. }
  655. .DimBarPanel{
  656. height: 62px !important;
  657. padding: 0 !important;
  658. position:absolute;
  659. width: 100%;
  660. }
  661. .DimDropTable {
  662. margin-bottom: 5px;
  663. }
  664. .DimDropMenu {
  665. overflow: hidden;
  666. width: 12px;
  667. height: 30px;
  668. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  669. font-size: 6pt;
  670. color: Black;
  671. text-align: center;
  672. vertical-align: middle;
  673. background-image: url(../../images/PMTM1TC/dp_chev.gif);
  674. background-repeat: no-repeat;
  675. }
  676. .DimDropMenu_title,
  677. .DimDropMenu_hidden,
  678. .DimDropMenu_rc
  679. {
  680. border: 1px solid transparent;
  681. margin: 0;
  682. display: block;
  683. }
  684. .DimDropMenu_hlt {
  685. border: 1px solid Black;
  686. }
  687. .DimDropMenuCnt {
  688. position: absolute;
  689. overflow: hidden;
  690. z-index: 9999;
  691. background-color: White;
  692. border: 2px solid Black;
  693. }
  694. .DimDropMenuCntImg {
  695. margin-right: 3px;
  696. background-image:url("../../images/PMTM1TC/dp_dimIcon.gif");
  697. }
  698. .DimDropMenuCntTxt {
  699. vertical-align: top;
  700. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  701. font-size: 8pt;
  702. }
  703. .DimDropMenuCntRow_hlt {
  704. color: #B0B0F8;
  705. }
  706. .EmptyDimPanelCell {
  707. white-space: nowrap;
  708. }
  709. .EmptyDimPanelCell_hlt {
  710. white-space: nowrap;
  711. background-color: #C0C0C0;
  712. }
  713. .EmptyHeaderCell {
  714. border: 1px solid #C0C0C0;
  715. }
  716. .EmptyHeaderCell_hlt {
  717. border: 1px solid Black;
  718. }
  719. .DimBarInsertSensor {
  720. min-width: 10px;
  721. width: 10px;
  722. height: 30px;
  723. }
  724. .DimBarInsertSensor_hlt {
  725. min-width: 10px;
  726. width: 10px;
  727. height: 30px;
  728. background-image: url('../../images/PMTM1TC/pivot_button_insert.gif');
  729. }
  730. .Header_hlt {
  731. position: absolute;
  732. background-image: url('../../images/blank.gif');
  733. }
  734. .NubbinsDiv {
  735. width: 100%;
  736. height: 100%;
  737. }
  738. .NubbinsTable {
  739. width: 100%;
  740. height: 100%;
  741. border-collapse: collapse;
  742. }
  743. .NbbnEmtpy {
  744. }
  745. .NbbnLast {
  746. }
  747. .NbbnColumn {
  748. width: 10px;
  749. }
  750. .NbbnColumnB {
  751. background-image: url('../../images/PMTM1TC/nub_bg_c.gif');
  752. border-top: 1px solid #316AC5;
  753. }
  754. .NbbnColumnB_hlt {
  755. background: #316AC5;
  756. border-top: 1px solid #316AC5;
  757. }
  758. .NbbnRow {
  759. height: 10px;
  760. }
  761. .NbbnRowB {
  762. background-image: url('../../images/PMTM1TC/nub_bg_r.gif');
  763. border-left: 1px solid #316AC5;
  764. }
  765. .NbbnRowB_hlt {
  766. background: #316AC5;
  767. border-left: 1px solid #316AC5;
  768. }
  769. .NbbnCorner {
  770. height: 10px;
  771. width: 10px;
  772. }
  773. .NbbnCorner_r {
  774. background-image: url('../../images/PMTM1TC/nubC_r.gif');
  775. }
  776. .NbbnCorner_rs {
  777. background-image: url('../../images/PMTM1TC/nubC_rs.gif');
  778. }
  779. .NbbnCorner_c {
  780. background-image: url('../../images/PMTM1TC/nubC_c.gif');
  781. }
  782. .NbbnCorner_cs {
  783. background-image: url('../../images/PMTM1TC/nubC_cs.gif');
  784. }
  785. .NbbnCorner_rc {
  786. background-image: url('../../images/PMTM1TC/nubC_rc.gif');
  787. }
  788. .NbbnCorner_rsc {
  789. background-image: url('../../images/PMTM1TC/nubC_rsc.gif');
  790. }
  791. .NbbnCorner_rcs {
  792. background-image: url('../../images/PMTM1TC/nubC_rcs.gif');
  793. }
  794. .NbbnCorner_none {
  795. }
  796. /*** used ***/
  797. /* Moving cell_selected classes after readonly, so that readonly style is overridden when cell is selected */
  798. .cell_selected {
  799. border-collapse: separate;
  800. border: inset 2px black;
  801. background-color: #F7DBAD ! important;
  802. }
  803. .cell_selected_and_readonly {
  804. border: solid 1px black;
  805. }
  806. .cell_selected_within_block_rc {
  807. background-color: #F7DBAD ! important;
  808. color: #000000;
  809. }
  810. .cell_selected_column_header {
  811. background-color: #F7DBAD;
  812. }
  813. .cell_selected_row_header {
  814. background-color: #4898E0;
  815. /*color: White;*/
  816. }
  817. .picklistbtn {
  818. position: absolute;
  819. top: 0px;
  820. left: 0px;
  821. padding-bottom: 0px;
  822. padding-top: 3px;
  823. padding-left: 0px;
  824. padding-right: 3px;
  825. background-color: CCCCCC;
  826. z-index: 701;
  827. BACKGROUND-IMAGE: url(../../images/downArrow1.gif);
  828. BACKGROUND-REPEAT: no-repeat;
  829. background-position: center center;
  830. }
  831. .listmenu {
  832. font-family: tahoma, arial, monospace;
  833. font-size: 8pt;
  834. font-weight: normal;
  835. background-color: #ffffff;
  836. }
  837. .listmenu_sel {
  838. background-color: rgb(196, 217, 231);
  839. }
  840. .picklisttab {
  841. background-color: #ffffff;
  842. border: gray 1px solid;
  843. position: absolute;
  844. }
  845. .picklistdiv {
  846. overflow: auto;
  847. background-color: #ffffff;
  848. position: relative;
  849. padding-bottom: 0px;
  850. padding-top: 0px;
  851. padding-left: 0px;
  852. padding-right: 0px;
  853. z-index: 701;
  854. }
  855. /***Sandbox dropdownlist ***/
  856. .ddl {
  857. position: absolute;
  858. top: 0px;
  859. }
  860. .collapse {
  861. border-collapse: collapse;
  862. }
  863. .navCell {
  864. text-align: center;
  865. vertical-align: middle;
  866. overflow: hidden;
  867. }
  868. .labelDisabled {
  869. color: #A0A0A0;
  870. }
  871. .absMiddle {
  872. text-align: center;
  873. vertical-align: middle;
  874. }
  875. .underline {
  876. text-decoration: underline;
  877. }
  878. .noWrap {
  879. white-space: nowrap;
  880. }
  881. .pageNumberCell {
  882. text-align: right;
  883. vertical-align: middle;
  884. overflow: hidden;
  885. width:125px;
  886. }
  887. .activeButtonTab {
  888. height: 25px;
  889. width: 16px;
  890. border-collapse: collapse;
  891. }
  892. .activeButtonCell {
  893. overflow: hidden;
  894. height: 25px;
  895. width: 16px;
  896. text-align: left;
  897. vertical-align: middle;
  898. }
  899. .horizontalPager {
  900. width: 20px;
  901. }
  902. .horizontalNavCell {
  903. height: 25px;
  904. }
  905. .horizontalEmptyCell {
  906. overflow: hidden;
  907. }
  908. .hiddenTab {
  909. padding-bottom: 6px;
  910. }
  911. .width100 {
  912. width: 100%;
  913. }
  914. .verticalNavigationHeight {
  915. height: 25px;
  916. }
  917. .horizontalNavigationWidth {
  918. width: 20px;
  919. }
  920. .fullScreen {
  921. width: 100%;
  922. height: 100%;
  923. }
  924. .full{
  925. width: 100%;
  926. height: 100%;
  927. }
  928. html,body {
  929. width: 100%;
  930. height: 100%;
  931. overflow: hidden;
  932. padding: 0px 0px 0px 0px;
  933. margin: 0px 0px 0px 0xp;
  934. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  935. }
  936. .CVColumnHeaderCell div {
  937. white-space: nowrap;
  938. }
  939. .TM1SpliterPane {
  940. border-width: 0px !important;
  941. padding: 0px !important;
  942. overflow: hidden !important;
  943. }
  944. .DimDropMenuCell
  945. {
  946. min-width: 12px;
  947. width:12px;
  948. }
  949. .TM1Button
  950. {
  951. margin-right:5px;
  952. }
  953. .TM1Button .dijitButtonNode
  954. {
  955. width:80px;
  956. }
  957. .centerAlign
  958. {
  959. text-align:center;
  960. }
  961. .saveDialog
  962. {
  963. width:440px;
  964. height:180px;
  965. font-size: 10px;
  966. }
  967. .plusMinusIcon
  968. {
  969. width:14px;
  970. height:9px;
  971. cursor:pointer;
  972. }
  973. .headerIndicator
  974. {
  975. width:16px;
  976. height:16px;
  977. vertical-align: bottom;
  978. }
  979. .noscroll
  980. {
  981. overflow: hidden;
  982. position: relative;
  983. }
  984. .cubeViewGrid
  985. {
  986. position: absolute;;
  987. }
  988. .PageGridWidthDimBarPanel{
  989. top:62px;
  990. left:0px;
  991. right:0px;
  992. bottom:0px;
  993. position:absolute;
  994. }
  995. .PageGridWidthWithoutDimBarPanel{
  996. top:0px;
  997. left:0px;
  998. right:0px;
  999. bottom:0px;
  1000. position:absolute;
  1001. }
  1002. .PageGridPanel{
  1003. }
  1004. .OLAPPanelWithNavigationBar{
  1005. top:0px;
  1006. left:0px;
  1007. right:20px;
  1008. bottom:20px;
  1009. position:absolute;
  1010. }
  1011. .navigationHorizontal{
  1012. bottom:20px;
  1013. right:0px;
  1014. top:0px;
  1015. width:20px;
  1016. position:absolute;
  1017. background-color: #F4F7FC;
  1018. }
  1019. .navigationVertical{
  1020. left:0px;
  1021. right:20px;
  1022. bottom:0px;
  1023. height:20px;
  1024. position:absolute;
  1025. text-align: right;
  1026. vertical-align: top;
  1027. background-color: #F4F7FC;
  1028. }
  1029. .exportStatus{
  1030. float: left;
  1031. padding-left:10px;
  1032. }
  1033. .claro .exportDiv{
  1034. background-color: #F4F7FC;
  1035. bottom: 0px;
  1036. height: 20px;
  1037. left: 0px;
  1038. position: absolute;
  1039. z-index:10000;
  1040. right: 0px;
  1041. vertical-align: top;
  1042. padding:6px;
  1043. }
  1044. .activPagesButton{
  1045. position: absolute;
  1046. right: 0px;
  1047. bottom: 0px;
  1048. width:20px;
  1049. height:20px;
  1050. background-color: #F4F7FC;
  1051. }
  1052. .verticalNavigationTable{
  1053. display: inline-block;
  1054. }
  1055. .metricAverageTraffic
  1056. {
  1057. background-image: url('../../images/metrics/icon_average_traffic.gif');
  1058. background-repeat: no-repeat;
  1059. background-position: center;
  1060. }
  1061. .metricExcellentTraffic
  1062. {
  1063. background-image: url('../../images/metrics/icon_excellent_traffic.gif');
  1064. background-repeat: no-repeat;
  1065. background-position: center;
  1066. }
  1067. .metricPoorTraffic
  1068. {
  1069. background-image: url('../../images/metrics/icon_poor_traffic.gif');
  1070. background-repeat: no-repeat;
  1071. background-position: center;
  1072. }
  1073. .metricTrendUp
  1074. {
  1075. background-image: url('../../images/metrics/icon_metric_trend_up.gif');
  1076. background-repeat: no-repeat;
  1077. background-position: center;
  1078. }
  1079. .metricTrendDown
  1080. {
  1081. background-image: url('../../images/metrics/icon_metric_trend_down.gif');
  1082. background-repeat: no-repeat;
  1083. background-position: center;
  1084. }
  1085. .metricTrendEven
  1086. {
  1087. background-image: url('../../images/metrics/icon_metric_trend_even.gif');
  1088. background-repeat: no-repeat;
  1089. background-position: center;
  1090. }
  1091. .metricStatusInvalid
  1092. {
  1093. background-image: url('../../images/metrics/icon_metrics_not_live.gif');
  1094. background-repeat: no-repeat;
  1095. background-position: center;
  1096. }
  1097. .metric_cellReadonly
  1098. {
  1099. }
  1100. .CubeDataGrid
  1101. {
  1102. table-layout: fixed;
  1103. }
  1104. .dijitBorderContainer .dijitSplitter.cubeViewerChartSplitter
  1105. {
  1106. background-color: threedface;
  1107. border-style: solid;
  1108. border-width: 1px;
  1109. border-color: threedhighlight threedshadow threedshadow threedhighlight;
  1110. background-image: none;
  1111. height: 3px;
  1112. }
  1113. .dijitBorderContainer .cubeViewerChartSplitter .dijitSplitterThumb
  1114. {
  1115. display: none;
  1116. }
  1117. .dimensionDropMenuItemIcon
  1118. {
  1119. background-image: url("../../images/PMTM1TC/dp_dimIcon.gif");
  1120. }
  1121. .DimDropMenu_title .dijitButtonNode,
  1122. .DimDropMenu_rc .dijitButtonNode,
  1123. .DimDropMenu_hidden .dijitButtonNode
  1124. {
  1125. display: block;
  1126. margin: 0;
  1127. padding: 0 !important;
  1128. height: 100%;
  1129. width: 100%;
  1130. background: none !important;
  1131. border: none !important;
  1132. }
  1133. .DimDropMenu_title .dijitButtonNode .dijitDownArrowButton,
  1134. .DimDropMenu_rc .dijitButtonNode .dijitDownArrowButton,
  1135. .DimDropMenu_hidden .dijitButtonNode .dijitDownArrowButton
  1136. {
  1137. display: none;
  1138. }
  1139. .hiddenDimensionCountContainer
  1140. {
  1141. display: block;
  1142. padding-top: 12px;
  1143. }