light-grey.css 37 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745
  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. }
  487. div.actions_menu > ul {
  488. height: 19px;
  489. line-height: 17px;
  490. vertical-align: middle;
  491. display: block;
  492. nowidth: 70px;
  493. padding-left: 5px;
  494. /* Nasty work-around for IE... en attendant mieux */
  495. background: #e87c1e url(../images/actions_left.png?v=v2.3.0b) no-repeat top left;
  496. cursor: pointer;
  497. margin: 0;
  498. }
  499. div.actions_menu > ul > li {
  500. float: left;
  501. list-style: none;
  502. font-size: 11px;
  503. font-family: Tahoma, sans-serif;
  504. height: 17px;
  505. padding-right: 16px;
  506. padding-left: 4px;
  507. background: url(../images/actions_right.png?v=v2.3.0b) no-repeat top right transparent;
  508. font-weight: bold;
  509. color: #fff;
  510. vertical-align: middle;
  511. margin: 0;
  512. }
  513. #logOffBtn > ul > li {
  514. list-style: none;
  515. vertical-align: middle;
  516. margin: 0;
  517. padding-left: 10px;
  518. padding-right: 10px;
  519. cursor: pointer;
  520. }
  521. #logOffBtn > ul {
  522. list-style: none;
  523. vertical-align: middle;
  524. margin: 0;
  525. padding: 0;
  526. height: 25px;
  527. }
  528. .itop_popup li a, #logOffBtn li a {
  529. display: block;
  530. padding: 5px 12px;
  531. text-decoration: none;
  532. nowidth: 70px;
  533. color: #000;
  534. font-weight: bold;
  535. white-space: nowrap;
  536. background: #fff;
  537. }
  538. #logOffBtn li span {
  539. display: block;
  540. padding: 5px 12px;
  541. text-decoration: none;
  542. nowidth: 70px;
  543. color: #000;
  544. white-space: nowrap;
  545. background: #fff;
  546. }
  547. .itop_popup ul {
  548. padding-left: 0;
  549. }
  550. .menucontainer div.toolkit_menu {
  551. margin-left: 10px;
  552. }
  553. .itop_popup li a:hover, #logOffBtn li a:hover {
  554. background: #1a4473;
  555. }
  556. .itop_popup ul > li > ul, #logOffBtn ul > li > ul {
  557. border: 1px solid black;
  558. background: #fff;
  559. }
  560. .itop_popup li > ul, #logOffBtn li > ul {
  561. margin: 0;
  562. padding: 0;
  563. position: absolute;
  564. display: none;
  565. border-top: 1px solid white;
  566. z-index: 999;
  567. }
  568. .itop_popup li ul li, #logOffBtn li ul li {
  569. float: none;
  570. display: inline;
  571. }
  572. .itop_popup li ul li a, #logOffBtn li ul li a {
  573. width: auto;
  574. text-align: left;
  575. }
  576. .itop_popup li ul li a:hover, #logOffBtn li ul li a:hover {
  577. background: #e87c1e;
  578. color: #fff;
  579. font-weight: bold;
  580. }
  581. .itop_popup > ul {
  582. margin: 0;
  583. }
  584. hr.menu-separator {
  585. border: none 0;
  586. border-top: 1px solid #ccc;
  587. color: #ccc;
  588. background-color: transparent;
  589. height: 1px;
  590. margin: 3px;
  591. cursor: default;
  592. }
  593. /************************************/
  594. .wizHeader {
  595. background: #1c94c4;
  596. padding: 15px;
  597. }
  598. .wizContainer {
  599. border: 5px solid #1c94c4;
  600. background: #d6e8ef;
  601. padding: 5px;
  602. }
  603. .wizContainer table tr td {
  604. background: transparent;
  605. }
  606. .alignRight {
  607. text-align: right;
  608. padding: 3px;
  609. }
  610. .alignLeft {
  611. text-align: left;
  612. padding: 3px;
  613. }
  614. .red {
  615. background-color: #ff6000;
  616. color: #000;
  617. }
  618. th.red {
  619. background: url(../images/red-header.gif) bottom left repeat-x;
  620. color: #000;
  621. }
  622. .green {
  623. background-color: #0c0;
  624. color: #000;
  625. }
  626. th.green {
  627. background: url(../images/green-header.gif) bottom left repeat-x;
  628. color: #000;
  629. }
  630. .orange {
  631. background-color: #ffde00;
  632. color: #000;
  633. }
  634. th.orange {
  635. background: url(../images/orange-header.gif) bottom left repeat-x;
  636. color: #000;
  637. }
  638. /* For Date Picker: Creates a little calendar icon
  639. * instead of a text link for "Choose date"
  640. */
  641. 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 {
  642. float: left;
  643. width: 16px;
  644. height: 16px;
  645. padding: 0;
  646. margin: 5px 3px 0;
  647. display: block;
  648. text-indent: -2000px;
  649. overflow: hidden;
  650. background: url(../images/calendar.png?v=v2.3.0b) no-repeat;
  651. }
  652. td a.dp-choose-date.dp-disabled, a.dp-choose-date.dp-disabled {
  653. background-position: 0 -20px;
  654. cursor: default;
  655. }
  656. /* For Date Picker: makes the input field shorter once the date picker code
  657. * has run (to allow space for the calendar icon)
  658. */
  659. input.dp-applied {
  660. width: 140px;
  661. float: left;
  662. }
  663. /* For search forms */
  664. .SearchDrawer {
  665. border-top: 5px solid #1c94c4;
  666. border-left: 5px solid #1c94c4;
  667. border-right: 5px solid #1c94c4;
  668. border-bottom: 0;
  669. background: #d6e8ef;
  670. color: #000;
  671. padding: 10px;
  672. margin: 0;
  673. font-size: 12px;
  674. }
  675. .SearchDrawer label {
  676. background: #d6e8ef;
  677. color: #000;
  678. text-align: right;
  679. }
  680. .SearchDrawer h1 {
  681. color: #000;
  682. }
  683. .DrawerClosed {
  684. display: none;
  685. }
  686. .DrawerHandle {
  687. margin: 0;
  688. padding: 5px;
  689. background: url(../images/drawer-handle.gif) bottom no-repeat transparent;
  690. color: #fff;
  691. cursor: pointer;
  692. text-align: center;
  693. /* center the block */
  694. width: 100px;
  695. margin-left: auto;
  696. margin-right: auto;
  697. margin-top: 0;
  698. margin-bottom: 0;
  699. display: block;
  700. font-size: 12px;
  701. }
  702. div.HRDrawer {
  703. height: 5px;
  704. width: 100%;
  705. margin: 0;
  706. background-color: #1c94c4;
  707. margin: 0;
  708. padding: 0;
  709. border: 0;
  710. display: block;
  711. }
  712. .mini_tabs a {
  713. text-decoration: none;
  714. font-weight: bold;
  715. color: #ccc;
  716. background-color: #333;
  717. padding-left: 1em;
  718. padding-right: 1em;
  719. padding-bottom: 0.25em;
  720. }
  721. .mini_tabs a.selected {
  722. color: #fff;
  723. background-color: #1c94c4;
  724. padding-top: 0.25em;
  725. }
  726. .mini_tabs ul {
  727. margin: -10px;
  728. }
  729. .mini_tabs ul li {
  730. float: right;
  731. list-style: none;
  732. nopadding-left: 1em;
  733. nopadding-right: 1em;
  734. margin-top: 0;
  735. }
  736. .mandatory {
  737. border: 1px solid #f00;
  738. }
  739. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  740. table.listResults tr.odd td.truncated, table.listResults tr td.truncated, .wizContainer table.listResults tr.odd td.truncated, .wizContainer table.listResults tr td.truncated {
  741. background: url(../images/truncated.png?v=v2.3.0b) bottom repeat-x;
  742. }
  743. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  744. table.listResults tr.even td.truncated, .wizContainer table.listResults tr.even td.truncated {
  745. background: #f9f9f1 url(../images/truncated.png?v=v2.3.0b) bottom repeat-x;
  746. }
  747. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  748. table.listResults tr.even td.hover.truncated, .wizContainer table.listResults tr.even td.hover.truncated {
  749. background: #fdf5d0 url(../images/truncated.png?v=v2.3.0b) bottom repeat-x;
  750. }
  751. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  752. 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 {
  753. background: #fdf5d0 url(../images/truncated.png?v=v2.3.0b) bottom repeat-x;
  754. }
  755. table.listResults.truncated {
  756. border-bottom: 0;
  757. padding-bottom: 0;
  758. }
  759. tr.csv_row0 td {
  760. padding-top: 5px;
  761. padding-bottom: 5px;
  762. padding-left: 10px;
  763. padding-right: 10px;
  764. background: #fff;
  765. border-left: #000 1px solid;
  766. }
  767. tr.csv_row1 td {
  768. padding-top: 5px;
  769. padding-bottom: 5px;
  770. padding-left: 10px;
  771. padding-right: 10px;
  772. background: #f9f9f1;
  773. border-left: #000 1px solid;
  774. }
  775. tr.csv_row1 th, tr.csv_row0 th {
  776. padding-top: 5px;
  777. padding-bottom: 5px;
  778. padding-left: 10px;
  779. padding-right: 10px;
  780. border-left: #000 1px solid;
  781. }
  782. td.cell_modified {
  783. font-weight: bold;
  784. color: #000;
  785. }
  786. td.cell_error {
  787. font-weight: bold;
  788. color: #d81515;
  789. }
  790. table.transparent, table.transparent td {
  791. background: transparent;
  792. }
  793. p.page-header {
  794. color: #1c94c4;
  795. font-weight: bold;
  796. font-size: 12pt;
  797. font-family: Verdana, Arial, Helvetica, Sans-Serif;
  798. }
  799. td.dashboard {
  800. vertical-align: top;
  801. border: 1px solid #ccc;
  802. padding: 0.5em;
  803. width: 50%;
  804. }
  805. .white {
  806. background-color: #fff;
  807. }
  808. /*** New Lacanau layout ***/
  809. .ui-layout-pane {
  810. /* all 'panes' */
  811. overflow: auto;
  812. }
  813. .ui-layout-resizer {
  814. /* all 'resizer-bars' */
  815. background: #f1f1f1;
  816. }
  817. .ui-layout-toggler {
  818. /* all 'toggler-buttons' */
  819. background: #aaa;
  820. }
  821. div#top-left {
  822. width: 28px;
  823. height: 70px;
  824. background: #f1f1f1;
  825. float: left;
  826. }
  827. div#header-logo {
  828. width: 100%;
  829. height: 70px;
  830. background: #f1f1f1;
  831. }
  832. .ui-layout-pane-west {
  833. background: #f1f1f1;
  834. }
  835. div#right {
  836. min-width: 260px;
  837. }
  838. div#menu {
  839. width: 100%;
  840. overflow: auto;
  841. }
  842. .header-menu {
  843. padding-left: 24px;
  844. padding-right: 8px;
  845. padding-bottom: 24px;
  846. background: transparent;
  847. }
  848. div#inner_menu {
  849. padding-left: 24px;
  850. padding-right: 8px;
  851. background: transparent;
  852. }
  853. div#logo {
  854. height: 70px;
  855. nowidth: 100%;
  856. text-align: center;
  857. }
  858. div#logo div {
  859. height: 88px;
  860. width: 244px;
  861. background: url(../images/itop-logo-2.png?v=v2.3.0b) left no-repeat;
  862. }
  863. #left-pane .ui-layout-north {
  864. overflow: hidden;
  865. }
  866. #top-bar {
  867. background: #f1f1f1;
  868. text-align: right;
  869. }
  870. #admin-banner {
  871. float: left;
  872. margin-top: 2px;
  873. padding: 8px;
  874. border: 1px solid #c33;
  875. background-color: #fee;
  876. -moz-border-radius: 0.5em;
  877. }
  878. #global-search {
  879. height: 55px;
  880. float: right;
  881. text-align: right;
  882. overflow-y: hidden;
  883. }
  884. #global-search table, #global-search tr td, #global-search tr {
  885. padding: 0;
  886. border: 0;
  887. height: 55px;
  888. margin: 0;
  889. background: transparent;
  890. overflow-y: hidden;
  891. vertical-align: middle;
  892. }
  893. #global-search-area {
  894. line-height: 55px;
  895. }
  896. #global-search-input {
  897. vertical-align: middle;
  898. -moz-border-radius: 6px;
  899. -webkit-border-radius: 6px;
  900. border-radius: 6px;
  901. border: 1px #ccc solid;
  902. height: 18px;
  903. width: 180px;
  904. padding: 3px;
  905. background: #fff;
  906. display: inline-block;
  907. }
  908. #global-search-image {
  909. vertical-align: middle;
  910. background: url(../images/search.png?v=v2.3.0b) center center no-repeat;
  911. display: inline-block;
  912. width: 28px;
  913. height: 30px;
  914. margin-left: -8px;
  915. cursor: pointer;
  916. }
  917. #help-link img {
  918. padding: 0;
  919. border: 0;
  920. }
  921. #help-link {
  922. padding: 0;
  923. border: 0;
  924. background: transparent;
  925. margin-left: 15px;
  926. margin-right: 10px;
  927. }
  928. div.icon {
  929. width: 20px;
  930. height: 20px;
  931. margin: 2px;
  932. float: right;
  933. }
  934. span.ui-icon {
  935. float: left;
  936. margin: 0 2px;
  937. }
  938. .ui-layout-button-pin-down {
  939. background: url(../images/splitter-bkg.png?v=v2.3.0b) transparent;
  940. width: 16px;
  941. background-position: -144px -144px;
  942. }
  943. .ui-layout-resizer-west-open {
  944. background-color: #f1f1f1;
  945. width: 8px;
  946. }
  947. div.footer img {
  948. border: 0;
  949. margin-bottom: 5px;
  950. margin-top: 5px;
  951. }
  952. div.footer {
  953. text-align: center;
  954. }
  955. #SearchResultsToAdd table.listResults tbody {
  956. height: 300px;
  957. overflow-y: auto;
  958. }
  959. tr.row_unchanged td {
  960. border-bottom: 1px #ccc solid;
  961. padding: 2px;
  962. }
  963. .wizContainer table tr.row_error td {
  964. border-bottom: 1px #ccc solid;
  965. background-color: #fdd;
  966. padding: 2px;
  967. }
  968. tr.row_modified td {
  969. border-bottom: 1px #ccc solid;
  970. padding: 2px;
  971. }
  972. tr.row_added td {
  973. border-bottom: 1px #ccc solid;
  974. padding: 2px;
  975. }
  976. a.truncated {
  977. cursor: pointer;
  978. }
  979. .org_combo {
  980. font-size: x-small;
  981. width: auto;
  982. max-width: 200px;
  983. }
  984. span.form_validation {
  985. width: 24px;
  986. text-align: center;
  987. }
  988. .notification {
  989. border: 1px solid #c33;
  990. background-color: #fee;
  991. padding: 0.5em;
  992. margin: 0.5em;
  993. text-align: center;
  994. width: 95%;
  995. -moz-border-radius: 0.5em;
  996. }
  997. .wiki_broken_link {
  998. text-decoration: line-through;
  999. }
  1000. .synoptics, .synoptics tr td {
  1001. background: transparent;
  1002. padding: 10px;
  1003. font-size: 1em;
  1004. vertical-align: middle;
  1005. color: #fff;
  1006. text-align: center;
  1007. }
  1008. .synoptics tr td.arrow {
  1009. color: #333;
  1010. border-top: 1px dashed #333;
  1011. width: 100px;
  1012. }
  1013. .synoptics tr.synoptics_header td {
  1014. color: #000;
  1015. font-size: 1em;
  1016. vertical-align: middle;
  1017. text-align: center;
  1018. }
  1019. .mono_value {
  1020. display: inline-block;
  1021. background-color: #3c3;
  1022. color: #fff;
  1023. font-weight: bold;
  1024. padding: 3px;
  1025. padding-left: 5px;
  1026. padding-right: 5px;
  1027. margin-left: 3px;
  1028. -moz-border-radius: 10px;
  1029. -webkit-border-radius: 10px;
  1030. border-radius: 10px;
  1031. }
  1032. .multi_values {
  1033. display: inline-block;
  1034. background-color: #c33;
  1035. color: #fff;
  1036. font-weight: bold;
  1037. padding: 3px;
  1038. padding-left: 5px;
  1039. padding-right: 5px;
  1040. margin-left: 3px;
  1041. -moz-border-radius: 10px;
  1042. -webkit-border-radius: 10px;
  1043. border-radius: 10px;
  1044. }
  1045. .caselog {
  1046. overflow-x: hidden;
  1047. display: block;
  1048. overflow-y: auto;
  1049. border: 1px #ddd solid;
  1050. font-family: Tahoma, Verdana, Arial, Helvetica;
  1051. font-size: 12px;
  1052. }
  1053. .caselog_input_header {
  1054. padding-top: 3px;
  1055. padding-bottom: 3px;
  1056. border-top: 1px solid #fff;
  1057. background: #ddd;
  1058. width: 100%;
  1059. height: 21px;
  1060. }
  1061. .caselog_input_header:empty {
  1062. display: none;
  1063. }
  1064. .editor_magnifier:hover {
  1065. background-color: #ccc;
  1066. }
  1067. .caselog_header {
  1068. padding: 3px;
  1069. border-top: 1px solid #fff;
  1070. background: #ddd url(../images/plus.gif) left no-repeat;
  1071. padding-left: 16px;
  1072. cursor: pointer;
  1073. width: 100%;
  1074. }
  1075. .caselog_header.open {
  1076. background: #ddd url(../images/minus.gif) left no-repeat;
  1077. }
  1078. .caselog_entry {
  1079. padding: 3px;
  1080. padding-left: 16px;
  1081. border-bottom: 1px #999 solid;
  1082. margin-left: 0;
  1083. margin-right: 0;
  1084. white-space: pre-wrap;
  1085. /* css-3 */
  1086. white-space: -moz-pre-wrap;
  1087. /* Mozilla, since 1999 */
  1088. white-space: -pre-wrap;
  1089. /* Opera 4-6 */
  1090. white-space: -o-pre-wrap;
  1091. /* Opera 7 */
  1092. word-wrap: break-word;
  1093. /* Internet Explorer 5.5+, CSS3 */
  1094. }
  1095. .caselog_entry_html p, .HTML p {
  1096. margin-top: 0.25em;
  1097. margin-bottom: 0.25em;
  1098. }
  1099. table.details {
  1100. border-collapse: collapse;
  1101. noborder-bottom: 2px #fff solid;
  1102. nowidth: 100%;
  1103. }
  1104. table.details > tbody > tr > td {
  1105. border-bottom: 2px #ddd solid;
  1106. padding-bottom: 5px;
  1107. padding-top: 3px;
  1108. }
  1109. fieldset table.details > tbody > tr > td {
  1110. padding-top: 3px;
  1111. background: transparent;
  1112. border: 0;
  1113. }
  1114. .ac_dlg_loading {
  1115. background: white url('../images/indicator.gif') right center no-repeat;
  1116. }
  1117. table.pagination {
  1118. display: inline-block;
  1119. }
  1120. table.pagination tr td {
  1121. padding: 3px;
  1122. }
  1123. .pagination_container {
  1124. padding-left: 3px;
  1125. }
  1126. .pager p {
  1127. margin-top: 0;
  1128. margin-bottom: 0;
  1129. }
  1130. .pager td span {
  1131. min-width: 20px;
  1132. padding-left: 2px;
  1133. padding-right: 2px;
  1134. display: inline-block;
  1135. text-align: center;
  1136. cursor: pointer;
  1137. }
  1138. .pager td span.curr_page {
  1139. color: #fff;
  1140. background: #999;
  1141. -moz-border-radius: 4px;
  1142. -webkit-border-radius: 4px;
  1143. border-radius: 4px;
  1144. }
  1145. img.prev, img.first, img.next, img.last {
  1146. cursor: pointer;
  1147. }
  1148. div.actions_button {
  1149. float: right;
  1150. background: #e87c1e url("../images/actions_left.png?v=v2.3.0b") no-repeat scroll left top;
  1151. padding-left: 5px;
  1152. margin-top: 0;
  1153. margin-right: 10px;
  1154. height: 19px;
  1155. vertical-align: middle;
  1156. }
  1157. div.actions_button a, .actions_button a:hover, .actions_button a:visited {
  1158. background: #e87c1e url(../images/actions_bkg.png?v=v2.3.0b) no-repeat scroll right top;
  1159. color: #fff;
  1160. padding-right: 8px;
  1161. cursor: pointer;
  1162. font-family: Tahoma, sans-serif;
  1163. font-size: 11px;
  1164. font-weight: bold;
  1165. padding-left: 4px;
  1166. text-decoration: none;
  1167. height: 19px;
  1168. line-height: 17px;
  1169. display: block;
  1170. }
  1171. select#org_id {
  1172. max-width: 90%;
  1173. }
  1174. /*********** Dashboards ***********/
  1175. .itop-dashboard {
  1176. background-color: #fff;
  1177. }
  1178. .itop-dashboard a {
  1179. cursor: not-allowed;
  1180. }
  1181. .dragHover {
  1182. background: url(./ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png?v=v2.3.0b);
  1183. }
  1184. .edit_mode .dashlet {
  1185. background: url(./ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png?v=v2.3.0b);
  1186. padding: 5px;
  1187. margin: 0;
  1188. position: relative;
  1189. }
  1190. .edit_mode .dashlet-selected {
  1191. background: #e87c1e !important;
  1192. padding: 5px;
  1193. margin: 0;
  1194. }
  1195. td.layout_cell {
  1196. height: 50px;
  1197. /* min-height does not work */
  1198. vertical-align: top;
  1199. }
  1200. .dashlet-content {
  1201. background: #fff;
  1202. margin: 0;
  1203. }
  1204. table.prop_table {
  1205. border-bottom: 2px solid #f9f9f1;
  1206. padding: 1px;
  1207. width: 100%;
  1208. }
  1209. .close-box {
  1210. margin: 5px;
  1211. width: 20px;
  1212. height: 20px;
  1213. position: absolute;
  1214. top: 0;
  1215. right: 0;
  1216. z-index: 10;
  1217. background: transparent url(../images/delete.png?v=v2.3.0b) no-repeat center;
  1218. }
  1219. td.prop_value {
  1220. text-align: left;
  1221. }
  1222. tr.itop-property-field-modified td {
  1223. background: #fbb;
  1224. }
  1225. tr.itop-property-field-modified td.hover {
  1226. background: #f99;
  1227. }
  1228. td.prop_value textarea, td.prop_value input[type=text] {
  1229. width: 98%;
  1230. }
  1231. td.prop_icon {
  1232. width: 20px;
  1233. }
  1234. .dashlet {
  1235. text-align: left;
  1236. }
  1237. .dashlet-inline {
  1238. display: inline-block;
  1239. }
  1240. .dashlet-badge a.actions {
  1241. background: none repeat scroll 0 0 transparent;
  1242. color: #666;
  1243. font-size: 16px;
  1244. text-decoration: none;
  1245. }
  1246. .dashlet-content .display_block {
  1247. text-align: left;
  1248. }
  1249. .prop_apply .ui-icon-alert {
  1250. display: none;
  1251. }
  1252. .prop_apply .ui-state-error .ui-icon-alert {
  1253. display: block;
  1254. }
  1255. .ui-state-error .ui-icon-circle-check {
  1256. display: none;
  1257. }
  1258. .summary-details {
  1259. float: right;
  1260. margin-top: 5px;
  1261. }
  1262. .summary-details th {
  1263. background: none repeat scroll 0 0 #555;
  1264. color: #eee;
  1265. padding: 5px;
  1266. text-align: center;
  1267. }
  1268. .main_header {
  1269. background-color: #f1f1f1;
  1270. min-height: 60px;
  1271. width: 100%;
  1272. }
  1273. .main_header h1 {
  1274. color: #1c94c4;
  1275. line-height: 16px;
  1276. margin-bottom: 0;
  1277. margin-top: 0;
  1278. padding-bottom: 10px;
  1279. padding-top: 10px;
  1280. }
  1281. .main_header img {
  1282. margin-top: 10px;
  1283. margin-right: 10px;
  1284. float: left;
  1285. }
  1286. a.summary, a.summary:hover {
  1287. background: none repeat scroll 0 0 transparent;
  1288. color: #666;
  1289. text-decoration: none;
  1290. padding-left: 0;
  1291. }
  1292. .summary-details td {
  1293. background: none repeat scroll 0 0 transparent;
  1294. padding: 5px;
  1295. text-align: center;
  1296. }
  1297. #DashboardMenu > ul > li {
  1298. list-style: none;
  1299. vertical-align: middle;
  1300. margin: 0;
  1301. padding: 0;
  1302. cursor: pointer;
  1303. }
  1304. #DashboardMenu > ul {
  1305. list-style: none;
  1306. vertical-align: middle;
  1307. margin: 0;
  1308. padding: 0;
  1309. height: 25px;
  1310. }
  1311. #DashboardMenu li a {
  1312. display: block;
  1313. padding: 5px 12px;
  1314. text-decoration: none;
  1315. color: #000;
  1316. font-weight: bold;
  1317. text-align: left;
  1318. white-space: nowrap;
  1319. background: #fff;
  1320. }
  1321. #DashboardMenu li span {
  1322. display: block;
  1323. padding: 5px 12px;
  1324. text-decoration: none;
  1325. color: #000;
  1326. white-space: nowrap;
  1327. background: #fff;
  1328. }
  1329. #DashboardMenu li {
  1330. list-style: none;
  1331. }
  1332. #DashboardMenu li a:hover {
  1333. background: #1a4473;
  1334. }
  1335. #DashboardMenu ul > li > ul {
  1336. border: 1px solid black;
  1337. background: #fff;
  1338. }
  1339. #DashboardMenu li > ul {
  1340. margin: 0;
  1341. padding: 0;
  1342. position: absolute;
  1343. display: none;
  1344. border-top: 1px solid white;
  1345. z-index: 999;
  1346. }
  1347. #DashboardMenu li ul li a:hover {
  1348. background: #e87c1e;
  1349. color: #fff;
  1350. font-weight: bold;
  1351. list-style: none;
  1352. }
  1353. .sortable_field_list {
  1354. display: inline-block;
  1355. width: 250px;
  1356. height: 150px;
  1357. border: 1px #333 solid;
  1358. overflow: auto;
  1359. padding-left: 0;
  1360. margin: 0;
  1361. }
  1362. .sortable_field_list li {
  1363. list-style: none;
  1364. font-size: 11px;
  1365. }
  1366. .sort_order {
  1367. display: inline-block;
  1368. width: 16px;
  1369. height: 12px;
  1370. }
  1371. .sort_none {
  1372. background: url(../images/bg.gif) no-repeat center;
  1373. }
  1374. .sort_asc {
  1375. background: url(../images/desc.gif) no-repeat center;
  1376. }
  1377. .sort_desc {
  1378. background: url(../images/asc.gif) no-repeat center;
  1379. }
  1380. .sort_hidden {
  1381. display: none;
  1382. }
  1383. .sortable_field_list > li.selected {
  1384. background: #f6a828;
  1385. }
  1386. .itop-deleted-object {
  1387. text-decoration: line-through;
  1388. }
  1389. .header_message {
  1390. padding: 1em;
  1391. font-size: 10pt;
  1392. background: #fff;
  1393. border: 1px solid #999;
  1394. -moz-border-radius: 4px;
  1395. -webkit-border-radius: 4px;
  1396. border-radius: 4px;
  1397. margin-bottom: 10px;
  1398. }
  1399. .header_message {
  1400. padding: 1em;
  1401. font-size: 10pt;
  1402. background: #fff;
  1403. border: 1px solid #999;
  1404. -moz-border-radius: 4px;
  1405. -webkit-border-radius: 4px;
  1406. border-radius: 4px;
  1407. margin-bottom: 10px;
  1408. }
  1409. .message_info {
  1410. border: 1px solid #993;
  1411. background: url(../images/info-mini.png?v=v2.3.0b) 1em 1em no-repeat #ffc;
  1412. padding-left: 3em;
  1413. }
  1414. .message_ok {
  1415. border: 1px solid #393;
  1416. background: url(../images/ok.png?v=v2.3.0b) 1em 1em no-repeat #cfc;
  1417. padding-left: 3em;
  1418. }
  1419. .message_error {
  1420. border: 1px solid #933;
  1421. background: url(../images/error.png?v=v2.3.0b) 1em 1em no-repeat #fcc;
  1422. padding-left: 3em;
  1423. }
  1424. .fg-menu a img {
  1425. border: 0;
  1426. }
  1427. div.ui-dialog-header {
  1428. padding-bottom: 10px;
  1429. padding-top: 7px;
  1430. }
  1431. .form_field_error {
  1432. border: 1px solid #933;
  1433. background: #fcc;
  1434. }
  1435. .simple-graph, .graph_config {
  1436. background: #fff;
  1437. }
  1438. .graph_config {
  1439. padding: 0.25em;
  1440. }
  1441. .graph_config button.ui-widget {
  1442. font-size: 12px;
  1443. }
  1444. .ui-tooltip, .arrow:after {
  1445. background: #f1f1f1;
  1446. border: 1px solid #555;
  1447. }
  1448. .ui-tooltip {
  1449. padding: 10px 10px;
  1450. box-shadow: 0 0 7px black;
  1451. }
  1452. .ui-tooltip .arrow {
  1453. width: 70px;
  1454. height: 16px;
  1455. overflow: hidden;
  1456. position: absolute;
  1457. left: 50%;
  1458. margin-left: -35px;
  1459. bottom: -16px;
  1460. }
  1461. .ui-tooltip .arrow.top {
  1462. top: -16px;
  1463. bottom: auto;
  1464. }
  1465. .ui-tooltip .arrow.left {
  1466. left: 20%;
  1467. }
  1468. .ui-tooltip .arrow:after {
  1469. content: "";
  1470. position: absolute;
  1471. left: 20px;
  1472. top: -20px;
  1473. width: 25px;
  1474. height: 25px;
  1475. box-shadow: 6px 5px 9px -9px black;
  1476. -webkit-transform: rotate(45deg);
  1477. -ms-transform: rotate(45deg);
  1478. transform: rotate(45deg);
  1479. }
  1480. .ui-tooltip .arrow.top:after {
  1481. bottom: -20px;
  1482. top: auto;
  1483. }
  1484. table.export_parameters td {
  1485. padding-right: 2em;
  1486. }
  1487. .table_preview > table {
  1488. border-collapse: collapse;
  1489. max-height: 150px;
  1490. overflow: auto;
  1491. display: block;
  1492. }
  1493. .table_preview > table > thead > tr > th, .table_preview > table > tbody > tr > td {
  1494. border: 1px #555 solid;
  1495. min-height: 1em;
  1496. padding-left: 0.25em;
  1497. padding-right: 0.25em;
  1498. font-size: 10pt;
  1499. }
  1500. .table_preview > table > tbody > tr > td {
  1501. vertical-align: top;
  1502. }
  1503. .table_preview .drag-handle {
  1504. cursor: move;
  1505. }
  1506. .table_preview div.text-preview {
  1507. white-space: pre-wrap;
  1508. }
  1509. /* Format for the PDF output */
  1510. .table_preview .view-image {
  1511. width: inherit !important;
  1512. height: inherit !important;
  1513. text-align: center;
  1514. }
  1515. .table_preview .view-image img {
  1516. max-width: 48px !important;
  1517. max-height: 48px !important;
  1518. display: inline-block;
  1519. }
  1520. .graph_zoom {
  1521. display: inline-block;
  1522. float: right;
  1523. margin-right: 2em;
  1524. }
  1525. .graph_zoom_slider {
  1526. display: inline-block;
  1527. width: 10em;
  1528. }
  1529. .graph_zoom_plus, .graph_zoom_minus {
  1530. display: inline-block;
  1531. margin-left: 1em;
  1532. margin-right: 1em;
  1533. }
  1534. div.explain-printable {
  1535. border: 5px solid #1c94c4;
  1536. background: #d6e8ef;
  1537. color: #000;
  1538. padding: 10px;
  1539. margin: 0;
  1540. font-size: 12px;
  1541. }
  1542. .hideable-chapter {
  1543. cursor: pointer;
  1544. }
  1545. #hiddeable_chapters .ui-tabs .ui-tabs-nav li.hideable-chapter span {
  1546. padding-left: 20px;
  1547. background: url(../images/eye-open-555.png?v=v2.3.0b) 2px center no-repeat;
  1548. }
  1549. #hiddeable_chapters .ui-tabs .ui-tabs-nav li.hideable-chapter.strikethrough span {
  1550. text-decoration: line-through;
  1551. background: url(../images/eye-closed-555.png?v=v2.3.0b) 2px center no-repeat;
  1552. }
  1553. .printable-version legend {
  1554. padding-left: 26px;
  1555. background: #1c94c4 url(../images/eye-open-fff.png?v=v2.3.0b) 8px center no-repeat;
  1556. }
  1557. .printable-version .strikethrough legend {
  1558. background: #1c94c4 url(../images/eye-closed-fff.png?v=v2.3.0b) 8px center no-repeat;
  1559. }
  1560. .printable-version fieldset.strikethrough span {
  1561. display: none;
  1562. }
  1563. h2.printable-tab-title {
  1564. border-bottom: 2px solid;
  1565. }
  1566. .strikethrough {
  1567. text-decoration: line-through;
  1568. }
  1569. select.multiselect {
  1570. max-width: 150px;
  1571. }
  1572. span.refresh-button {
  1573. display: inline-block;
  1574. width: 21px;
  1575. height: 18px;
  1576. cursor: pointer;
  1577. background: transparent url(../images/refresh-fff.png?v=v2.3.0b) left center no-repeat;
  1578. }
  1579. .case-log-history-entry {
  1580. display: block;
  1581. }
  1582. .case-log-history-entry-end {
  1583. display: none;
  1584. }
  1585. .expanded .case-log-history-entry-end {
  1586. display: inline;
  1587. }
  1588. .case-log-history-entry-more {
  1589. display: inline;
  1590. }
  1591. .expanded .case-log-history-entry-more {
  1592. display: none;
  1593. }
  1594. .case-log-history-entry .case-log-history-entry-toggle {
  1595. display: inline-block;
  1596. float: none;
  1597. pointer: cursor;
  1598. vertical-align: bottom;
  1599. }
  1600. .printable-tab .case-log-history-entry-end {
  1601. display: inline;
  1602. }
  1603. .printable-tab .case-log-history-entry-more {
  1604. display: none;
  1605. }
  1606. .printable-tab .case-log-history-entry .case-log-history-entry-toggle {
  1607. display: none;
  1608. }
  1609. .history_entry {
  1610. position: relative !important;
  1611. max-width: 100%;
  1612. }
  1613. .history_entry_truncated {
  1614. max-height: 7em;
  1615. overflow: hidden;
  1616. }
  1617. .history_truncated_toggler {
  1618. position: absolute !important;
  1619. bottom: 0;
  1620. right: 0;
  1621. display: block;
  1622. cursor: pointer;
  1623. width: 16px;
  1624. height: 16px;
  1625. background-image: url(ui-lightness/images/ui-icons_222222_256x240.png);
  1626. background-position: -16px -192px;
  1627. }
  1628. .history_entry_truncated .history_truncated_toggler {
  1629. background-position: 0 -192px;
  1630. }
  1631. #top-bar-table {
  1632. width: 100%;
  1633. padding-left: 5px;
  1634. }
  1635. #top-bar-table #open-left-pane {
  1636. text-align: center;
  1637. width: 40px !important;
  1638. cursor: pointer;
  1639. }
  1640. #top-bar-table #go-home {
  1641. text-align: center;
  1642. width: 40px !important;
  1643. }
  1644. #top-bar-table #go-home a {
  1645. text-decoration: none;
  1646. color: #555;
  1647. font-size: 9pt;
  1648. padding: 0;
  1649. background: none;
  1650. display: inline-block;
  1651. line-height: 55px;
  1652. width: 100%;
  1653. }
  1654. #top-bar-table .top-bar-spacer {
  1655. width: 35px !important;
  1656. }
  1657. #top-bar-table #top-bar-table-search {
  1658. width: 347px;
  1659. }
  1660. #itop-breadcrumb {
  1661. overflow: hidden;
  1662. float: left;
  1663. background: #f1f1f1;
  1664. }
  1665. #itop-breadcrumb .breadcrumb-item {
  1666. float: left;
  1667. margin: 3px 22px 2px 0px;
  1668. }
  1669. #itop-breadcrumb .breadcrumb-item .icon img {
  1670. height: 15px;
  1671. width: auto;
  1672. margin-right: 5px;
  1673. -webkit-filter: grayscale(100%);
  1674. filter: grayscale(100%);
  1675. filter: gray;
  1676. 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");
  1677. opacity: 0.5;
  1678. }
  1679. #itop-breadcrumb .breadcrumb-item a {
  1680. text-decoration: none;
  1681. color: #555;
  1682. font-size: 9pt;
  1683. padding: 0;
  1684. background: none;
  1685. }
  1686. #itop-breadcrumb .breadcrumb-item a:hover .icon img {
  1687. -webkit-filter: none;
  1688. filter: none;
  1689. opacity: 1;
  1690. }
  1691. #itop-breadcrumb .breadcrumb-item a span.truncate {
  1692. max-width: 200px;
  1693. white-space: nowrap;
  1694. overflow: hidden;
  1695. text-overflow: ellipsis;
  1696. display: inline-block;
  1697. }
  1698. #itop-breadcrumb .breadcrumb-item a:hover {
  1699. text-decoration: none;
  1700. color: #e87c1e;
  1701. }
  1702. #itop-breadcrumb .breadcrumb-item a::after {
  1703. content: '';
  1704. position: absolute;
  1705. background-image: url(../images/breadcrumb-separator.png?v=v2.3.0b);
  1706. background-repeat: no-repeat;
  1707. width: 8px;
  1708. height: 16px;
  1709. margin-left: 5px;
  1710. }
  1711. #itop-breadcrumb .breadcrumb-item:last-child a::after {
  1712. display: none;
  1713. }
  1714. #itop-breadcrumb .breadcrumb-item.breadcrumb-current {
  1715. text-decoration: none;
  1716. color: #555;
  1717. font-size: 9pt;
  1718. padding: 0;
  1719. background: none;
  1720. }
  1721. #itop-breadcrumb .breadcrumb-item.breadcrumb-current span.truncate {
  1722. max-width: 200px;
  1723. white-space: nowrap;
  1724. overflow: hidden;
  1725. text-overflow: ellipsis;
  1726. display: inline-block;
  1727. }
  1728. .ui-datepicker-buttonpane, .ui-timepicker-div {
  1729. font-size: 9pt;
  1730. font-family: Tahoma, Verdana, Arial, Helvetica;
  1731. }
  1732. .date_format_tooltip td {
  1733. padding: 0.25em;
  1734. }
  1735. #setup .module-selection-banner img {
  1736. max-height: 48px;
  1737. }
  1738. #setup .module-selection-body {
  1739. height: 28em;
  1740. overflow: auto;
  1741. border: #ccc 1px solid;
  1742. }
  1743. .mfp-close {
  1744. cursor: pointer !important;
  1745. }