light-grey.css 37 KB

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