tm1webstyle.css 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567
  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. .toolbar
  15. {
  16. background-color: #8FB3E6;
  17. white-space:nowrap;
  18. }
  19. .toolbar_button
  20. {
  21. background-color:#8FB3E6;
  22. margin-left: 3px;
  23. margin-top: 3px;
  24. vertical-align: middle;
  25. border: 1px solid;
  26. border-top-color: #8FB3E6;
  27. border-left-color: #8FB3E6;
  28. border-right-color: #8FB3E6;
  29. border-bottom-color: #8FB3E6;
  30. }
  31. .toolbar_button_on
  32. {
  33. background-color:#8FB3E6;
  34. margin-left: 3px;
  35. margin-top: 3px;
  36. vertical-align: middle;
  37. border: 1px solid;
  38. border-top-color: #FFFFFF;
  39. border-left-color: #FFFFFF;
  40. border-right-color: #716F64;
  41. border-bottom-color: #716F64;
  42. }
  43. .toolbar_button_pressed
  44. {
  45. background-color:#8FB3E6;
  46. margin-left: 3px;
  47. margin-top: 3px;
  48. vertical-align: middle;
  49. border: 1px solid;
  50. border-top-color: #716F64;
  51. border-left-color: #716F64;
  52. border-right-color: #FFFFFF;
  53. border-bottom-color: #FFFFFF;
  54. }
  55. .toolbar_label
  56. {
  57. font-family: Tahoma, Arial;
  58. font-weight: bold;
  59. font-size: 8pt;
  60. color: Black;
  61. }
  62. .OLDtab_button
  63. {
  64. BACKGROUND-REPEAT: no-repeat;
  65. background-position:center left;
  66. padding-left:15px;
  67. font-size: 10pt;
  68. font-family: Tahoma, Arial;
  69. margin-top: 3px;
  70. background-color: #ECE9D8;
  71. border-bottom: 0;
  72. border-top:1px solid;
  73. border-left: 1px solid;
  74. border-right: 1px solid;
  75. font-weight:normal;
  76. cursor:pointer;
  77. }
  78. .OLDtab_button_selected
  79. {
  80. background-color: #FFEEC2;
  81. font-weight:bold;
  82. border-top:2px solid;
  83. }
  84. .tab_bar
  85. {
  86. position: absolute;
  87. top: 0px;
  88. overflow: hidden;
  89. height: 27px;
  90. border: 0px;
  91. background-image: url(../../images/tabs/tabbbar-background.png);
  92. background-repeat:repeat-x;
  93. }
  94. .tab_button
  95. {
  96. font-size: 10pt;
  97. font-family: Tahoma, Arial;
  98. font-weight:normal;
  99. cursor:pointer;
  100. vertical-align: middle;
  101. border: 0px;
  102. height: 20px;
  103. }
  104. .chart_tab_button
  105. {
  106. font-size: 8pt;
  107. font-family: Tahoma, Arial;
  108. margin-top: 3px;
  109. font-weight:normal;
  110. cursor:pointer;
  111. vertical-align: middle;
  112. border: 0px;
  113. height: 20px;
  114. }
  115. .tab_button_left
  116. {
  117. background-image: url(../../images/tabs/tab-inactive-lt-blank.gif);
  118. background-repeat: no-repeat;
  119. width:27px;
  120. }
  121. .tab_button_center
  122. {
  123. background-image: url(../../images/tabs/tab-inactive-cntr.gif);
  124. background-repeat: repeat-x;
  125. }
  126. .tab_button_right
  127. {
  128. background-image: url(../../images/tabs/tab-inactive-rt-blank.gif);
  129. background-repeat: no-repeat;
  130. width:27px;
  131. }
  132. .chart_tab_button_right
  133. {
  134. background-image: url(../../images/tabs/tab-inactive-rt-short.gif);
  135. background-repeat: no-repeat;
  136. width:14px;
  137. }
  138. .tab_button_text
  139. {
  140. cursor: pointer;
  141. vertical-align: middle;
  142. margin-left: 3px;
  143. padding-top: 3px;
  144. font-weight:normal;
  145. text-decoration:underline;
  146. color: #0000cc;
  147. }
  148. .tab_button_text_selected
  149. {
  150. font-weight: bold;
  151. color:#336699;
  152. text-decoration:none;
  153. }
  154. .tab_button_left_selected
  155. {
  156. background-image: url(../../images/tabs/tab-active-lt-blank.gif);
  157. background-repeat: no-repeat;
  158. width:27px;
  159. }
  160. .tab_button_center_selected
  161. {
  162. background-image: url(../../images/tabs/tab-active-cntr.gif);
  163. background-repeat: repeat-x;
  164. }
  165. .tab_button_right_selected
  166. {
  167. background-image: url(../../images/tabs/tab-active-rt-blank.gif);
  168. background-repeat: no-repeat;
  169. width:27px;
  170. }
  171. .chart_tab_button_right_selected
  172. {
  173. background-image: url(../../images/tabs/tab-active-rt-short.gif);
  174. background-repeat: no-repeat;
  175. width:14px;
  176. }
  177. .menu
  178. {
  179. border: #336699 1px solid;
  180. background-color: #ffffff;
  181. position: absolute;
  182. top: 0px;
  183. left: 0px;
  184. padding-bottom: 0px;
  185. padding-top: 0px;
  186. padding-left: 0px;
  187. padding-right: 0px;
  188. z-index: 701;
  189. }
  190. .subMenu
  191. {
  192. z-index: 702;
  193. }
  194. .menuItem
  195. {
  196. cursor:pointer;
  197. color: #000000;
  198. height: 20px;
  199. background-color: #ffffff;
  200. font-size: 8pt;
  201. font-family: Tahoma, Arial;
  202. }
  203. .menuItemSeparator
  204. {
  205. border-bottom: #c0c0c0 1px solid;
  206. }
  207. .menuItemWithPopup
  208. {
  209. background-image:url(../../images/right.gif);
  210. background-repeat: no-repeat;
  211. background-position: right;
  212. background-color: transparent;
  213. }
  214. .menuItemWithDisabledPopup
  215. {
  216. background-image:url(../../images/right_disabled.gif);
  217. background-repeat: no-repeat;
  218. background-position: right;
  219. background-color: transparent;
  220. }
  221. .menuItemDisabled
  222. {
  223. color:Gray;
  224. cursor:auto;
  225. }
  226. .menuItemHeader
  227. {
  228. border: 0px;
  229. text-align:center;
  230. padding-right: 2px;
  231. padding-left: 3px;
  232. background-color:#e7e7e7;
  233. }
  234. .menuItemBody
  235. {
  236. border: 0px;
  237. padding-left: 2px;
  238. padding-right:15px;
  239. padding-top: 3px;
  240. padding-bottom: 3px;
  241. }
  242. .menuItemBodyWithPopup
  243. {
  244. background-image:url(../../images/right.gif);
  245. background-repeat: no-repeat;
  246. background-position: right;
  247. background-color: transparent;
  248. }
  249. .menuItemHeaderSelected
  250. {
  251. background-color: #e3e9f3;
  252. }
  253. .menuItemBodySelected
  254. {
  255. color: #000000;
  256. background-color: #e3e9f3;
  257. }
  258. .loginBody
  259. {
  260. margin: 0;
  261. background-color: #ffffff;
  262. }
  263. .loginBodyMini
  264. {
  265. margin: 0;
  266. background-image: url('../../images/mini_image.jpg');
  267. background-repeat: no-repeat;
  268. background-position: center center;
  269. }
  270. .loginMain
  271. {
  272. background-image: url('../../images/main_image.jpg');
  273. background-repeat: no-repeat;
  274. background-position:top left;
  275. }
  276. .loginOuterTD
  277. {
  278. padding-left:5px;
  279. }
  280. .loginInfoLabel
  281. {
  282. width: 100px;
  283. text-align: right;
  284. vertical-align: middle;
  285. font-size: 8pt;
  286. font-family: tahoma,arial,sans-serif;
  287. }
  288. .loginInfoTextbox
  289. {
  290. font-size: 8pt;
  291. font-family: tahoma,arial,sans-serif;
  292. }
  293. .loginButton
  294. {
  295. width: 87px;
  296. font-size: 8pt;
  297. font-family: tahoma,arial,sans-serif;
  298. }
  299. .loginRefreshButton
  300. {
  301. width: 78px;
  302. font-size:8pt;
  303. font-family: tahoma,arial,sans-serif;
  304. }
  305. .loginSpacerTD
  306. {
  307. height:3px;
  308. font-size:2pt;
  309. }
  310. .loginFooterLeft
  311. {
  312. PADDING-LEFT:10px;
  313. FONT-SIZE:8pt;
  314. COLOR:rgb(84,84,84);
  315. FONT-FAMILY:tahoma,arial,sans-serif;
  316. TEXT-ALIGN:left;
  317. white-space: nowrap;
  318. }
  319. .loginFooterRight
  320. {
  321. PADDING-right:10px;
  322. FONT-SIZE:8pt;
  323. COLOR:rgb(84,84,84);
  324. FONT-FAMILY:tahoma,arial,sans-serif;
  325. TEXT-ALIGN:right;
  326. white-space: nowrap;
  327. }
  328. .drpLstDiv
  329. {
  330. overflow: hidden;
  331. border: 1px solid black;
  332. padding: 0px;
  333. margin: 0px;
  334. z-index: 98765;
  335. position: absolute;
  336. background: white;
  337. }
  338. .drpLstFrmHst
  339. {
  340. top: 0;
  341. left: 0;
  342. overflow: hidden;
  343. /*background-image: url('../../images/PMMTM1TC/view_loader.gif'); TODO - add some cool loading image*/
  344. }
  345. .drpLstIfrm
  346. {
  347. left: -2;
  348. top: -2;
  349. position: absolute;
  350. overflow: hidden;
  351. border: 0px solid white;
  352. padding: 0px;
  353. margin: 0px;
  354. }
  355. .drpLstResizeImg
  356. {
  357. cursor: nw-resize;
  358. z-index: 98767;
  359. position: absolute;
  360. }
  361. .drpListPopupImg
  362. {
  363. z-index: 98767;
  364. position: absolute;
  365. cursor:pointer;
  366. }
  367. .drpLstCoverDiv
  368. {
  369. height: 100%;
  370. width: 100%;
  371. top: 0;
  372. left: 0;
  373. z-index: 98766;
  374. position:absolute;
  375. }
  376. .tm1Widget{
  377. }
  378. .dropdownButtonForSubset{
  379. position: absolute;
  380. bottom: 0px;
  381. left:0px;
  382. z-index:-1;
  383. visibility: hidden;
  384. }
  385. .treeDiv
  386. {
  387. width:332px;
  388. height:284px;
  389. overflow:auto;
  390. margin:10px 7px;
  391. border:solid 1px black;
  392. }
  393. .treeNodeCheck
  394. {
  395. height: 14px;
  396. margin: 0px;
  397. margin-right: 3px;
  398. padding: 0px;
  399. border: 1px;
  400. vertical-align:bottom;
  401. }
  402. .sandboxCreateDialog
  403. {
  404. width:360px;
  405. height:500px;
  406. }
  407. .sandboxDeleteDialog
  408. {
  409. width:360px;
  410. height:450px;
  411. }
  412. .sandboxDialogHeader
  413. {
  414. padding-left: 4px;
  415. }
  416. .verticalSpacer
  417. {
  418. height:20px;
  419. }
  420. .leftAlign
  421. {
  422. padding:4px;
  423. text-align:left;
  424. }
  425. .highlight
  426. {
  427. background-color:#d4dff2;
  428. }
  429. .ajaxBusy{
  430. cursor: wait;
  431. filter: Alpha(opacity=0);
  432. opacity: 0;
  433. }
  434. .claro .dijitDialog .dijitDialogPaneContent
  435. {
  436. padding:4px 6px;
  437. }
  438. .claro .dijitDialogTitleBar
  439. {
  440. padding-left:0px;
  441. }
  442. .entry_field_visible
  443. {
  444. position:fixed;
  445. font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  446. font-size:8pt;
  447. font-weight: 400;
  448. z-index:10;
  449. }
  450. .hidden {
  451. display: none;
  452. }
  453. .sandbox_changed {
  454. color: #0000C0;
  455. }
  456. .consolidated {
  457. font-weight: bold;
  458. }
  459. .cell_readonly {
  460. background-color: #EAEAEA;
  461. }
  462. .TM1MenuItemInlineBlock {
  463. width: 16px;
  464. height: 16px;
  465. display:-moz-inline-box;
  466. display:inline-block;
  467. #zoom: 1;
  468. #display:inline;
  469. margin: 0 2px 0 4px;
  470. }
  471. .resizeOverlay
  472. {
  473. z-index: 19;
  474. top: 0px;
  475. left: 0px;
  476. position: absolute;
  477. background-color: white;
  478. opacity: 0;
  479. filter: alpha(opacity=0);
  480. }
  481. .clickable
  482. {
  483. cursor: pointer;
  484. }
  485. .busy
  486. {
  487. cursor: wait;
  488. }
  489. .progress
  490. {
  491. cursor: progress;
  492. }
  493. .relationalDrillThroughGrid
  494. {
  495. border-collapse: collapse;
  496. }
  497. .relationalDrillThroughGrid td
  498. {
  499. border: solid 1px black;
  500. padding: 1px;
  501. }