reports.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828
  1. .search-field .x-form-search-trigger {
  2. width: 16px !important;
  3. height: 16px !important;
  4. margin-left: -25px;
  5. background: url(../images/upgrade/bluegray/icon/maindetail/query.png);
  6. margin-top: 3px;
  7. }
  8. .search-field input {
  9. padding-left:10px;
  10. font-size: 13px;
  11. color: #000 !important;
  12. }
  13. .x-form-field-cir-focus {
  14. border-color: #268acb !important;
  15. }
  16. .x-form-readcls{
  17. border-color: none;
  18. }
  19. .x-tab-active button .x-tab-inner {
  20. color: #333;
  21. }
  22. .x-tab-default-top{
  23. padding: 0 0;
  24. -webkit-box-shadow:none;
  25. background-color: #f2f2f2;
  26. background-image:none;
  27. }
  28. .x-tab-default-top-active {
  29. border-bottom: #333 3px solid !important;
  30. }
  31. .x-tab-bar{
  32. background-color: #f2f2f2;
  33. background-image:none !important;
  34. }
  35. .x-tab-bar-top .x-tab-bar-body {
  36. margin-top: 30px;
  37. border-width: 0px 0px 0;
  38. padding: 1px 0 3px;
  39. }
  40. .x-form-item {
  41. font-family: "microsoft yahei", sans-serif;
  42. }
  43. .x-form-item-label{
  44. padding-top: 2px;
  45. font-size: 13px;
  46. color: #666;
  47. }
  48. .x-form-text-default{
  49. background-color: #fff;
  50. }
  51. .x-panel {
  52. border-width: 0
  53. }
  54. .x-panel-default-framed{
  55. padding:0;
  56. border: none;
  57. border-radius:0;
  58. border-bottom-width: 1px;
  59. background-color: #fff;
  60. }
  61. .x-panel-body-default{
  62. border-width: 0;
  63. }
  64. /* form-toolbar-button */
  65. .btn-split{
  66. font-size: 15px !important;
  67. background-color: #f3f3f3;
  68. margin: 3px 0px 0px 0px;
  69. }
  70. .x-btn-group-body .x-table-layout-cell {
  71. background-color: #f3f3f3;
  72. vertical-align: top;
  73. }
  74. .x-toolbar .x-toolbar-text {
  75. margin-left: 0px;
  76. margin-right: 0px;
  77. }
  78. .x-panel-body-default-framed {
  79. background: #f2f2f2 !important;
  80. }
  81. .x-toolbar-default{
  82. background-color: #ffffff;
  83. background-image:none;
  84. }
  85. .x-panel .x-grid-body{
  86. background:#ffffff;
  87. }
  88. .x-grid-row-focused .x-grid-cell,.x-grid-row-focused .x-grid-rowwrap-div
  89. {
  90. border-color: #ddd;
  91. background-color: #81c6f2;
  92. }
  93. .x-grid-row-selected .x-grid-cell,.x-grid-row-selected .x-grid-rowwrap-div{
  94. border-style: dotted;
  95. border-color: #a3bae9;
  96. background-color: #98caeb !important;
  97. color: black;
  98. font-weight: normal
  99. }
  100. .x-column-header-inner {
  101. font-weight: 600;
  102. font-size: 12.5px;
  103. font-family: "microsoft yahei", sans-serif;
  104. zoom: 1;
  105. position: relative;
  106. white-space: nowrap;
  107. line-height: 26px;
  108. padding: 0px 6px;
  109. }
  110. .x-grid-header-ct {
  111. border:none;
  112. background-image: none;
  113. }
  114. .x-column-header {
  115. /* margin-left: 1px !important; */
  116. background-color:#e4e4e4;
  117. background-image:none;
  118. border-width: 1px;
  119. border-color: #ffffff;
  120. }
  121. .x-grid-header-1 {
  122. top: -1.5px !important;
  123. text-align: center;
  124. }
  125. .x-grid-header-1 .x-column-header-text {
  126. font: "microsoft yahei";
  127. height:28px;
  128. color:#ffffff !important;
  129. line-height:28px !important;
  130. text-align: center;
  131. font-size:14px;
  132. font-weight: 500;
  133. }
  134. .x-grid-row .x-grid-cell{
  135. background-color: #f7f7f7;
  136. border-width: 0.5px 0;
  137. font-size: 13px;
  138. font-family: "microsoft yahei", sans-serif;
  139. border-color: #e9e9e9;
  140. border-right: 1px solid #c5c5c5;
  141. border-bottom: 1px solid #d4d4d4;
  142. border-top: none;
  143. }
  144. .x-panel-with-col-lines .x-grid-row .x-grid-cell {
  145. border-bottom-width: 1px;
  146. padding: 0;
  147. margin-right: 10px;
  148. border-right: 0.5px solid #e4e4e4;
  149. border-bottom: 0.5px solid #d0d0d0;
  150. }
  151. .x-grid-row .x-grid-cell-special{
  152. background-color:#ffffff;
  153. background-image:none;
  154. border-bottom-width: 1px;
  155. }
  156. .x-btn-default-toolbar-small-disabled {
  157. background-image: none;
  158. background-color: #f3f3f3;
  159. opacity: 0.5;
  160. }
  161. .x-form-field {
  162. border: 1px solid #cfcfcf;
  163. font-size: 13px;
  164. font-family: "microsoft yahei", sans-serif;
  165. color: #000 !important;
  166. }
  167. .x-panel-body-default{
  168. overflow-x: hidden !important;
  169. background-color: #f2f2f2;
  170. color:#333;
  171. }
  172. .x-panel .x-grid-body {
  173. background: #ffffff !important;
  174. border-color: #d0d0d0;
  175. border-style: solid;
  176. border-width: 0px;
  177. border-top-color: #c5c5c5;
  178. border-left: 1px solid #dbdbdb;
  179. }
  180. .x-grid-cell-inner {
  181. height: 26px;
  182. line-height: 26px;
  183. overflow: hidden;
  184. -o-text-overflow: ellipsis;
  185. text-overflow: ellipsis;
  186. padding: 0px 6px;
  187. white-space: nowrap;
  188. }
  189. .x-btn-default-small-icon .x-btn-inner, .x-btn-default-small-noicon button, .x-btn-default-small-noicon .x-btn-inner {
  190. height: 24px;
  191. line-height: 24px;
  192. }
  193. .x-form-item-body {
  194. overflow: hidden !important;
  195. position: relative;
  196. float: left;
  197. }
  198. .u-toolbar{
  199. height: 30px;
  200. margin-top: 0px;
  201. background-color: #f0f0f0;
  202. padding: 5px 0 5px 2px !important;
  203. }
  204. .maindetail-tbar{
  205. margin-top: 2px;
  206. background-color: #ececec;
  207. padding: 5px 0 5px 2px !important;
  208. }
  209. .x-border-box .x-form-trigger {
  210. padding: 0 0 0 0 !important;
  211. }
  212. .x-form-field-multi .x-form-item {
  213. margin-bottom: 0;
  214. margin-top:0;
  215. }
  216. .x-border-box .x-form-text {
  217. height: 24px;
  218. }
  219. .x-bbar-btn{
  220. padding-top: 5px;
  221. padding-left: 5px;
  222. border-style:none;
  223. background-color: #f0f0f0;
  224. }
  225. .x-bbar-btn:HOVER{
  226. background-color: #d6d6d6;
  227. }
  228. .x-toolbar .x-toolbar-text {
  229. margin-left: 0px;
  230. margin-right: 0px;
  231. white-space: nowrap;
  232. color: black !important;
  233. line-height: 16px;
  234. font-family: tahoma, arial, verdana, sans-serif;
  235. font-size: 12.5px;
  236. font-weight: normal;
  237. }
  238. .bbar-btn-split-first {
  239. color:#adadad !important;
  240. padding-left:5px;
  241. padding-bottom: 4px;
  242. }
  243. .bbar-btn-split {
  244. color:#adadad !important;
  245. padding-bottom: 4px;
  246. }
  247. .bbar-text{
  248. padding-bottom: 2px;
  249. padding-left: 5px;
  250. padding-right: 5px;
  251. }
  252. .x-tip-body-default{
  253. background-color:#f0f0f0;
  254. border-style: none;
  255. }
  256. .x-menu-item-cmp {
  257. padding: 0;
  258. border-color: #f3f3f3;
  259. background-image: none;
  260. background-color: #ffffff;
  261. }
  262. .x-btn-default-small-over:hover{
  263. background-color: #f0f0f0;
  264. }
  265. .dbfind-bbar{
  266. border-style: none;
  267. background-color: #e8e8e8 !important;
  268. }
  269. .x-menu-body {
  270. user-select: none;
  271. -o-user-select: none;
  272. -ms-user-select: none;
  273. -moz-user-select: -moz-none;
  274. -webkit-user-select: none;
  275. cursor: default;
  276. background: #f3f3f3 !important;
  277. padding: 2px;
  278. }
  279. .grid-color{
  280. background-color: #666666;
  281. }
  282. .x-menu-item-icon {
  283. width: 16px;
  284. height: 16px;
  285. position: absolute;
  286. top: 8px;
  287. left: 6px;
  288. background: no-repeat center center;
  289. }
  290. .gridpanel{
  291. padding:0 !important;
  292. border-width: 0px;
  293. }
  294. .x-window-body-default {
  295. border-color: #bcb1b0;
  296. border-width: 0px;
  297. border-style: none;
  298. background: #e0e0e0 !important;
  299. color: black;
  300. }
  301. .winbar-split{
  302. margin: 3px 0 0 0;
  303. }
  304. .x-window-header-text-default {
  305. margin-left: 4px;
  306. color: #333333;
  307. font-weight: bold;
  308. line-height: 16px;
  309. font-family: tahoma, arial, verdana, sans-serif;
  310. font-size: 11px;
  311. }
  312. .x-grid-row .grid-copy {
  313. border: 1px dashed #6c6cff !important;
  314. }
  315. .x-menu-item-text {
  316. font-size: 13px;
  317. color: #222222;
  318. }
  319. .x-menu-item-hover{
  320. border-style: none;
  321. }
  322. .x-menu-item-active .x-menu-item-link {
  323. background-color:#bcd2ee;
  324. background-image: none;
  325. margin: 0px;
  326. border-style:none;
  327. cursor: pointer;
  328. }
  329. .x-menu-icon-separator {
  330. position: absolute;
  331. top: 0px;
  332. left: 27px;
  333. z-index: 0;
  334. border-left: solid 0px #e0e0e0;
  335. background-color: #f3f3f3;
  336. width: 2px;
  337. height: 100% !important;
  338. overflow: hidden;
  339. }
  340. .x-menu-item-separator {
  341. /* background-image: none; */
  342. height: 2px;
  343. border-top: solid 1px #e0e0e0;
  344. background-color: #f3f3f3;
  345. margin: 2px 0px;
  346. overflow: hidden;
  347. }
  348. .x-form-invalid-tip-default {
  349. border-radius: 0px;
  350. padding: 4px 4px 4px 4px;
  351. /* border-width: 1px; */
  352. border-style: none;
  353. background-color: #fbf9f1;
  354. }
  355. .x-form-invalid-tip {
  356. border-color: #a1311f;
  357. -moz-box-shadow: #d87166 0 1px 0px 0 inset, #d87166 0 -1px 0px 0 inset, #d87166 -1px 0 0px 0 inset, #d87166 1px 0 0px 0 inset;
  358. -webkit-box-shadow: #d87166 0 1px 0px 0 inset, #d87166 0 -1px 0px 0 inset, #d87166 -1px 0 0px 0 inset, #d87166 1px 0 0px 0 inset;
  359. -o-box-shadow: #d87166 0 1px 0px 0 inset, #d87166 0 -1px 0px 0 inset, #d87166 -1px 0 0px 0 inset, #d87166 1px 0 0px 0 inset;
  360. box-shadow: #d87166 0 1px 0px 0 inset, #d87166 0 -1px 0px 0 inset, #d87166 -1px 0 0px 0 inset, #d87166 1px 0 0px 0 inset;
  361. }
  362. .x-boundlist-floating {
  363. border-top-width: 0.5px;
  364. }
  365. .x-form-trigger {
  366. height: 24px !important;
  367. }
  368. .form-field-allowBlank {
  369. background-color: #f2f2f2 !important;
  370. background-image: none !important;
  371. }
  372. .x-grid-cell-special .x-grid-cell-inner {
  373. color: #000000 !important;
  374. background-color: #e4e4e4 !important;
  375. padding: 0px;
  376. }
  377. .x-grid-row-checker, .x-column-header-checkbox .x-column-header-text {
  378. margin-left: 4px !important;
  379. margin-top: 6px !important;
  380. }
  381. .x-column-header-checkbox .x-column-header-inner {
  382. height: 20px !important;
  383. padding-top: 0px !important;
  384. padding-left: 0px !important;
  385. }
  386. .x-button-icon-add{
  387. background-image: url(../images/upgrade/icon/maindetail/tbar/add.png) !important;
  388. }
  389. .x-button-icon-save{
  390. background-image: url(../images/upgrade/icon/maindetail/tbar/save.png) !important;
  391. }
  392. .x-button-icon-delete{
  393. background-image: url(../images/upgrade/icon/maindetail/tbar/delete.png) !important;
  394. }
  395. .x-button-icon-check{
  396. background-image: url(../images/upgrade/icon/maindetail/tbar/reaudit.png) !important;
  397. }
  398. .x-button-icon-copy{
  399. background-image: url(../images/upgrade/icon/maindetail/tbar/copy.png) !important;
  400. }
  401. .x-button-icon-submit{
  402. background-image: url(../images/upgrade/icon/maindetail/tbar/send.png) !important;
  403. }
  404. .x-button-icon-query{
  405. background-image: url(../images/upgrade/icon/maindetail/tbar/query.png) !important;
  406. }
  407. .x-button-icon-print{
  408. background-image: url(../images/upgrade/icon/maindetail/tbar/print.png) !important;
  409. }
  410. .x-button-icon-close{
  411. background-image: url(../images/upgrade/icon/maindetail/tbar/close.png) !important;
  412. }
  413. .main-msg{
  414. background-image: url(../images/upgrade/icon/maindetail/tbar/toquery.png) !important;
  415. }
  416. .x-button-icon-modify{
  417. background-image: url(../images/upgrade/icon/maindetail/tbar/refresh.png) !important;
  418. }
  419. .more{
  420. background-image: url(../images/upgrade/icon/maindetail/tbar/more.png) !important;
  421. }
  422. .bbar-add{
  423. background-image: url(../images/upgrade/icon/maindetail/bbar/add.png) !important;
  424. }
  425. .bbar-delete{
  426. background-image: url(../images/upgrade/icon/maindetail/bbar/delete.png) !important;
  427. }
  428. .x-button-icon-up{
  429. background-image: url(../images/upgrade/icon/maindetail/bbar/up.png) !important;
  430. }
  431. .x-button-icon-down{
  432. background-image: url(../images/upgrade/icon/maindetail/bbar/down.png) !important;
  433. }
  434. .x-button-icon-excel{
  435. background-image: url(../images/upgrade/icon/maindetail/bbar/export.png) !important;
  436. }
  437. .mcopy{
  438. background-image: url(../images/upgrade/icon/rightmenu/mcopy.png) !important;
  439. }
  440. .x-button-icon-paste{
  441. background-image: url(../images/upgrade/icon/rightmenu/mpaste.png) !important;
  442. }
  443. .mmore{
  444. background-image: url(../images/upgrade/icon/rightmenu/mmore.png) !important;
  445. }
  446. .check{
  447. background-image: url(../images/upgrade/icon/maindetail/bbar/check.png) !important;
  448. }
  449. .x-button-icon-reset{
  450. background-image: url(../images/upgrade/icon/maindetail/bbar/reset.png) !important;
  451. }
  452. .x-button-icon-confirm{
  453. background-image: url(../images/upgrade/icon/maindetail/tbar/check.png) !important;
  454. }
  455. .x-form-checkbox, .x-form-radio {
  456. background-image: url(../images/upgrade/icon/maindetail/checkbox.png);
  457. }
  458. .x-grid-row-checker, .x-column-header-checkbox .x-column-header-text {
  459. background-image: url(../images/upgrade/icon/maindetail/unchecked.png);
  460. }
  461. .x-grid-hd-checker-on .x-column-header-text {
  462. background-image: url(../images/upgrade/icon/maindetail/checked.png);
  463. }
  464. .x-grid-row-selected .x-grid-row-checker, .x-grid-row-checked .x-grid-row-checker {
  465. background-image: url(../images/upgrade/icon/maindetail/checked.png);
  466. }
  467. .bbar-file {
  468. background-color: #f3f3f3;
  469. margin:0 !important;
  470. }
  471. .x-fieldset {
  472. padding:-1px;
  473. background-color: #f7f7f7!important;
  474. overflow: hidden;
  475. }
  476. .x-fieldset-collapsed {
  477. width: 100%;
  478. padding-bottom: 0 !important;
  479. border-width: 1px 1px 0 1px !important;
  480. border-left-color: transparent !important;
  481. border-right-color: transparent !important;
  482. }
  483. .x-form-trigger {
  484. background-position: 0 0;
  485. width: 17px;
  486. height: 21px;
  487. float: left;
  488. border: none;
  489. cursor: pointer;
  490. cursor: hand;
  491. }
  492. .x-form-download-trigger {
  493. background: #fff url(../images/upgrade/icon/maindetail/download.png) no-repeat center center !important;
  494. }
  495. .x-form-trash-trigger {
  496. background: #fff url(../images/upgrade/icon/maindetail/delete.png) no-repeat center center !important;
  497. }
  498. .bbar-excel {
  499. padding-left: 7px;
  500. background-color: #f3f3f3;
  501. border-style: none;
  502. margin: 0 !important;
  503. background-image: none;
  504. }
  505. .x-menu-item-active {
  506. color:#333 !important;
  507. background-color: #bcd2ee !important;
  508. background-image: none;
  509. }
  510. .x-window-header-default-top {
  511. border:none;
  512. }
  513. .x-panel-default-framed {
  514. background-color: #ffffff;
  515. }
  516. .x-panel-default {
  517. background-color: #f7f7f7 ;
  518. }
  519. .x-ie6 .x-btn-default-toolbar-small-icon-text-left .x-btn-icon, .x-quirks .x-btn-default-toolbar-small-icon-text-left .x-btn-icon {
  520. height: auto;
  521. }
  522. ::-webkit-scrollbar {
  523. background-color:#ffffff;
  524. width: 10px;
  525. }
  526. ::-webkit-scrollbar-thumb {
  527. background:#c9c9c9;
  528. -webkit-border-radius: 4px;
  529. border-radius: 4px;
  530. -webkit-box-shadow: none;/* inset 0px 0px 2px 0px rgba(0, 0, 0, 0.5); */
  531. }
  532. ::-webkit-scrollbar-track {
  533. -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  534. -webkit-border-radius: 4px;
  535. border-radius: 4px;
  536. }
  537. ::-webkit-scrollbar-thumb:window-inactive {
  538. background: rgba(231, 231, 231, 0.4);
  539. }
  540. ::-webkit-scrollbar-thumb:hover,::-webkit-scrollbar-thumb:active {
  541. background-color: #999
  542. }
  543. .x-nbutton-icon-select{
  544. background-image: url('../images/upgrade/icon/maindetail/xiala.png');
  545. }
  546. .x-nbutton-icon-log{
  547. background-image: url('../images/upgrade/icon/maindetail/caozuo.png');
  548. }
  549. .x-nbutton-icon-message{
  550. background-image: url('../images/upgrade/icon/maindetail/xiaoxi.png');
  551. }
  552. .x-nbutton-icon-link{
  553. background-image: url('../images/upgrade/icon/maindetail/guanlian.png');
  554. }
  555. .x-nbutton-icon-plan{
  556. background-image: url('../images/upgrade/icon/maindetail/download3.png');
  557. }
  558. .x-nbutton-icon-download{
  559. background-image: url('../images/upgrade/icon/maindetail/xiazai.png');
  560. }
  561. .x-nbutton-icon-process{
  562. background-image: url('../images/upgrade/icon/maindetail/liucheng.png');
  563. }
  564. .x-nbutton-icon-task{
  565. background-image: url('../images/upgrade/icon/maindetail/task.png');
  566. }
  567. .x-nbutton-icon-report{
  568. background-image: url('../images/upgrade/icon/maindetail/shezhi.png');
  569. }
  570. .x-grid-cell-special .x-grid-cell-inner {
  571. height:26px;
  572. line-height: 26px;
  573. color: #000000 !important;
  574. background-color: #e4e4e4;
  575. padding: 0px;
  576. }
  577. .x-grid-row-alt .x-grid-cell,.x-grid-row-alt .x-grid-rowwrap-div {
  578. background-color: #dfe7ed;
  579. }
  580. .x-grid-row-over .x-grid-cell,.x-grid-row-over .x-grid-rowwrap-div {
  581. background-color: #d8e7f5;
  582. color: black;
  583. }
  584. .x-column-header-inner {
  585. background-color:#cbcbcb;
  586. zoom: 1;
  587. position: relative;
  588. white-space: nowrap;
  589. line-height: 22px;
  590. padding: 0px 6px;
  591. }
  592. .x-column-header-over {
  593. background-image: none;
  594. opacity:0.8;
  595. }
  596. .x-message-box .x-window-body {
  597. background-color: #e8e8e8 !important;
  598. border: none;
  599. }
  600. .x-center-bar{
  601. border:none;
  602. background-color: #f2f2f2;
  603. }
  604. .x-top-bar{
  605. border:none;
  606. background-color: #f7f7f7;
  607. }
  608. .report-col{
  609. color:#1e1e1e;
  610. text-align: center;
  611. }
  612. .x-scroller-vertical {
  613. border: 1px solid #fff;
  614. border-top-color: #fff;
  615. }
  616. .x-grid-checkcolumn {
  617. margin-top: 1.5px !important;
  618. width: 34px;
  619. height: 22px;
  620. background: url(../images/upgrade/bluegray/icon/search/uncheck.png) 0 0 no-repeat !important;
  621. }
  622. .x-grid-checkcolumn-checked {
  623. margin-top: 2px !important;
  624. width: 34px;
  625. height: 22px;
  626. background: url(../images/upgrade/bluegray/icon/search/check.png) 0 0 no-repeat !important;
  627. }
  628. .x-toolbar .x-toolbar-separator-horizontal {
  629. margin-top: 1px !important;
  630. height: 16px;
  631. width: 0px;
  632. border-left: 1px solid rgb(180, 180, 180);
  633. border-right: 1px solid white;
  634. }
  635. .x-btn-default-toolbar-small .x-btn-inner {
  636. font-size: 13px;
  637. font-weight: normal;
  638. font-family: tahoma, arial, verdana, sans-serif;
  639. background-repeat: no-repeat;
  640. padding: 0 4px;
  641. color:none;
  642. }
  643. .x-top-line #report-btnInnerEl,
  644. .x-top-line #query-btnInnerEl,
  645. .x-top-line #myQuery-btnInnerEl {
  646. font-weight: bold;
  647. }
  648. .x-btn-default-toolbar-small-over{
  649. background-color: #fff;
  650. background-image: none;
  651. }
  652. .x-btn-default-toolbar-small-focus{
  653. background-color: #fff;
  654. background-image: none;
  655. }
  656. .x-top-btn{
  657. background-color: #f7f7f7 !important;
  658. border:none !important;;
  659. border-radius:0;
  660. }
  661. .x-top-color{
  662. font-size: 14px !important;
  663. color: #000 !important;
  664. }
  665. .x-top-line{
  666. background-color: #f7f7f7 !important;
  667. border: none !important;
  668. border-bottom: 1px solid #000 !important;
  669. }
  670. .x-btn-default-small {
  671. margin-top: -2px !important;
  672. background-image: none;
  673. background-color: #fff;
  674. }
  675. .x-window-default{
  676. background-image: none;
  677. background-color: #cacaca;
  678. }
  679. .x-window-header-default-top{
  680. background-color: #cacaca;
  681. }
  682. /* grid empty icon */
  683. .x-grid-empty {
  684. height: 200px;
  685. background: url(../images/upgrade/bluegray/icon/datalist/empty2.png) 450px 100px no-repeat;
  686. background-position: center;
  687. }
  688. .x-button-icon-recall{
  689. background-image: url(../images/bluegray/upgrade/icon/maindetail/recall.png) !important;
  690. }
  691. .x-btn-gray {
  692. height:26px;
  693. border: 1px solid #bdbdbd !important;
  694. background-image: none !important;
  695. background-color: #ffffff !important;
  696. display: inline-block;
  697. cursor: pointer;
  698. text-align: center;
  699. }
  700. .x-btn-gray:hover {
  701. color:#333 !important;
  702. background-color: #bcd2ee !important;
  703. }
  704. .x-btn-gray:active {
  705. position: relative;
  706. top: 1px;
  707. }
  708. .default .x-grid-cell-inner {
  709. font-style: italic !important;
  710. }
  711. #reportset-btnInnerEl{
  712. width: 95px !important;
  713. color:black
  714. }
  715. .x-button-icon-set {
  716. margin-top: -1px;
  717. }
  718. #searchfield{
  719. margin: 2px 0 0 0 !important;
  720. }
  721. #reportset{
  722. margin: 4px 0 0 0 !important;
  723. }