light-grey.scss 30 KB

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