light-grey.css 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326
  1. /* CSS Document */
  2. body {
  3. font-family: Tahoma, Verdana, Arial, Helvetica;
  4. font-size: 10pt;
  5. color:#000000;
  6. margin: 0; /* Remove body margin/padding */
  7. padding: 0;
  8. overflow: hidden; /* Remove scroll bars on browser window */
  9. }
  10. .raw_output {
  11. font-family: Courier-New, Courier, Arial, Helvetica;
  12. font-size: 8pt;
  13. background-color: #eeeeee;
  14. color: #000000;
  15. border: 1px dashed #000000;
  16. padding: 0.25em;
  17. margin-top: 1em;
  18. }
  19. h1 {
  20. font-family: Tahoma, Verdana, Arial, Helvetica;
  21. color: #000;
  22. font-weight: bold;
  23. font-size: 12pt;
  24. }
  25. h2 {
  26. font-family: Tahoma, Verdana, Arial, Helvetica;
  27. color: #000;
  28. font-weight: normal;
  29. font-size: 12pt;
  30. }
  31. h3 {
  32. font-family: Tahoma, Verdana, Arial, Helvetica;
  33. color: #000;
  34. font-weight: normal;
  35. font-size: 10pt;
  36. }
  37. .hilite, .hilite a, .hilite a:visited {
  38. color: #EB8F00;
  39. text-decoration: none;
  40. }
  41. table.datatable {
  42. width: 100%;
  43. border: 0;
  44. padding: 0;
  45. }
  46. td.menucontainer {
  47. text-align: right;
  48. }
  49. table.listResults {
  50. padding: 0px;
  51. border-top: 3px solid #f6f6f1;
  52. border-left: 3px solid #f6f6f1;
  53. border-bottom: 3px solid #e6e6e1;
  54. border-right: 3px solid #e6e6e1;
  55. width: 100%;
  56. background-color: #fff;
  57. }
  58. table.listResults td {
  59. padding: 2px;
  60. }
  61. table.listContainer {
  62. border: 0;
  63. padding: 0;
  64. margin:0;
  65. width: 100%;
  66. clear: both;
  67. }
  68. tr.containerHeader, tr.containerHeader td {
  69. background: transparent;
  70. }
  71. tr.even td, .wizContainer tr.even td {
  72. background-color: #f9f9f1;
  73. }
  74. tr.red_even td, .wizContainer tr.red_even td {
  75. background-color: #f97e75;
  76. color: #ffffff;
  77. }
  78. tr.red td, .wizContainer tr.red td {
  79. background-color: #f9a397;
  80. color: #ffffff;
  81. }
  82. tr.orange_even td, .wizContainer tr.orange_even td {
  83. background-color: #f4d07a;
  84. }
  85. tr.orange td, .wizContainer tr.orange td {
  86. background-color: #f4e96c;
  87. }
  88. tr.green_even td, .wizContainer tr.green_even td {
  89. background-color: #bee5a3;
  90. }
  91. tr.green td, .wizContainer tr.green td {
  92. background-color: #b3e5b4;
  93. }
  94. tr td.hover, tr.even td.hover, .hover a, .hover a:visited, .hover a:hover, .wizContainer tr.even td.hover, .wizContainer tr td.hover {
  95. background-color: #fdf5d0;
  96. color: #000000;
  97. }
  98. th {
  99. font-family: Tahoma, Verdana, Arial, Helvetica;
  100. font-size: 8pt;
  101. color: #1C94C4;
  102. height:20px;
  103. background: #f6f6f1 url(../images/grey-header.gif) bottom repeat-x;
  104. }
  105. th.header {
  106. cursor: pointer;
  107. background-repeat: no-repeat;
  108. background-position: center right;
  109. background-image: url(../images/bg.gif);
  110. background-repeat: no-repeat;
  111. padding-right: 16px; // some space for the asc/desc icons
  112. }
  113. th.headerSortUp {
  114. background-image: url(../images/asc.gif);
  115. text-decoration: underline;
  116. cursor: pointer;
  117. }
  118. th.headerSortDown {
  119. background-image: url(../images/desc.gif);
  120. text-decoration: underline;
  121. cursor: pointer;
  122. }
  123. td {
  124. font-family: Tahoma, Verdana, Arial, Helvetica;
  125. font-size: 12px;
  126. color:#696969;
  127. nobackground-color: #ffffff;
  128. padding: 0px;
  129. }
  130. tr.clicked td {
  131. font-family: Tahoma, Verdana, Arial, Helvetica;
  132. font-size: smaller;
  133. background-color: #ffcfe8;
  134. }
  135. td.label {
  136. vertical-align: top;
  137. }
  138. td.label span {
  139. font-family: Tahoma, Verdana, Arial, Helvetica;
  140. font-size: 12px;
  141. color: #000000;
  142. padding: 5px;
  143. padding-right: 10px;
  144. font-weight:bold;
  145. vertical-align: top;
  146. text-align: right;
  147. display: block;
  148. }
  149. fieldset td.label span {
  150. padding: 3px;
  151. padding-right: 10px;
  152. }
  153. fieldset {
  154. margin-top: 3px;
  155. -moz-border-radius: 6px;
  156. -webkit-border-radius: 6px;
  157. border-radius: 6px;
  158. border-style: solid;
  159. border-color: #ddd;
  160. }
  161. legend {
  162. font-family: Tahoma, Verdana, Arial, Helvetica;
  163. font-size: 12px;
  164. padding:8px;
  165. color: #fff;
  166. background-color: #1C94C4;
  167. font-weight: bold;
  168. -moz-border-radius: 6px;
  169. -webkit-border-radius: 6px;
  170. border-radius: 6px;
  171. }
  172. legend.transparent {
  173. background: transparent;
  174. color: #333333;
  175. font-size: 1em;
  176. font-weight: normal;
  177. padding: 0;
  178. }
  179. .ui-widget-content td legend a, .ui-widget-content td legend a:hover, .ui-widget-content td legend a:visited {
  180. color: #fff;
  181. }
  182. .ui-widget-content td a, p a, p a:visited, td a, td a:visited {
  183. text-decoration:none;
  184. color: #1C94C4;
  185. padding-left:14px;
  186. background: url(../images/mini-arrow-orange.gif) no-repeat left;
  187. }
  188. p a:hover, td a:hover {
  189. text-decoration:underline;
  190. color:#EB8F00;
  191. padding-left:14px;
  192. background: url(../images/mini-arrow-orange.gif) no-repeat left;
  193. }
  194. td a.no-arrow, td a.no-arrow:visited, .SearchDrawer a.no-arrow, .SearchDrawer a.no-arrow:visited {
  195. text-decoration:none;
  196. color:#000000;
  197. padding-left:0px;
  198. background: inherit;
  199. }
  200. td a.no-arrow:hover {
  201. text-decoration:underline;
  202. color:#d81515;
  203. padding-left:0px;
  204. background: inherit;
  205. }
  206. td a.mailto, td a.mailto:visited {
  207. text-decoration:none;
  208. color:#000000;
  209. padding-left:20px;
  210. background: url(../images/mail.png) no-repeat left;
  211. }
  212. td a.mailto:hover {
  213. text-decoration:underline;
  214. color:#EB8F00;
  215. padding-left:20px;
  216. background: url(../images/mail.png) no-repeat left;
  217. }
  218. a.small_action {
  219. font-family: Tahoma, Verdana, Arial, Helvetica;
  220. font-size: 8pt;
  221. color: #000000;
  222. text-decoration:none;
  223. }
  224. .display_block {
  225. padding:0.25em;
  226. }
  227. .actions_details {
  228. float:right;
  229. margin-top:10px;
  230. margin-right:10px;
  231. padding-left: 5px;
  232. padding-top: 2px;
  233. padding-bottom: 2px;
  234. background: url(../images/actions_left.png) no-repeat left;
  235. }
  236. .actions_details span{
  237. background: url(../images/actions_right.png) no-repeat right;
  238. color: #fff;
  239. font-weight: bold;
  240. padding-top: 2px;
  241. padding-bottom: 2px;
  242. padding-right: 12px;
  243. }
  244. .actions_details a {
  245. text-decoration:none;
  246. }
  247. .loading {
  248. noborder: 1px dashed #CCC;
  249. background: #b9c1c8;
  250. padding:0.25em;
  251. }
  252. input.textSearch {
  253. border:1px solid #000;
  254. font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
  255. font-size: 12px;
  256. color:#000000;
  257. }
  258. .ac_input {
  259. border: 1px solid #7f9db9;
  260. background: #fff url(../images/ac-background.gif) no-repeat right;
  261. }
  262. /* By Rom */
  263. .csvimport_createobj {
  264. color: #AA0000;
  265. background-color:#EEEEEE;
  266. }
  267. .csvimport_error {
  268. font-weight: bold;
  269. color: #FF0000;
  270. background-color:#EEEEEE;
  271. }
  272. .csvimport_warning {
  273. color: #CC8888;
  274. background-color:#EEEEEE;
  275. }
  276. .csvimport_ok {
  277. color: #00000;
  278. background-color:#BBFFBB;
  279. }
  280. .csvimport_reconkey {
  281. font-style: italic;
  282. color: #888888;
  283. background-color:#FFFFF;
  284. }
  285. .csvimport_extreconkey {
  286. color: #888888;
  287. background-color:#FFFFFF;
  288. }
  289. #accordion h3 {
  290. padding: 10px;
  291. }
  292. .ui-accordion-content ul {
  293. list-style:none;
  294. padding-left:16px;
  295. margin-top: 8px;
  296. }
  297. .ui-accordion-content li.submenu {
  298. margin-top: 8px;
  299. }
  300. .ui-accordion-content ul ul {
  301. padding: 8px 0px 8px 8px;
  302. margin:0;
  303. list-style:none;
  304. border: 0;
  305. }
  306. .nothing {
  307. noborder-top: 1px solid #8b8b8b;
  308. padding: 4px 0px 0px 16px;
  309. font-size:8pt;
  310. background: url(../images/green-square.gif) no-repeat bottom left;
  311. color:#83b217;
  312. font-weight:bold;
  313. text-decoration:none;
  314. }
  315. div.ui-accordion-content {
  316. padding-top: 10px;
  317. padding-left: 10px;
  318. }
  319. .ui-accordion-content a, ui-accordion-content a:visited {
  320. color: #1C94C4;
  321. text-decoration:none;
  322. }
  323. .ui-accordion-content a:hover {
  324. color: #EB8F00;
  325. text-decoration: none;
  326. }
  327. .ui-accordion-content p {
  328. color:#8b8b8b;
  329. text-decoration:none;
  330. margin: 0;
  331. padding-bottom: 1px;
  332. font-size: 9pt;
  333. font-weight:normal;
  334. border: 0;
  335. }
  336. .ui-accordion-content ul {
  337. padding-left: 0;
  338. margin-top: 0;
  339. }
  340. .ui-accordion-content li {
  341. color:#8b8b8b;
  342. text-decoration:none;
  343. margin: 0;
  344. padding: 0px 0pt 0px 16px;
  345. font-size: 9pt;
  346. background: url(../images/mini-arrow-orange.gif) no-repeat top left;
  347. font-weight:normal;
  348. border: 0;
  349. }
  350. a.CollapsibleLabel, td a.CollapsibleLabel {
  351. margin: 0;
  352. padding: 0px 0pt 0px 16px;
  353. font-size:8pt;
  354. text-decoration:none;
  355. color:#8b8b8b;
  356. background: url(../images/mini-arrow-orange.gif) no-repeat left;
  357. }
  358. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  359. a.CollapsibleLabel.open, td a.CollapsibleLabel.open {
  360. margin: 0;
  361. padding: 0px 0pt 0px 16px;
  362. font-size:8pt;
  363. text-decoration:none;
  364. color: #EB8F00;
  365. background: url(../images/mini-arrow-orange-open.gif) no-repeat left;
  366. }
  367. .page_header {
  368. background-color:#f6f6f1;
  369. padding:5px;
  370. }
  371. .notreeview li { background: url(../images/tv-item.gif) 0 0 no-repeat; }
  372. .notreeview .collapsable { background-image: url(../images/tv-collapsable.gif); }
  373. .notreeview .expandable { background-image: url(../images/tv-expandable.gif); }
  374. .notreeview .last { background-image: url(../images/tv-item-last.gif); }
  375. .notreeview .lastCollapsable { background-image: url(../images/tv-collapsable-last.gif); }
  376. .notreeview .lastExpandable { background-image: url(../images/tv-expandable-last.gif); }
  377. #OrganizationSelection {
  378. padding:5px 0px 16px 20px;
  379. }
  380. /* popup menus */
  381. div.itop_popup {
  382. margin: 0;
  383. padding: 0;
  384. float:right;
  385. }
  386. div.itop_popup > ul > li {
  387. list-style: none;
  388. cursor: pointer;
  389. }
  390. div.actions_menu > ul {
  391. height:19px;
  392. line-height: 17px;
  393. vertical-align: middle;
  394. display:block;
  395. nowidth:70px; /* Nasty work-around for IE... en attendant mieux */
  396. padding-left: 5px;
  397. background: url(../images/actions_left.png) no-repeat top left;
  398. cursor: pointer;
  399. }
  400. div.actions_menu > ul > li {
  401. float: left;
  402. list-style: none;
  403. font-size: 11px;
  404. font-family: Tahoma,sans-serif;
  405. height: 17px;
  406. padding-right: 16px;
  407. padding-left: 4px;
  408. background: url(../images/actions_right.png) no-repeat top right transparent;
  409. font-weight: bold;
  410. color: #fff;
  411. vertical-align: middle;
  412. }
  413. #logOffBtn > ul > li {
  414. list-style: none;
  415. vertical-align: middle;
  416. margin: 0;
  417. padding: 0;
  418. }
  419. #logOffBtn > ul {
  420. list-style: none;
  421. vertical-align: middle;
  422. margin: 0;
  423. padding: 0;
  424. height: 25px;
  425. noline-height: 25px;
  426. }
  427. .itop_popup li a, #logOffBtn li a {
  428. display: block;
  429. padding: 5px 12px;
  430. text-decoration: none;
  431. nowidth: 70px;
  432. color: #000;
  433. font-weight: bold;
  434. white-space: nowrap;
  435. background: #fff;
  436. }
  437. #logOffBtn li span {
  438. display: block;
  439. padding: 5px 12px;
  440. text-decoration: none;
  441. nowidth: 70px;
  442. color: #000;
  443. white-space: nowrap;
  444. background: #fff;
  445. }
  446. .itop_popup li a:hover, #logOffBtn li a:hover {
  447. background: #1A4473;
  448. }
  449. .itop_popup ul > li > ul, #logOffBtn ul > li > ul
  450. {
  451. border: 1px solid black;
  452. background: #fff;
  453. }
  454. .itop_popup li > ul, #logOffBtn li > ul
  455. { margin: 0;
  456. padding: 0;
  457. position: absolute;
  458. display: none;
  459. border-top: 1px solid white;
  460. z-index: 999;
  461. }
  462. .itop_popup li ul li, #logOffBtn li ul li {
  463. float: none;
  464. display: inline;
  465. }
  466. .itop_popup li ul li a, #logOffBtn li ul li a {
  467. width: auto;
  468. text-align: left;
  469. }
  470. .itop_popup li ul li a:hover, #logOffBtn li ul li a:hover{
  471. background: #D81515;
  472. color: #fff;
  473. font-weight: bold;
  474. }
  475. hr.menu-separator {
  476. border: none 0;
  477. border-top: 1px solid #ccc;;
  478. color: #ccc;
  479. background-color: transparent;
  480. height: 1px;
  481. margin: 3px;
  482. cursor: default;
  483. }
  484. /************************************/
  485. .wizHeader {
  486. background: #1c94c4;
  487. padding: 15px;
  488. }
  489. .wizSeparator {
  490. float:left;
  491. background: #83b217;
  492. height: 29px;
  493. margin-top: 5px;
  494. }
  495. div.wizActiveStep {
  496. height: 29px;
  497. background: url(../images/wizActiveStepLeft.gif) no-repeat left;
  498. color: #d81515;
  499. padding-left: 8px;
  500. margin-top: 5px;
  501. vertical-align: middle;
  502. float: left;
  503. }
  504. div.wizActiveStep span {
  505. height: 29px;
  506. background: url(../images/wizActiveStepRight.gif) no-repeat top right;
  507. padding-right: 8px;
  508. padding-top: 8px;
  509. float:left;
  510. }
  511. div.wizStep {
  512. height: 29px;
  513. background: url(../images/wizStepLeft.gif) no-repeat left;
  514. padding-left: 8px;
  515. vertical-align: middle;
  516. margin-top: 5px;
  517. float:left;
  518. }
  519. div.wizStep span {
  520. height: 29px;
  521. background: url(../images/wizStepRight.gif) no-repeat top right;
  522. padding-right: 8px;
  523. padding-top: 8px;
  524. float:left;
  525. }
  526. .wizContainer {
  527. border: 5px solid #1c94c4;
  528. background: #d6e8ef;
  529. padding: 5px;
  530. }
  531. .wizContainer table tr td {
  532. background: transparent;
  533. }
  534. .alignRight {
  535. text-align: right;
  536. padding: 3px;
  537. }
  538. .alignLeft {
  539. text-align: left;
  540. padding: 3px;
  541. }
  542. .red {
  543. background-color: #ff6000;
  544. color: #000;
  545. }
  546. th.red {
  547. background: url(../images/red-header.gif) bottom left repeat-x;
  548. color: #000;
  549. }
  550. .green {
  551. background-color: #00cc00;
  552. color: #000;
  553. }
  554. th.green {
  555. background: url(../images/green-header.gif) bottom left repeat-x;
  556. color: #000;
  557. }
  558. .orange {
  559. background-color: #ffde00;
  560. color: #000;
  561. }
  562. th.orange {
  563. background: url(../images/orange-header.gif) bottom left repeat-x;
  564. color: #000;
  565. }
  566. /* For Date Picker: Creates a little calendar icon
  567. * instead of a text link for "Choose date"
  568. */
  569. td a.dp-choose-date, a.dp-choose-date, td a.dp-choose-date:hover, a.dp-choose-date:hover, td a.dp-choose-date:visited, a.dp-choose-date:visited {
  570. float: left;
  571. width: 16px;
  572. height: 16px;
  573. padding: 0;
  574. margin: 5px 3px 0;
  575. display: block;
  576. text-indent: -2000px;
  577. overflow: hidden;
  578. background: url(../images/calendar.png) no-repeat;
  579. }
  580. td a.dp-choose-date.dp-disabled, a.dp-choose-date.dp-disabled {
  581. background-position: 0 -20px;
  582. cursor: default;
  583. }
  584. /* For Date Picker: makes the input field shorter once the date picker code
  585. * has run (to allow space for the calendar icon)
  586. */
  587. input.dp-applied {
  588. width: 140px;
  589. float: left;
  590. }
  591. /* For search forms */
  592. .SearchDrawer {
  593. //background: #1c94c4 url(../images/search-top-left-corner.png) top left no-repeat;
  594. border-top: 5px solid #1c94c4;
  595. border-left: 5px solid #1c94c4;
  596. border-right: 5px solid #1c94c4;
  597. border-bottom: 0;
  598. background: #d6e8ef;
  599. color: #000;
  600. padding: 10px;
  601. margin: 0;
  602. font-size: 12px;
  603. }
  604. .SearchDrawer label {
  605. background: #d6e8ef;
  606. color: #000;
  607. }
  608. .SearchDrawer h1 {
  609. color: #000;
  610. }
  611. .DrawerClosed {
  612. display: none;
  613. }
  614. .DrawerHandle {
  615. margin: 0;
  616. padding: 5px;
  617. background: url(../images/drawer-handle.gif) bottom no-repeat transparent;
  618. color: #fff;
  619. cursor: pointer;
  620. text-align: center;
  621. /* center the block */
  622. width: 100px;
  623. margin-left: auto;
  624. margin-right: auto;
  625. margin-top: 0;
  626. margin-bottom: 0;
  627. display: block;
  628. font-size: 12px;
  629. }
  630. div.HRDrawer {
  631. height: 5px;
  632. width: 100%;
  633. margin: 0;
  634. background-color: #1c94c4;
  635. margin: 0;
  636. padding: 0;
  637. border: 0;
  638. display: block;
  639. }
  640. .mini_tabs a {
  641. text-decoration: none;
  642. font-weight:bold;
  643. color: #ccc;
  644. background-color:#333;
  645. padding-left: 1em;
  646. padding-right: 1em;
  647. padding-bottom: 0.25em;
  648. }
  649. .mini_tabs a.selected {
  650. color: #fff;
  651. background-color: #1c94c4;
  652. padding-top: 0.25em;
  653. }
  654. .mini_tabs ul {
  655. margin: -10px;
  656. }
  657. .mini_tabs ul li {
  658. float: right;
  659. list-style: none;
  660. nopadding-left: 1em;
  661. nopadding-right: 1em;
  662. margin-top: 0;
  663. }
  664. .mandatory {
  665. border: 1px solid #f00;
  666. }
  667. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  668. table.listResults tr.odd td.truncated, table.listResults tr td.truncated, .wizContainer table.listResults tr.odd td.truncated, .wizContainer table.listResults tr td.truncated {
  669. background: url(../images/truncated.png) bottom repeat-x;
  670. }
  671. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  672. table.listResults tr.even td.truncated, .wizContainer table.listResults tr.even td.truncated {
  673. background: #f9f9f1 url(../images/truncated.png) bottom repeat-x;
  674. }
  675. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  676. table.listResults tr.even td.hover.truncated, , .wizContainer table.listResults tr.even td.hover.truncated {
  677. background: #fdf5d0 url(../images/truncated.png) bottom repeat-x;
  678. }
  679. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  680. table.listResults tr.odd td.hover.truncated, table.listResults tr td.hover.truncated, .wizContainer table.listResults tr.odd td.hover.truncated, .wizContainer table.listResults tr td.hover.truncated {
  681. background: #fdf5d0 url(../images/truncated.png) bottom repeat-x;
  682. }
  683. table.listResults.truncated {
  684. border-bottom: 0;
  685. padding-bottom: 0;
  686. }
  687. tr.csv_row0 td {
  688. padding-top:5px;
  689. padding-bottom:5px;
  690. padding-left:10px;
  691. padding-right:10px;
  692. background: #fff;
  693. border-left: #000 1px solid;
  694. }
  695. tr.csv_row1 td {
  696. padding-top:5px;
  697. padding-bottom:5px;
  698. padding-left:10px;
  699. padding-right:10px;
  700. background: #f9f9f1;
  701. border-left: #000 1px solid;
  702. }
  703. tr.csv_row1 th, tr.csv_row0 th {
  704. padding-top:5px;
  705. padding-bottom:5px;
  706. padding-left:10px;
  707. padding-right:10px;
  708. border-left: #000 1px solid;
  709. }
  710. td.cell_modified {
  711. font-weight: bold;
  712. color: #000;
  713. }
  714. td.cell_error {
  715. font-weight: bold;
  716. color: #D81515;
  717. }
  718. table.transparent, table.transparent td {
  719. background: transparent;
  720. }
  721. p.page-header {
  722. color:#1c94c4;
  723. font-weight: bold;
  724. font-size: 12pt;
  725. font-family: Verdana, Arial, Helvetica, Sans-Serif
  726. }
  727. td.dashboard {
  728. vertical-align:top;
  729. border: 1px solid #ccc;
  730. -moz-border-radius: 10px;
  731. -webkit-border-radius: 10px;
  732. border-radius: 10px;
  733. padding: 10px;
  734. width: 50%;
  735. }
  736. .white {
  737. background-color: #fff;
  738. }
  739. /*** New Lacanau layout ***/
  740. .ui-layout-pane { /* all 'panes' */
  741. overflow: auto;
  742. }
  743. .ui-layout-resizer { /* all 'resizer-bars' */
  744. background: #DDD;
  745. }
  746. .ui-layout-toggler { /* all 'toggler-buttons' */
  747. background: #AAA;
  748. }
  749. div#top-left {
  750. width: 28px;
  751. height: 70px;
  752. background: #f6f6f1 url(../images/top-left-bkg.png) top left no-repeat;
  753. float:left;
  754. }
  755. div#header-logo {
  756. width: 100%;
  757. height: 70px;
  758. background: #f6f6f1 url(../images/splitter-top.png) top repeat-x;
  759. }
  760. .ui-layout-pane-west {
  761. background: #f6f6f1 url(../images/left-bkg.png) left repeat-y;
  762. }
  763. div#right {
  764. min-width: 260px;
  765. }
  766. div#menu {
  767. width: 100%;
  768. overflow: auto;
  769. }
  770. .header-menu {
  771. padding-left: 24px;
  772. padding-right: 8px;
  773. padding-bottom: 24px;
  774. background: transparent;
  775. }
  776. div#inner_menu {
  777. padding-left: 24px;
  778. padding-right: 8px;
  779. background: transparent;
  780. }
  781. div#logo {
  782. height: 70px;
  783. nowidth: 100%;
  784. text-align: center;
  785. }
  786. div#logo div {
  787. height: 88px;
  788. width: 244px;
  789. background: url(../images/itop-logo-2.png) left no-repeat;
  790. }
  791. #top-bar {
  792. height: 55px;
  793. background: url(../images/banner-bkg.png) repeat-x scroll 0 0 transparent;
  794. text-align: right;
  795. }
  796. #admin-banner {
  797. float: left;
  798. margin-top: 2px;
  799. padding: 8px;
  800. border: 1px solid #c33;
  801. background-color: #fee;
  802. -moz-border-radius: 0.5em;
  803. }
  804. #global-search {
  805. height: 55px;
  806. float: right;
  807. background: url(../images/banner-search.png) no-repeat;
  808. nopadding-top: 15px;
  809. text-align: right;
  810. overflow-y: hidden;
  811. }
  812. #global-search > form div {
  813. padding-left: 4px;
  814. }
  815. #global-search table, #global-search tr td, #global-search tr {
  816. padding: 0;
  817. border: 0;
  818. height: 55px;
  819. margin: 0;
  820. background: transparent;
  821. overflow-y: hidden;
  822. vertical-align: middle;
  823. }
  824. #global-search > form input[type="text"] {
  825. border: 0;
  826. height: 18px;
  827. width: 180px;
  828. padding-top: 4;
  829. background: transparent;
  830. }
  831. #global-search > form tr td#g-search-input {
  832. padding-top: 3px;
  833. padding-left: 3px;
  834. background: transparent;
  835. }
  836. div.icon {
  837. width: 20px;
  838. height: 20px;
  839. margin: 2px;
  840. float: right;
  841. }
  842. span.ui-icon {
  843. float:left;
  844. margin:0 2px;
  845. }
  846. .ui-layout-button-pin-down {
  847. background: url(../images/splitter-bkg.png) transparent;
  848. width: 16px;
  849. background-position: -144px -144px;
  850. }
  851. .ui-layout-resizer-west-open {
  852. background: url(../images/splitter-bkg.png) repeat-y scroll 0 0 transparent;
  853. width: 16px;
  854. }
  855. div.footer img {
  856. border: 0;
  857. margin-bottom: 5px;
  858. margin-top: 5px;
  859. }
  860. div.footer{
  861. text-align:center;
  862. }
  863. #SearchResultsToAdd table.listResults tbody {
  864. height: 300px;
  865. overflow-y: auto;
  866. }
  867. tr.row_unchanged td {
  868. border-bottom: 1px #ccc solid;
  869. padding: 2px;
  870. }
  871. .wizContainer table tr.row_error td {
  872. border-bottom: 1px #ccc solid;
  873. background-color: #fdd;
  874. padding: 2px;
  875. }
  876. tr.row_modified td {
  877. border-bottom: 1px #ccc solid;
  878. padding: 2px;
  879. }
  880. tr.row_added td {
  881. border-bottom: 1px #ccc solid;
  882. padding: 2px;
  883. }
  884. a.truncated {
  885. cursor: pointer;
  886. }
  887. .org_combo
  888. {
  889. font-size:x-small;
  890. width: auto;
  891. max-width: 200px;
  892. }
  893. span.form_validation {
  894. width:24px;
  895. text-align:center;
  896. }
  897. .notification {
  898. border: 1px solid #c33;
  899. background-color: #fee;
  900. padding: 0.5em;
  901. margin: 0.5em;
  902. text-align:center;
  903. width: 95%;
  904. -moz-border-radius: 0.5em;
  905. }
  906. .wiki_broken_link {
  907. text-decoration: line-through;
  908. }
  909. .synoptics, .synoptics tr td {
  910. background: transparent;
  911. padding:10px;
  912. font-size:1em;
  913. vertical-align:middle;
  914. color:#fff;
  915. text-align:center;
  916. }
  917. .synoptics tr td.arrow {
  918. color:#333;
  919. border-top: 1px dashed #333;
  920. width:100px;
  921. }
  922. .synoptics tr.synoptics_header td {
  923. color:#000; font-size:1em;
  924. vertical-align:middle;
  925. text-align:center;
  926. }
  927. .mono_value {
  928. display: inline-block;
  929. background-color: #3c3;
  930. color: #fff;
  931. font-weight:bold;
  932. padding: 3px;
  933. padding-left: 5px;
  934. padding-right: 5px;
  935. margin-left:3px;
  936. -moz-border-radius: 10px;
  937. -webkit-border-radius: 10px;
  938. border-radius: 10px;
  939. }
  940. .multi_values {
  941. display: inline-block;
  942. background-color: #c33;
  943. color: #fff;
  944. font-weight:bold;
  945. padding: 3px;
  946. padding-left: 5px;
  947. padding-right: 5px;
  948. margin-left:3px;
  949. -moz-border-radius: 10px;
  950. -webkit-border-radius: 10px;
  951. border-radius: 10px;
  952. }
  953. .caselog {
  954. overflow-x: hidden;
  955. display: block;
  956. overflow-y: auto;
  957. border: 1px #ddd solid;
  958. font-family: Tahoma, Verdana, Arial, Helvetica;
  959. font-size: 12px;
  960. }
  961. .caselog_input_header {
  962. padding-top:3px;
  963. padding-bottom:3px;
  964. border-top:1px solid #fff;
  965. background: #ddd;
  966. width:100%;
  967. }
  968. .caselog_header {
  969. padding:3px;
  970. border-top:1px solid #fff;
  971. background: #ddd url(../images/plus.gif) left no-repeat;
  972. padding-left: 16px;
  973. cursor: pointer;
  974. width:100%;
  975. }
  976. .caselog_header.open {
  977. background: #ddd url(../images/minus.gif) left no-repeat;
  978. }
  979. .caselog_entry {
  980. padding:3px;
  981. padding-left: 16px;
  982. border-bottom:1px #999 solid;
  983. margin-left:0;
  984. margin-right:0;
  985. white-space: pre-wrap; /* css-3 */
  986. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  987. white-space: -pre-wrap; /* Opera 4-6 */
  988. white-space: -o-pre-wrap; /* Opera 7 */
  989. word-wrap: break-word; /* Internet Explorer 5.5+, CSS3 */
  990. }
  991. table.details {
  992. border-collapse: collapse;
  993. noborder-bottom: 2px #fff solid;
  994. width:100%;
  995. }
  996. table.details>tbody>tr>td {
  997. border-bottom: 2px #ddd solid;
  998. padding-bottom: 5px;
  999. padding-top: 3px;
  1000. }
  1001. fieldset table.details>tbody>tr>td {
  1002. padding-top: 3px;
  1003. background: transparent;
  1004. border: 0;
  1005. }
  1006. .ac_dlg_loading {
  1007. background: white url('../images/indicator.gif') right center no-repeat;
  1008. }
  1009. table.pagination {
  1010. display:inline-block;
  1011. }
  1012. table.pagination tr td {
  1013. padding: 3px;
  1014. }
  1015. .pager {
  1016. float:left;
  1017. }
  1018. .pager p {
  1019. margin-top: 0;
  1020. margin-bottom: 0;
  1021. }
  1022. .pager td span {
  1023. min-width: 20px;
  1024. padding-left: 2px;
  1025. padding-right: 2px;
  1026. display:inline-block;
  1027. text-align: center;
  1028. cursor: pointer;
  1029. }
  1030. .pager td span.curr_page {
  1031. color: #fff;
  1032. background: #999;
  1033. -moz-border-radius: 4px;
  1034. -webkit-border-radius: 4px;
  1035. border-radius: 4px;
  1036. }
  1037. img.prev, img.first, img.next, img.last {
  1038. cursor: pointer;
  1039. }
  1040. div.actions_button {
  1041. float:right;
  1042. background: url("../images/actions_left.png") no-repeat scroll left top transparent;
  1043. padding-left: 5px;
  1044. margin-top: 13px;
  1045. margin-right: 10px;
  1046. height:17px;
  1047. vertical-align: middle;
  1048. }
  1049. div.actions_button a, .actions_button a:hover, .actions_button a:visited {
  1050. background:url(../images/actions_bkg.png) no-repeat scroll right top transparent;
  1051. color:#fff;
  1052. padding-right: 8px;
  1053. cursor:pointer;
  1054. font-family: Tahoma,sans-serif;
  1055. font-size: 11px;
  1056. font-weight: bold;
  1057. padding-left: 4px;
  1058. text-decoration: none;
  1059. height:17px;
  1060. line-height: 17px;
  1061. display: block;
  1062. }
  1063. select#org_id {
  1064. max-width: 90%;
  1065. }
  1066. /*********** Dashboards ***********/
  1067. .itop-dashboard {
  1068. background-color: #fff;
  1069. }
  1070. .dragHover {
  1071. background: url(./ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png);
  1072. }
  1073. .edit_mode .dashlet {
  1074. background: url(./ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png);
  1075. padding: 5px;
  1076. margin:0;
  1077. position:relative;
  1078. }
  1079. .edit_mode .dashlet-selected {
  1080. background: #EB8F00 !important;
  1081. padding: 5px;
  1082. margin:0;
  1083. }
  1084. td.layout_cell {
  1085. height: 50px; /* min-height does not work */
  1086. vertical-align: top;
  1087. }
  1088. .dashlet-content {
  1089. background: #fff;
  1090. margin:0;
  1091. }
  1092. table.prop_table {
  1093. border-bottom: 2px solid #F9F9F1;
  1094. padding: 1px;
  1095. width: 100%;
  1096. }
  1097. .close-box {
  1098. margin: 5px;
  1099. width: 20px;
  1100. height: 20px;
  1101. position: absolute;
  1102. top: 0;
  1103. right: 0;
  1104. z-index: 10;
  1105. background: transparent url(../images/delete.png) no-repeat center;
  1106. }
  1107. td.prop_value {
  1108. text-align: left;
  1109. }
  1110. .dashlet {
  1111. text-align:left;
  1112. }
  1113. .dashlet-inline {
  1114. display: inline-block;
  1115. }
  1116. .dashlet-badge a.actions {
  1117. background: none repeat scroll 0 0 transparent;
  1118. color: #666666;
  1119. font-size: 16px;
  1120. text-decoration: none;
  1121. }
  1122. .dashlet-content .display_block {
  1123. text-align:left;
  1124. }
  1125. .summary-details {
  1126. float: right;
  1127. margin-top: 5px;
  1128. }
  1129. .summary-details th {
  1130. background: none repeat scroll 0 0 #CCCCCC;
  1131. color: #EEEEEE;
  1132. padding: 5px;
  1133. text-align: center;
  1134. }
  1135. .main_header {
  1136. background-color: #F1F1F6;
  1137. height: 60px;
  1138. width: 100%;
  1139. }
  1140. .main_header h1 {
  1141. color: #1C94C4;
  1142. line-height: 16px;
  1143. margin-bottom: 0;
  1144. margin-top: 0;
  1145. padding-bottom: 10px;
  1146. padding-top: 10px;
  1147. }
  1148. .main_header img {
  1149. margin-top: 10px;
  1150. margin-right: 10px;
  1151. float:left;
  1152. }
  1153. a.summary {
  1154. background: none repeat scroll 0 0 transparent;
  1155. color: #666666;
  1156. text-decoration: none;
  1157. }
  1158. .summary-details td {
  1159. background: none repeat scroll 0 0 transparent;
  1160. padding: 5px;
  1161. text-align: center;
  1162. }
  1163. #DashboardMenu > ul > li {
  1164. list-style: none;
  1165. vertical-align: middle;
  1166. margin: 0;
  1167. padding: 0;
  1168. }
  1169. #DashboardMenu > ul {
  1170. list-style: none;
  1171. vertical-align: middle;
  1172. margin: 0;
  1173. padding: 0;
  1174. height: 25px;
  1175. }
  1176. #DashboardMenu li a {
  1177. display: block;
  1178. padding: 5px 12px;
  1179. text-decoration: none;
  1180. color: #000;
  1181. font-weight: bold;
  1182. text-align: left;
  1183. white-space: nowrap;
  1184. background: #fff;
  1185. }
  1186. #DashboardMenu li span {
  1187. display: block;
  1188. padding: 5px 12px;
  1189. text-decoration: none;
  1190. color: #000;
  1191. white-space: nowrap;
  1192. background: #fff;
  1193. }
  1194. #DashboardMenu li {
  1195. list-style: none;
  1196. }
  1197. #DashboardMenu li a:hover {
  1198. background: #1A4473;
  1199. }
  1200. #DashboardMenu ul > li > ul
  1201. {
  1202. border: 1px solid black;
  1203. background: #fff;
  1204. }
  1205. #DashboardMenu li > ul
  1206. { margin: 0;
  1207. padding: 0;
  1208. position: absolute;
  1209. display: none;
  1210. border-top: 1px solid white;
  1211. z-index: 999;
  1212. }
  1213. #DashboardMenu li ul li a:hover{
  1214. background: #D81515;
  1215. color: #fff;
  1216. font-weight: bold;
  1217. list-style: none;
  1218. }
  1219. .sortable_field_list {
  1220. display: inline-block;
  1221. width: 250px;
  1222. height: 150px;
  1223. border: 1px #333 solid;
  1224. overflow: auto;
  1225. padding-left: 0;
  1226. margin: 0;
  1227. }
  1228. .sortable_field_list li {
  1229. list-style: none;
  1230. font-size: 11px;
  1231. }
  1232. .sort_order {
  1233. display: inline-block;
  1234. width: 16px;
  1235. height: 12px;
  1236. }
  1237. .sort_none {
  1238. background: url(../images/bg.gif) no-repeat center;
  1239. }
  1240. .sort_asc {
  1241. background: url(../images/desc.gif) no-repeat center;
  1242. }
  1243. .sort_desc {
  1244. background: url(../images/asc.gif) no-repeat center;
  1245. }
  1246. .sort_hidden {
  1247. display: none;
  1248. }
  1249. .sortable_field_list > li.selected {
  1250. background: #F6A828;
  1251. }