styles_big.css 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. .frreport {
  2. border:/*main-border-width*/0px solid /*main-border-color*/black;
  3. display:-moz-inline-stack;
  4. display:inline-block;
  5. zoom:1;
  6. background-color:/*main-background-color*/white;
  7. color:/*main-text-color*/black;
  8. font-family:Geneva, Arial, Helvetica, sans-serif;
  9. font-style:normal;
  10. font-weight:normal;
  11. font-size:/*main-font-size*/12px;
  12. }
  13. .frreport .frtoolbar input {
  14. -webkit-appearance:none;
  15. padding:0;
  16. margin:0;
  17. }
  18. .frreport .frtoolbar input[type="text"]
  19. {
  20. width:auto;
  21. }
  22. .frreport .frtoolbar
  23. {
  24. _border-bottom:/*toolbar-border-width*/1px solid /*toolbar-border-color*/black;
  25. vertical-align:middle;
  26. color:/*toolbar-text-color*/black;
  27. background:/*toolbar-background-color*/#ebebeb /*toolbar-background-url*/url(/Web/Toolbar/ToolbarBackground.gif) center repeat-x;
  28. height:/*toolbar-height*/50px;
  29. width:100%;
  30. }
  31. .frreport .frtoolbar .space {
  32. visibility:hidden;
  33. width:100%;
  34. height:10px;
  35. float:left;
  36. }
  37. .frreport .frtoolbar .input {
  38. border:0;
  39. background:/*toolbar-input-background-color*/#f8f8f8;
  40. font-size:/*toolbar-font-size*/14px;
  41. padding-top:7px;
  42. padding-bottom:7px;
  43. -moz-border-radius:4px;
  44. -webkit-border-radius:4px;
  45. border-radius:4px;
  46. -khtml-border-radius:4px;
  47. }
  48. .frreport .frtoolbar .delim {
  49. padding:9px 5px 9px 5px!important;
  50. }
  51. .frreport .frtoolbar .input:hover {
  52. background:/*toolbar-input-selected-background-color*/#fff;
  53. }
  54. .frreport .frtoolbar .center {
  55. text-align:center;
  56. }
  57. .frreport .frtoolbar .left {
  58. text-align:left;
  59. }
  60. .frreport .frtoolbar .tr, .frreport .frtoolbar .td {
  61. position:relative;
  62. float:left;
  63. }
  64. .frreport .frtoolbar .td {
  65. text-align:center;
  66. }
  67. .frreport .frtoolbar img {
  68. border:0;
  69. }
  70. .frreport .divider {
  71. width:10px;
  72. }
  73. .frreport .nav {
  74. width:32px;
  75. cursor:pointer;
  76. border:none;
  77. }
  78. .frreport .round {
  79. box-shadow:2px 2px 5px #777;
  80. -webkit-box-shadow:2px 2px 5px #777;
  81. -moz-box-shadow:2px 2px 5px #777;
  82. }
  83. .frreport .frbody {
  84. display: inline-block;
  85. overflow: auto;
  86. width: 100%;
  87. height: /*body-height*/100%;
  88. }
  89. .frreport .frbody .frcontainer {
  90. display: inline-block;
  91. overflow: hidden;
  92. }
  93. .frreport .frtoolbar ul {
  94. list-style:none;
  95. margin:0;
  96. padding:0;
  97. }
  98. .frreport .radio {
  99. list-style:none;
  100. }
  101. .frreport .frtoolbar li ul {
  102. position:absolute;
  103. visibility:hidden;
  104. opacity:0;
  105. filter:alpha(opacity=0);
  106. padding:0;
  107. text-align:left;
  108. white-space:nowrap;
  109. border:/*menu-border-width*/1px solid /*menu-border-color*/#888;
  110. background-color:/*menu-background-color*/#f0f0f0;
  111. z-index:100;
  112. -webkit-transition:200ms ease;
  113. -moz-transition:200ms ease;
  114. -o-transition:200ms ease;
  115. transition:200ms ease;
  116. }
  117. .frreport .menuitem {
  118. text-align:left;
  119. }
  120. .frreport .radioitem {
  121. text-align:left;
  122. }
  123. .frreport .checked {
  124. background:/*toolbar-checkbox-url*/url("/Web/Toolbar/Checkbox.gif") no-repeat 8px 60%;
  125. }
  126. .frreport .menutext {
  127. padding:0.4em 1em 0.4em 1em!important;
  128. color:/*menu-text-color*/#444;
  129. cursor:pointer;
  130. font-size:/*toolbar-font-size*/12px;
  131. font-weight:normal;
  132. border:none;
  133. text-align:left;
  134. width:240px;
  135. background-color:/*menu-background-color*/#f0f0f0;
  136. }
  137. .frreport .padleft {
  138. padding-left:2em!important;
  139. }
  140. .frreport .frtoolbar li .menutext:hover {
  141. color:/*menu-selected-text-color*/#fff;
  142. background-color:/*menu-selected-background-color*/#bbbbbb;
  143. }
  144. .frreport .frtoolbar ul > li:hover ul {
  145. visibility:visible;
  146. opacity:1;
  147. filter:alpha(opacity=100);
  148. }
  149. .frreport .export_button {
  150. background:/*toolbar-image-url*/url("/Web/Toolbar/Export.gif") no-repeat;
  151. width:32px;
  152. height:32px;
  153. background-position:-128px 0;
  154. }
  155. .frreport .print_button {
  156. background:/*toolbar-image-url*/url("/Web/Toolbar/Print.gif") no-repeat;
  157. width:32px;
  158. height:32px;
  159. background-position:-160px 0;
  160. }
  161. .frreport .zoom_button {
  162. background:/*toolbar-image-url*/url("/Web/Toolbar/Zoom.gif") no-repeat;
  163. width:32px;
  164. height:32px;
  165. background-position:-256px 0;
  166. }
  167. .frreport .settings_button {
  168. background:/*toolbar-image-url*/url("/Web/Toolbar/Settings.gif") no-repeat;
  169. width:32px;
  170. height:32px;
  171. background-position:-288px 0;
  172. }
  173. .frreport .refresh_button {
  174. background:/*toolbar-image-url*/url("/Web/Toolbar/Refresh.gif") no-repeat;
  175. width:32px;
  176. height:32px;
  177. background-position:-192px 0;
  178. }
  179. .frreport .first_button {
  180. background:/*toolbar-image-url*/url("/Web/Toolbar/First.gif") no-repeat;
  181. width:32px;
  182. height:32px;
  183. background-position:-32px 0;
  184. }
  185. .frreport .prev_button {
  186. background:/*toolbar-image-url*/url("/Web/Toolbar/Prev.gif") no-repeat;
  187. width:32px;
  188. height:32px;
  189. background-position:0px 0;
  190. }
  191. .frreport .next_button {
  192. background:/*toolbar-image-url*/url("/Web/Toolbar/Next.gif") no-repeat;
  193. width:32px;
  194. height:32px;
  195. background-position:-64px 0;
  196. }
  197. .frreport .last_button {
  198. background:/*toolbar-image-url*/url("/Web/Toolbar/Last.gif") no-repeat;
  199. width:32px;
  200. height:32px;
  201. background-position:-96px 0;
  202. }
  203. .frreport .search_button {
  204. background:/*toolbar-image-url*/url("/Web/Toolbar/Search.gif") no-repeat;
  205. width:32px;
  206. height:32px;
  207. background-position:-224px 0;
  208. }
  209. .frreport .back_button {
  210. background:/*toolbar-image-url*/url("/Web/Toolbar/Prev.gif") no-repeat;
  211. width:32px;
  212. height:32px;
  213. background-position:0px 0;
  214. }
  215. .frreport .export_button:disabled {
  216. background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/Export.gif") no-repeat;
  217. background-position:-128px 0;
  218. }
  219. .frreport .print_button:disabled {
  220. background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/Print.gif") no-repeat;
  221. background-position:-160px 0;
  222. }
  223. .frreport .zoom_button:disabled {
  224. background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/Zoom.gif") no-repeat;
  225. background-position:-256px 0;
  226. }
  227. .frreport .settings_button:disabled {
  228. background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/Settings.gif") no-repeat;
  229. background-position:-288px 0;
  230. }
  231. .frreport .refresh_button:disabled {
  232. background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/Refresh.gif") no-repeat;
  233. background-position:-192px 0;
  234. }
  235. .frreport .first_button:disabled {
  236. background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/First.gif") no-repeat;
  237. background-position:-32px 0;
  238. }
  239. .frreport .prev_button:disabled {
  240. background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/Prev.gif") no-repeat;
  241. background-position:0px 0;
  242. }
  243. .frreport .next_button:disabled {
  244. background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/Next.gif") no-repeat;
  245. background-position:-64px 0;
  246. }
  247. .frreport .last_button:disabled {
  248. background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/Last.gif") no-repeat;
  249. background-position:-96px 0;
  250. }
  251. .frreport .search_button:disabled {
  252. background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/Search.gif") no-repeat;
  253. background-position:-224px 0;
  254. }
  255. .frreport .back_button:disabled {
  256. background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/Prev.gif") no-repeat;
  257. background-position:0px 0;
  258. }
  259. .frreport .tab
  260. {
  261. padding:0.2em 1em 0.2em 1em!important;
  262. margin: 0.4em 0em 0.2em 0.3em!important;
  263. color:/*menu-text-color*/#444;
  264. border:/*menu-border-width*/1px solid /*menu-border-color*/#888;
  265. background-color:/*menu-background-color*/#f0f0f0;
  266. font-size: 12px;
  267. font-style:normal;
  268. font-weight:normal;
  269. }
  270. .frreport .tabselector{float:left;}
  271. .frreport .tabclose{width:16px; padding:0.2em 0 0.2em 0!important;text-align:center;margin:0.4em 0 0.2em -0.4em!important;color:#444; border-width:1px 1px 1px 0px; border-style:solid; border-color:#888;background-color:#f0f0f0;font-size: 12px;font-style:normal;font-weight:normal;}
  272. .frreport .tabselected, .frreport .tab:hover
  273. {
  274. color:/*menu-selected-text-color*/#fff;
  275. background-color:/*menu-selected-background-color*/#bbbbbb;
  276. }
  277. .gutter {
  278. background-color: #eee;
  279. background-repeat: no-repeat;
  280. background-position: 50%;
  281. }
  282. .gutter.gutter-horizontal {
  283. background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
  284. cursor: ew-resize;
  285. }
  286. .froutline, .frbody {
  287. -webkit-box-sizing: border-box;
  288. -moz-box-sizing: border-box;
  289. box-sizing: border-box;
  290. }
  291. .froutline {
  292. overflow: auto;
  293. height: /*body-height*/100%;
  294. /*direction: rtl;*/
  295. }
  296. .froutlinecontainer {
  297. /*direction: ltr;*/
  298. /*display: inline-block;*/
  299. }
  300. .froutline, .frbody, .gutter.gutter-horizontal {
  301. float: left;
  302. }