light-grey.css 29 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412
  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. /* move up a header immediately following a display block (i.e. "actions" menu) */
  372. .display_block + .page_header {
  373. margin-top: -8px;
  374. }
  375. .notreeview li { background: url(../images/tv-item.gif) 0 0 no-repeat; }
  376. .notreeview .collapsable { background-image: url(../images/tv-collapsable.gif); }
  377. .notreeview .expandable { background-image: url(../images/tv-expandable.gif); }
  378. .notreeview .last { background-image: url(../images/tv-item-last.gif); }
  379. .notreeview .lastCollapsable { background-image: url(../images/tv-collapsable-last.gif); }
  380. .notreeview .lastExpandable { background-image: url(../images/tv-expandable-last.gif); }
  381. #OrganizationSelection {
  382. padding:5px 0px 16px 20px;
  383. }
  384. /* popup menus */
  385. div.itop_popup {
  386. margin: 0;
  387. padding: 0;
  388. float:right;
  389. }
  390. div.itop_popup > ul > li {
  391. list-style: none;
  392. cursor: pointer;
  393. }
  394. div.actions_menu > ul {
  395. height:19px;
  396. line-height: 17px;
  397. vertical-align: middle;
  398. display:block;
  399. nowidth:70px; /* Nasty work-around for IE... en attendant mieux */
  400. padding-left: 5px;
  401. background: url(../images/actions_left.png) no-repeat top left;
  402. cursor: pointer;
  403. margin: 0;
  404. }
  405. div.actions_menu > ul > li {
  406. float: left;
  407. list-style: none;
  408. font-size: 11px;
  409. font-family: Tahoma,sans-serif;
  410. height: 17px;
  411. padding-right: 16px;
  412. padding-left: 4px;
  413. background: url(../images/actions_right.png) no-repeat top right transparent;
  414. font-weight: bold;
  415. color: #fff;
  416. vertical-align: middle;
  417. margin: 0;
  418. }
  419. #logOffBtn > ul > li {
  420. list-style: none;
  421. vertical-align: middle;
  422. margin: 0;
  423. padding: 0;
  424. cursor: pointer;
  425. }
  426. #logOffBtn > ul {
  427. list-style: none;
  428. vertical-align: middle;
  429. margin: 0;
  430. padding: 0;
  431. height: 25px;
  432. noline-height: 25px;
  433. }
  434. .itop_popup li a, #logOffBtn li a {
  435. display: block;
  436. padding: 5px 12px;
  437. text-decoration: none;
  438. nowidth: 70px;
  439. color: #000;
  440. font-weight: bold;
  441. white-space: nowrap;
  442. background: #fff;
  443. }
  444. #logOffBtn li span {
  445. display: block;
  446. padding: 5px 12px;
  447. text-decoration: none;
  448. nowidth: 70px;
  449. color: #000;
  450. white-space: nowrap;
  451. background: #fff;
  452. }
  453. .itop_popup ul {
  454. padding-left: 0;
  455. }
  456. .menucontainer div.toolkit_menu {
  457. margin-left: 10px;
  458. }
  459. .itop_popup li a:hover, #logOffBtn li a:hover {
  460. background: #1A4473;
  461. }
  462. .itop_popup ul > li > ul, #logOffBtn ul > li > ul
  463. {
  464. border: 1px solid black;
  465. background: #fff;
  466. }
  467. .itop_popup li > ul, #logOffBtn li > ul
  468. { margin: 0;
  469. padding: 0;
  470. position: absolute;
  471. display: none;
  472. border-top: 1px solid white;
  473. z-index: 999;
  474. }
  475. .itop_popup li ul li, #logOffBtn li ul li {
  476. float: none;
  477. display: inline;
  478. }
  479. .itop_popup li ul li a, #logOffBtn li ul li a {
  480. width: auto;
  481. text-align: left;
  482. }
  483. .itop_popup li ul li a:hover, #logOffBtn li ul li a:hover{
  484. background: #D81515;
  485. color: #fff;
  486. font-weight: bold;
  487. }
  488. .itop_popup > ul {
  489. margin: 0;
  490. }
  491. hr.menu-separator {
  492. border: none 0;
  493. border-top: 1px solid #ccc;;
  494. color: #ccc;
  495. background-color: transparent;
  496. height: 1px;
  497. margin: 3px;
  498. cursor: default;
  499. }
  500. /************************************/
  501. .wizHeader {
  502. background: #1c94c4;
  503. padding: 15px;
  504. }
  505. .wizSeparator {
  506. float:left;
  507. background: #83b217;
  508. height: 29px;
  509. margin-top: 5px;
  510. }
  511. div.wizActiveStep {
  512. height: 29px;
  513. background: url(../images/wizActiveStepLeft.gif) no-repeat left;
  514. color: #d81515;
  515. padding-left: 8px;
  516. margin-top: 5px;
  517. vertical-align: middle;
  518. float: left;
  519. }
  520. div.wizActiveStep span {
  521. height: 29px;
  522. background: url(../images/wizActiveStepRight.gif) no-repeat top right;
  523. padding-right: 8px;
  524. padding-top: 8px;
  525. float:left;
  526. }
  527. div.wizStep {
  528. height: 29px;
  529. background: url(../images/wizStepLeft.gif) no-repeat left;
  530. padding-left: 8px;
  531. vertical-align: middle;
  532. margin-top: 5px;
  533. float:left;
  534. }
  535. div.wizStep span {
  536. height: 29px;
  537. background: url(../images/wizStepRight.gif) no-repeat top right;
  538. padding-right: 8px;
  539. padding-top: 8px;
  540. float:left;
  541. }
  542. .wizContainer {
  543. border: 5px solid #1c94c4;
  544. background: #d6e8ef;
  545. padding: 5px;
  546. }
  547. .wizContainer table tr td {
  548. background: transparent;
  549. }
  550. .alignRight {
  551. text-align: right;
  552. padding: 3px;
  553. }
  554. .alignLeft {
  555. text-align: left;
  556. padding: 3px;
  557. }
  558. .red {
  559. background-color: #ff6000;
  560. color: #000;
  561. }
  562. th.red {
  563. background: url(../images/red-header.gif) bottom left repeat-x;
  564. color: #000;
  565. }
  566. .green {
  567. background-color: #00cc00;
  568. color: #000;
  569. }
  570. th.green {
  571. background: url(../images/green-header.gif) bottom left repeat-x;
  572. color: #000;
  573. }
  574. .orange {
  575. background-color: #ffde00;
  576. color: #000;
  577. }
  578. th.orange {
  579. background: url(../images/orange-header.gif) bottom left repeat-x;
  580. color: #000;
  581. }
  582. /* For Date Picker: Creates a little calendar icon
  583. * instead of a text link for "Choose date"
  584. */
  585. 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 {
  586. float: left;
  587. width: 16px;
  588. height: 16px;
  589. padding: 0;
  590. margin: 5px 3px 0;
  591. display: block;
  592. text-indent: -2000px;
  593. overflow: hidden;
  594. background: url(../images/calendar.png) no-repeat;
  595. }
  596. td a.dp-choose-date.dp-disabled, a.dp-choose-date.dp-disabled {
  597. background-position: 0 -20px;
  598. cursor: default;
  599. }
  600. /* For Date Picker: makes the input field shorter once the date picker code
  601. * has run (to allow space for the calendar icon)
  602. */
  603. input.dp-applied {
  604. width: 140px;
  605. float: left;
  606. }
  607. /* For search forms */
  608. .SearchDrawer {
  609. //background: #1c94c4 url(../images/search-top-left-corner.png) top left no-repeat;
  610. border-top: 5px solid #1c94c4;
  611. border-left: 5px solid #1c94c4;
  612. border-right: 5px solid #1c94c4;
  613. border-bottom: 0;
  614. background: #d6e8ef;
  615. color: #000;
  616. padding: 10px;
  617. margin: 0;
  618. font-size: 12px;
  619. }
  620. .SearchDrawer label {
  621. background: #d6e8ef;
  622. color: #000;
  623. }
  624. .SearchDrawer h1 {
  625. color: #000;
  626. }
  627. .DrawerClosed {
  628. display: none;
  629. }
  630. .DrawerHandle {
  631. margin: 0;
  632. padding: 5px;
  633. background: url(../images/drawer-handle.gif) bottom no-repeat transparent;
  634. color: #fff;
  635. cursor: pointer;
  636. text-align: center;
  637. /* center the block */
  638. width: 100px;
  639. margin-left: auto;
  640. margin-right: auto;
  641. margin-top: 0;
  642. margin-bottom: 0;
  643. display: block;
  644. font-size: 12px;
  645. }
  646. div.HRDrawer {
  647. height: 5px;
  648. width: 100%;
  649. margin: 0;
  650. background-color: #1c94c4;
  651. margin: 0;
  652. padding: 0;
  653. border: 0;
  654. display: block;
  655. }
  656. .mini_tabs a {
  657. text-decoration: none;
  658. font-weight:bold;
  659. color: #ccc;
  660. background-color:#333;
  661. padding-left: 1em;
  662. padding-right: 1em;
  663. padding-bottom: 0.25em;
  664. }
  665. .mini_tabs a.selected {
  666. color: #fff;
  667. background-color: #1c94c4;
  668. padding-top: 0.25em;
  669. }
  670. .mini_tabs ul {
  671. margin: -10px;
  672. }
  673. .mini_tabs ul li {
  674. float: right;
  675. list-style: none;
  676. nopadding-left: 1em;
  677. nopadding-right: 1em;
  678. margin-top: 0;
  679. }
  680. .mandatory {
  681. border: 1px solid #f00;
  682. }
  683. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  684. table.listResults tr.odd td.truncated, table.listResults tr td.truncated, .wizContainer table.listResults tr.odd td.truncated, .wizContainer table.listResults tr td.truncated {
  685. background: url(../images/truncated.png) bottom repeat-x;
  686. }
  687. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  688. table.listResults tr.even td.truncated, .wizContainer table.listResults tr.even td.truncated {
  689. background: #f9f9f1 url(../images/truncated.png) bottom repeat-x;
  690. }
  691. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  692. table.listResults tr.even td.hover.truncated, , .wizContainer table.listResults tr.even td.hover.truncated {
  693. background: #fdf5d0 url(../images/truncated.png) bottom repeat-x;
  694. }
  695. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  696. 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 {
  697. background: #fdf5d0 url(../images/truncated.png) bottom repeat-x;
  698. }
  699. table.listResults.truncated {
  700. border-bottom: 0;
  701. padding-bottom: 0;
  702. }
  703. tr.csv_row0 td {
  704. padding-top:5px;
  705. padding-bottom:5px;
  706. padding-left:10px;
  707. padding-right:10px;
  708. background: #fff;
  709. border-left: #000 1px solid;
  710. }
  711. tr.csv_row1 td {
  712. padding-top:5px;
  713. padding-bottom:5px;
  714. padding-left:10px;
  715. padding-right:10px;
  716. background: #f9f9f1;
  717. border-left: #000 1px solid;
  718. }
  719. tr.csv_row1 th, tr.csv_row0 th {
  720. padding-top:5px;
  721. padding-bottom:5px;
  722. padding-left:10px;
  723. padding-right:10px;
  724. border-left: #000 1px solid;
  725. }
  726. td.cell_modified {
  727. font-weight: bold;
  728. color: #000;
  729. }
  730. td.cell_error {
  731. font-weight: bold;
  732. color: #D81515;
  733. }
  734. table.transparent, table.transparent td {
  735. background: transparent;
  736. }
  737. p.page-header {
  738. color:#1c94c4;
  739. font-weight: bold;
  740. font-size: 12pt;
  741. font-family: Verdana, Arial, Helvetica, Sans-Serif
  742. }
  743. td.dashboard {
  744. vertical-align:top;
  745. border: 1px solid #ccc;
  746. -moz-border-radius: 10px;
  747. -webkit-border-radius: 10px;
  748. border-radius: 10px;
  749. padding: 10px;
  750. width: 50%;
  751. }
  752. .white {
  753. background-color: #fff;
  754. }
  755. /*** New Lacanau layout ***/
  756. .ui-layout-pane { /* all 'panes' */
  757. overflow: auto;
  758. }
  759. .ui-layout-resizer { /* all 'resizer-bars' */
  760. background: #DDD;
  761. }
  762. .ui-layout-toggler { /* all 'toggler-buttons' */
  763. background: #AAA;
  764. }
  765. div#top-left {
  766. width: 28px;
  767. height: 70px;
  768. background: #f6f6f1 url(../images/top-left-bkg.png) top left no-repeat;
  769. float:left;
  770. }
  771. div#header-logo {
  772. width: 100%;
  773. height: 70px;
  774. background: #f6f6f1 url(../images/splitter-top.png) top repeat-x;
  775. }
  776. .ui-layout-pane-west {
  777. background: #f6f6f1 url(../images/left-bkg.png) left repeat-y;
  778. }
  779. div#right {
  780. min-width: 260px;
  781. }
  782. div#menu {
  783. width: 100%;
  784. overflow: auto;
  785. }
  786. .header-menu {
  787. padding-left: 24px;
  788. padding-right: 8px;
  789. padding-bottom: 24px;
  790. background: transparent;
  791. }
  792. div#inner_menu {
  793. padding-left: 24px;
  794. padding-right: 8px;
  795. background: transparent;
  796. }
  797. div#logo {
  798. height: 70px;
  799. nowidth: 100%;
  800. text-align: center;
  801. }
  802. div#logo div {
  803. height: 88px;
  804. width: 244px;
  805. background: url(../images/itop-logo-2.png) left no-repeat;
  806. }
  807. #top-bar {
  808. height: 55px;
  809. background: url(../images/banner-bkg.png) repeat-x scroll 0 0 transparent;
  810. text-align: right;
  811. }
  812. #admin-banner {
  813. float: left;
  814. margin-top: 2px;
  815. padding: 8px;
  816. border: 1px solid #c33;
  817. background-color: #fee;
  818. -moz-border-radius: 0.5em;
  819. }
  820. #global-search {
  821. height: 55px;
  822. float: right;
  823. background: url(../images/banner-search.png) no-repeat;
  824. nopadding-top: 15px;
  825. text-align: right;
  826. overflow-y: hidden;
  827. }
  828. #global-search > form div {
  829. padding-left: 4px;
  830. }
  831. #global-search table, #global-search tr td, #global-search tr {
  832. padding: 0;
  833. border: 0;
  834. height: 55px;
  835. margin: 0;
  836. background: transparent;
  837. overflow-y: hidden;
  838. vertical-align: middle;
  839. }
  840. #global-search > form input[type="text"] {
  841. border: 0;
  842. height: 18px;
  843. width: 180px;
  844. padding-top: 4;
  845. background: transparent;
  846. }
  847. #global-search > form tr td#g-search-input {
  848. padding-top: 3px;
  849. padding-left: 3px;
  850. background: transparent;
  851. }
  852. div.icon {
  853. width: 20px;
  854. height: 20px;
  855. margin: 2px;
  856. float: right;
  857. }
  858. span.ui-icon {
  859. float:left;
  860. margin:0 2px;
  861. }
  862. .ui-layout-button-pin-down {
  863. background: url(../images/splitter-bkg.png) transparent;
  864. width: 16px;
  865. background-position: -144px -144px;
  866. }
  867. .ui-layout-resizer-west-open {
  868. background: url(../images/splitter-bkg.png) repeat-y scroll 0 0 transparent;
  869. width: 16px;
  870. }
  871. div.footer img {
  872. border: 0;
  873. margin-bottom: 5px;
  874. margin-top: 5px;
  875. }
  876. div.footer{
  877. text-align:center;
  878. }
  879. #SearchResultsToAdd table.listResults tbody {
  880. height: 300px;
  881. overflow-y: auto;
  882. }
  883. tr.row_unchanged td {
  884. border-bottom: 1px #ccc solid;
  885. padding: 2px;
  886. }
  887. .wizContainer table tr.row_error td {
  888. border-bottom: 1px #ccc solid;
  889. background-color: #fdd;
  890. padding: 2px;
  891. }
  892. tr.row_modified td {
  893. border-bottom: 1px #ccc solid;
  894. padding: 2px;
  895. }
  896. tr.row_added td {
  897. border-bottom: 1px #ccc solid;
  898. padding: 2px;
  899. }
  900. a.truncated {
  901. cursor: pointer;
  902. }
  903. .org_combo
  904. {
  905. font-size:x-small;
  906. width: auto;
  907. max-width: 200px;
  908. }
  909. span.form_validation {
  910. width:24px;
  911. text-align:center;
  912. }
  913. .notification {
  914. border: 1px solid #c33;
  915. background-color: #fee;
  916. padding: 0.5em;
  917. margin: 0.5em;
  918. text-align:center;
  919. width: 95%;
  920. -moz-border-radius: 0.5em;
  921. }
  922. .wiki_broken_link {
  923. text-decoration: line-through;
  924. }
  925. .synoptics, .synoptics tr td {
  926. background: transparent;
  927. padding:10px;
  928. font-size:1em;
  929. vertical-align:middle;
  930. color:#fff;
  931. text-align:center;
  932. }
  933. .synoptics tr td.arrow {
  934. color:#333;
  935. border-top: 1px dashed #333;
  936. width:100px;
  937. }
  938. .synoptics tr.synoptics_header td {
  939. color:#000; font-size:1em;
  940. vertical-align:middle;
  941. text-align:center;
  942. }
  943. .mono_value {
  944. display: inline-block;
  945. background-color: #3c3;
  946. color: #fff;
  947. font-weight:bold;
  948. padding: 3px;
  949. padding-left: 5px;
  950. padding-right: 5px;
  951. margin-left:3px;
  952. -moz-border-radius: 10px;
  953. -webkit-border-radius: 10px;
  954. border-radius: 10px;
  955. }
  956. .multi_values {
  957. display: inline-block;
  958. background-color: #c33;
  959. color: #fff;
  960. font-weight:bold;
  961. padding: 3px;
  962. padding-left: 5px;
  963. padding-right: 5px;
  964. margin-left:3px;
  965. -moz-border-radius: 10px;
  966. -webkit-border-radius: 10px;
  967. border-radius: 10px;
  968. }
  969. .caselog {
  970. overflow-x: hidden;
  971. display: block;
  972. overflow-y: auto;
  973. border: 1px #ddd solid;
  974. font-family: Tahoma, Verdana, Arial, Helvetica;
  975. font-size: 12px;
  976. }
  977. .caselog_input_header {
  978. padding-top:3px;
  979. padding-bottom:3px;
  980. border-top:1px solid #fff;
  981. background: #ddd;
  982. width:100%;
  983. }
  984. .caselog_header {
  985. padding:3px;
  986. border-top:1px solid #fff;
  987. background: #ddd url(../images/plus.gif) left no-repeat;
  988. padding-left: 16px;
  989. cursor: pointer;
  990. width:100%;
  991. }
  992. .caselog_header.open {
  993. background: #ddd url(../images/minus.gif) left no-repeat;
  994. }
  995. .caselog_entry {
  996. padding:3px;
  997. padding-left: 16px;
  998. border-bottom:1px #999 solid;
  999. margin-left:0;
  1000. margin-right:0;
  1001. white-space: pre-wrap; /* css-3 */
  1002. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  1003. white-space: -pre-wrap; /* Opera 4-6 */
  1004. white-space: -o-pre-wrap; /* Opera 7 */
  1005. word-wrap: break-word; /* Internet Explorer 5.5+, CSS3 */
  1006. }
  1007. table.details {
  1008. border-collapse: collapse;
  1009. noborder-bottom: 2px #fff solid;
  1010. width:100%;
  1011. }
  1012. table.details>tbody>tr>td {
  1013. border-bottom: 2px #ddd solid;
  1014. padding-bottom: 5px;
  1015. padding-top: 3px;
  1016. }
  1017. fieldset table.details>tbody>tr>td {
  1018. padding-top: 3px;
  1019. background: transparent;
  1020. border: 0;
  1021. }
  1022. .ac_dlg_loading {
  1023. background: white url('../images/indicator.gif') right center no-repeat;
  1024. }
  1025. table.pagination {
  1026. display:inline-block;
  1027. }
  1028. table.pagination tr td {
  1029. padding: 3px;
  1030. }
  1031. .pagination_container {
  1032. padding-left: 3px;
  1033. }
  1034. .pager {
  1035. display:inline-block;
  1036. }
  1037. .pager p {
  1038. margin-top: 0;
  1039. margin-bottom: 0;
  1040. }
  1041. .pager td span {
  1042. min-width: 20px;
  1043. padding-left: 2px;
  1044. padding-right: 2px;
  1045. display:inline-block;
  1046. text-align: center;
  1047. cursor: pointer;
  1048. }
  1049. .pager td span.curr_page {
  1050. color: #fff;
  1051. background: #999;
  1052. -moz-border-radius: 4px;
  1053. -webkit-border-radius: 4px;
  1054. border-radius: 4px;
  1055. }
  1056. img.prev, img.first, img.next, img.last {
  1057. cursor: pointer;
  1058. }
  1059. div.actions_button {
  1060. float:right;
  1061. background: url("../images/actions_left.png") no-repeat scroll left top transparent;
  1062. padding-left: 5px;
  1063. margin-top: 0;
  1064. margin-right: 10px;
  1065. height:17px;
  1066. vertical-align: middle;
  1067. }
  1068. div.actions_button a, .actions_button a:hover, .actions_button a:visited {
  1069. background:url(../images/actions_bkg.png) no-repeat scroll right top transparent;
  1070. color:#fff;
  1071. padding-right: 8px;
  1072. cursor:pointer;
  1073. font-family: Tahoma,sans-serif;
  1074. font-size: 11px;
  1075. font-weight: bold;
  1076. padding-left: 4px;
  1077. text-decoration: none;
  1078. height:17px;
  1079. line-height: 17px;
  1080. display: block;
  1081. }
  1082. select#org_id {
  1083. max-width: 90%;
  1084. }
  1085. /*********** Dashboards ***********/
  1086. .itop-dashboard {
  1087. background-color: #fff;
  1088. }
  1089. .dragHover {
  1090. background: url(./ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png);
  1091. }
  1092. .edit_mode .dashlet {
  1093. background: url(./ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png);
  1094. padding: 5px;
  1095. margin:0;
  1096. position:relative;
  1097. }
  1098. .edit_mode .dashlet-selected {
  1099. background: #EB8F00 !important;
  1100. padding: 5px;
  1101. margin:0;
  1102. }
  1103. td.layout_cell {
  1104. height: 50px; /* min-height does not work */
  1105. vertical-align: top;
  1106. }
  1107. .dashlet-content {
  1108. background: #fff;
  1109. margin:0;
  1110. }
  1111. table.prop_table {
  1112. border-bottom: 2px solid #F9F9F1;
  1113. padding: 1px;
  1114. width: 100%;
  1115. }
  1116. .close-box {
  1117. margin: 5px;
  1118. width: 20px;
  1119. height: 20px;
  1120. position: absolute;
  1121. top: 0;
  1122. right: 0;
  1123. z-index: 10;
  1124. background: transparent url(../images/delete.png) no-repeat center;
  1125. }
  1126. td.prop_value {
  1127. text-align: left;
  1128. }
  1129. tr.itop-property-field-modified td {
  1130. background: #fbb;
  1131. }
  1132. tr.itop-property-field-modified td.hover {
  1133. background: #f99;
  1134. }
  1135. td.prop_value textarea, td.prop_value input[type=text]{
  1136. width: 98%;
  1137. }
  1138. td.prop_icon {
  1139. width: 20px;
  1140. }
  1141. .dashlet {
  1142. text-align:left;
  1143. }
  1144. .dashlet-inline {
  1145. display: inline-block;
  1146. }
  1147. .dashlet-badge a.actions {
  1148. background: none repeat scroll 0 0 transparent;
  1149. color: #666666;
  1150. font-size: 16px;
  1151. text-decoration: none;
  1152. }
  1153. .dashlet-content .display_block {
  1154. text-align:left;
  1155. }
  1156. .prop_apply .ui-icon-alert {
  1157. display: none;
  1158. }
  1159. .prop_apply .ui-state-error .ui-icon-alert {
  1160. display: block;
  1161. }
  1162. .ui-state-error .ui-icon-circle-check {
  1163. display: none;
  1164. }
  1165. .summary-details {
  1166. float: right;
  1167. margin-top: 5px;
  1168. }
  1169. .summary-details th {
  1170. background: none repeat scroll 0 0 #CCCCCC;
  1171. color: #EEEEEE;
  1172. padding: 5px;
  1173. text-align: center;
  1174. }
  1175. .main_header {
  1176. background-color: #F1F1F6;
  1177. min-height: 60px;
  1178. width: 100%;
  1179. }
  1180. .main_header h1 {
  1181. color: #1C94C4;
  1182. line-height: 16px;
  1183. margin-bottom: 0;
  1184. margin-top: 0;
  1185. padding-bottom: 10px;
  1186. padding-top: 10px;
  1187. }
  1188. .main_header img {
  1189. margin-top: 10px;
  1190. margin-right: 10px;
  1191. float:left;
  1192. }
  1193. a.summary, a.summary:hover {
  1194. background: none repeat scroll 0 0 transparent;
  1195. color: #666666;
  1196. text-decoration: none;
  1197. padding-left: 0;
  1198. }
  1199. .summary-details td {
  1200. background: none repeat scroll 0 0 transparent;
  1201. padding: 5px;
  1202. text-align: center;
  1203. }
  1204. #DashboardMenu > ul > li {
  1205. list-style: none;
  1206. vertical-align: middle;
  1207. margin: 0;
  1208. padding: 0;
  1209. cursor: pointer;
  1210. }
  1211. #DashboardMenu > ul {
  1212. list-style: none;
  1213. vertical-align: middle;
  1214. margin: 0;
  1215. padding: 0;
  1216. height: 25px;
  1217. }
  1218. #DashboardMenu li a {
  1219. display: block;
  1220. padding: 5px 12px;
  1221. text-decoration: none;
  1222. color: #000;
  1223. font-weight: bold;
  1224. text-align: left;
  1225. white-space: nowrap;
  1226. background: #fff;
  1227. }
  1228. #DashboardMenu li span {
  1229. display: block;
  1230. padding: 5px 12px;
  1231. text-decoration: none;
  1232. color: #000;
  1233. white-space: nowrap;
  1234. background: #fff;
  1235. }
  1236. #DashboardMenu li {
  1237. list-style: none;
  1238. }
  1239. #DashboardMenu li a:hover {
  1240. background: #1A4473;
  1241. }
  1242. #DashboardMenu ul > li > ul
  1243. {
  1244. border: 1px solid black;
  1245. background: #fff;
  1246. }
  1247. #DashboardMenu li > ul
  1248. { margin: 0;
  1249. padding: 0;
  1250. position: absolute;
  1251. display: none;
  1252. border-top: 1px solid white;
  1253. z-index: 999;
  1254. }
  1255. #DashboardMenu li ul li a:hover{
  1256. background: #D81515;
  1257. color: #fff;
  1258. font-weight: bold;
  1259. list-style: none;
  1260. }
  1261. .sortable_field_list {
  1262. display: inline-block;
  1263. width: 250px;
  1264. height: 150px;
  1265. border: 1px #333 solid;
  1266. overflow: auto;
  1267. padding-left: 0;
  1268. margin: 0;
  1269. }
  1270. .sortable_field_list li {
  1271. list-style: none;
  1272. font-size: 11px;
  1273. }
  1274. .sort_order {
  1275. display: inline-block;
  1276. width: 16px;
  1277. height: 12px;
  1278. }
  1279. .sort_none {
  1280. background: url(../images/bg.gif) no-repeat center;
  1281. }
  1282. .sort_asc {
  1283. background: url(../images/desc.gif) no-repeat center;
  1284. }
  1285. .sort_desc {
  1286. background: url(../images/asc.gif) no-repeat center;
  1287. }
  1288. .sort_hidden {
  1289. display: none;
  1290. }
  1291. .sortable_field_list > li.selected {
  1292. background: #F6A828;
  1293. }
  1294. .itop-deleted-object {
  1295. text-decoration: line-through;
  1296. }
  1297. .header_message {
  1298. padding: 1em;
  1299. font-size: 10pt;
  1300. background: #fff;
  1301. border: 1px solid #999;
  1302. -moz-border-radius: 4px;
  1303. -webkit-border-radius: 4px;
  1304. border-radius: 4px;
  1305. margin-bottom: 10px;
  1306. }
  1307. .header_message {
  1308. padding: 1em;
  1309. font-size: 10pt;
  1310. background: #fff;
  1311. border: 1px solid #999;
  1312. -moz-border-radius: 4px;
  1313. -webkit-border-radius: 4px;
  1314. border-radius: 4px;
  1315. margin-bottom: 10px;
  1316. }
  1317. .message_info {
  1318. border: 1px solid #993;
  1319. background: url(../images/info-mini.png) 1em 1em no-repeat #ffc;
  1320. padding-left: 3em;
  1321. }
  1322. .message_ok {
  1323. border: 1px solid #393;
  1324. background: url(../images/ok.png) 1em 1em no-repeat #cfc;
  1325. padding-left: 3em;
  1326. }
  1327. .message_error {
  1328. border: 1px solid #933;
  1329. background: url(../images/error.png) 1em 1em no-repeat #fcc;
  1330. padding-left: 3em;
  1331. }
  1332. .fg-menu a img {
  1333. border: 0;
  1334. }