light-grey.scss 33 KB

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