main-old.css 34 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639
  1. html,body {
  2. background: #f1f1f1
  3. }
  4. .btn-cardchange {
  5. /* background-image: url('../images/cardchange.png'); */
  6. }
  7. .tab-background {
  8. background-image: url('../images/background_1.jpg')
  9. }
  10. /*form*/
  11. .x-form-field {
  12. border: 1px solid #8b8970;
  13. background-color: #fffafa;
  14. font-size: 14px !important;
  15. color: #515151
  16. }
  17. .x-form-field.x-form-radio,.x-form-field.x-form-checkbox {
  18. background-color: transparent;
  19. border: none;
  20. }
  21. .x-form-field-cir:focus {
  22. border-color: #66afe9;
  23. outline: 0;
  24. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
  25. rgba(102, 175, 233, .6);
  26. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
  27. rgba(102, 175, 233, .6);
  28. }
  29. .x-form-field-cir-focus {
  30. border-color: #66afe9;
  31. outline: 0;
  32. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
  33. rgba(102, 175, 233, .6);
  34. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
  35. rgba(102, 175, 233, .6)
  36. }
  37. .x-form-invalid-field.x-form-field-cir-focus {
  38. border-color: #cd950c;
  39. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  40. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
  41. }
  42. .form-field-border {
  43. border-bottom: 1px solid #8b8970;
  44. background-color: #e0eeee;
  45. height: 22
  46. }
  47. .x-form-item {
  48. font-family: "microsoft yahei", sans-serif;
  49. }
  50. .x-form-item .x-form-cb-wrap {
  51. padding-top: 2px;
  52. }
  53. .x-form-item-label {
  54. padding: 1px 0 0 3px;
  55. }
  56. .x-form-field-multi .x-form-item {
  57. margin-bottom: 0;
  58. }
  59. .x-form-file-wrap .x-btn button {
  60. height: 20px;
  61. line-height: 1;
  62. }
  63. .x-form-item .x-form-cb-wrap {
  64. padding-left: 3px;
  65. }
  66. .mail-attach {
  67. color: green
  68. }
  69. .mail-attach:hover {
  70. color: red;
  71. text-decoration: underline;
  72. cursor: pointer
  73. }
  74. .x-form-group {
  75. display: block;
  76. width: 100%;
  77. padding-bottom: 4px;
  78. }
  79. .x-form-group:before,.x-form-group:after {
  80. content: " ";
  81. display: table;
  82. }
  83. .x-form-group:after {
  84. clear: both;
  85. }
  86. .x-form-group-label {
  87. width: 30%;
  88. padding-left:10px;
  89. height: 20px;
  90. line-height: 20px;
  91. z-index: 2;
  92. position: relative;
  93. cursor: pointer;
  94. font-size: 15px;
  95. color: gray;
  96. border: 1px solid #8b8970;
  97. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  98. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  99. box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  100. -moz-border-radius: 5px;
  101. -webkit-border-radius: 5px;
  102. border-radius: 5px;
  103. background: #f1f1f1 url('../images/icons.png') no-repeat 0 -55px !important
  104. }
  105. .x-form-group-label h6,.x-form-group-label-close h6 {
  106. margin-left: 30px !important
  107. }
  108. .x-form-group-label:hover {
  109. background: #999 url('../images/icons.png') no-repeat 0px -109px
  110. !important;
  111. color: #fff;
  112. cursor: pointer
  113. }
  114. .x-form-group-label-close {
  115. width: 20%;
  116. float: left;
  117. padding: 0 20 0;
  118. z-index: 2;
  119. position: relative;
  120. cursor: pointer;
  121. background-color: #bebebe;
  122. font-size: 15px;
  123. color: green;
  124. border: 1px solid #8b8970;
  125. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  126. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  127. box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  128. -moz-border-radius: 5px;
  129. -webkit-border-radius: 5px;
  130. border-radius: 5px;
  131. background-image: url('../images/icons.png') no-repeat -3px -111px !important
  132. }
  133. .x-panel {
  134. border-width: 0
  135. }
  136. .x-column-header {
  137. text-shadow: 0 0 0 rgba(255, 255, 255, 0.3)
  138. }
  139. .x-panel-header-text {
  140. font-family: "microsoft yahei", sans-serif;
  141. font-size: 14px;
  142. color: blue;
  143. font-weight: normal
  144. }
  145. .x-panel-header-text-default-framed {
  146. font: 14px "microsoft yahei";
  147. color: blue;
  148. }
  149. .x-form-display-field {
  150. font-size: 13px;
  151. color: blue
  152. }
  153. .x-form-item-label {
  154. font-size: 14px
  155. }
  156. .x-form-readonly-1 {
  157. color: #6b6b6b
  158. }
  159. .x-monthpicker-item a {
  160. font-family: "Microsoft YaHei"
  161. }
  162. /*grid*/
  163. .x-grid-header-1 {
  164. background-color: #c8c8c8;
  165. background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f0f0),
  166. color-stop(100%, #c8c8c8));
  167. background-image: -webkit-linear-gradient(top, #f0f0f0, #c8c8c8);
  168. background-image: -moz-linear-gradient(top, #f0f0f0, #c8c8c8);
  169. background-image: -o-linear-gradient(top, #f0f0f0, #c8c8c8);
  170. background-image: -ms-linear-gradient(top, #f0f0f0, #c8c8c8);
  171. background-image: linear-gradient(top, #f0f0f0, #c8c8c8);
  172. text-align: center;
  173. }
  174. .x-grid-header-1 .x-column-header-text {
  175. font: 14px/1.5 "microsoft yahei", "\5b8b\4f53", Tahoma, Geneva,
  176. sans-serif;
  177. font-weight: 500
  178. }
  179. .x-grid-row .x-grid-cell {
  180. color: null;
  181. font: normal 11px tahoma, arial, verdana, sans-serif;
  182. background-color: #E0E0FF;
  183. border-top-color: #fafafa;
  184. height: 26px;
  185. line-height: 26px
  186. }
  187. .x-grid-cell-renderer-cl {
  188. background: #ffdab9 !important;
  189. font-style: italic !important
  190. }
  191. .rep .x-grid-cell {
  192. background: #ffdab9 !important;
  193. font-style: italic !important
  194. }
  195. .inquiry .x-grid-cell {
  196. background: #ffdab9 !important;
  197. font-style: italic !important;
  198. color:blue
  199. }
  200. .x-grid-cell-button-wrap {
  201. text-align: center;
  202. }
  203. .x-grid-cell-button-wrap button {
  204. margin-left: 5px
  205. }
  206. /* grid copy style*/
  207. .x-grid-row .grid-copy {
  208. border: 2px dashed black !important;
  209. }
  210. .x-grid-row .grid-copy-top {
  211. border-top: 2px dashed black !important;
  212. }
  213. .x-grid-row .grid-copy-bottom {
  214. border-bottom: 2px dashed black !important;
  215. }
  216. .x-grid-row .grid-copy-left {
  217. border-left: 2px dashed black !important;
  218. }
  219. .x-grid-row .grid-copy-right {
  220. border-right: 2px dashed black !important;
  221. }
  222. .x-grid-cell-renderer-bl {
  223. background: #c6e2ff !important
  224. }
  225. .x-grid-rowwrap-div {
  226. border-width: 1px 0;
  227. border-color: #ededed;
  228. border-style: solid;
  229. border-top-color: #fafafa;
  230. overflow: hidden
  231. }
  232. .x-grid-row-alt .x-grid-cell,.x-grid-row-alt .x-grid-rowwrap-div {
  233. background-color: #f1f1f1;
  234. }
  235. .x-grid-row-over .x-grid-cell,.x-grid-row-over .x-grid-rowwrap-div {
  236. border-color: #eaeaea;
  237. background-color: #bcd2ee;
  238. color: green
  239. }
  240. .x-grid-row-focused .x-grid-cell,.x-grid-row-focused .x-grid-rowwrap-div
  241. {
  242. border-color: #ddd;
  243. background-color: #efefef
  244. }
  245. .x-grid-row-selected .x-grid-cell,.x-grid-row-selected .x-grid-rowwrap-div
  246. {
  247. border-style: dotted;
  248. border-color: #a3bae9;
  249. background-color: #c0c8f0;
  250. color: blue;
  251. font-weight: normal
  252. }
  253. .x-btn-default-small .x-btn-inner,.x-btn-default-medium .x-btn-inner,.x-btn-default-large .x-btn-inner,.x-btn-default-toolbar-small .x-btn-inner,.x-btn-default-toolbar-medium .x-btn-inner,.x-btn-default-toolbar-large .x-btn-inner
  254. {
  255. font-size: 14px;
  256. color: black
  257. }
  258. .x-grid-editorcolumn {
  259. border-width: 2px 0;
  260. background-color: #eaeaea !important;
  261. color: green;
  262. font-weight: bold
  263. }
  264. .x-grid-row-selected .x-grid-cell-special {
  265. border-right: 1px solid #d4b7b7;
  266. /* background: #cecece url('../images/grid/header-bg.png') repeat center
  267. center !important */
  268. }
  269. .x-grid-editor .x-form-item .x-form-item-body .x-form-text {
  270. height: 25px
  271. }
  272. .x-tree-arrows .x-tree-elbow-plus,.x-tree-arrows .x-tree-elbow-minus,.x-tree-arrows .x-tree-elbow-end-plus,.x-tree-arrows .x-tree-elbow-end-minus
  273. {
  274. background-image: url('#')
  275. }
  276. .x-grid-tree-node-expanded .x-tree-icon-parent {
  277. background-image: url('../images/tree/book.png') no-repeat -80px -0px
  278. !important
  279. }
  280. .x-tree-icon-leaf-selected {
  281. background-image: url('../images/tree/leaf_edit.png') !important
  282. }
  283. .x-tree-icon-tab-main {
  284. background-image: url('../images/house.png') !important
  285. }
  286. .x-tree-icon-tab-tab {
  287. width: 10px;
  288. height: 10px;
  289. background-image: url('../images/icons.png') no-repeat -3px -137px !important
  290. }
  291. .x-tree-icon-tab-tab1 {
  292. background-image: url('../images/icons.png') no-repeat -3px -7px !important
  293. }
  294. .x-button-processmind {
  295. background-image: url('../images/cuiban.png')
  296. }
  297. .x-button-processmind1 {
  298. background-image: url('../images/cuiban1.png')
  299. }
  300. .x-button-addtask {
  301. background-image: url('../images/renwu.png')
  302. }
  303. .x-button-addtask1 {
  304. background-image: url('../images/renwu1.png')
  305. }
  306. .x-button-icon-print {
  307. background-image: url('../images/printer.png')
  308. }
  309. .x-button-icon-flow {
  310. background-image: url('../images/icon/flow.png')
  311. }
  312. .x-button-icon-chat {
  313. background-image: url('../images/icon/communicate.png')
  314. }
  315. .x-button-icon-save {
  316. background-image: url('../images/drink.png')
  317. }
  318. .x-button-icon-scan {
  319. background-image: url('../images/scan.png')
  320. }
  321. .x-button-icon-submit {
  322. background-image: url('../images/basket_put.png')
  323. }
  324. .x-button-icon-modify {
  325. background-image: url('../images/modify.png')
  326. }
  327. .x-button-icon-power {
  328. background-image: url('../images/power.png')
  329. }
  330. .x-button-icon-Jurisdiction {
  331. background-image: url('../images/icon/Jurisdiction.png')
  332. }
  333. .x-button-icon-delete {
  334. background-image: url('../images/basket_remove.png')
  335. }
  336. .x-button-icon-delete2 {
  337. background-image: url('../images/delete.png')
  338. }
  339. .x-button-icon-excel {
  340. background-image: url('../images/excel.png')
  341. }
  342. .x-button-icon-close {
  343. background-image: url('../images/icon/trash.png')
  344. }
  345. .x-button-icon-newclose{
  346. background-image: url('../images/icon/newclose.png')
  347. }
  348. .x-button-icon-autodeal{
  349. background-image: url('../images/icon/autoprocess.png')
  350. }
  351. .x-button-icon-code {
  352. background-image: url('../images/code.png')
  353. }
  354. .x-button-icon-check {
  355. background-image: url('../images/hourglass.png')
  356. }
  357. .x-button-icon-change {
  358. background-image: url('../images/arrow_branch.png')
  359. }
  360. .x-button-icon-move {
  361. background-image: url('../images/move.png')
  362. }
  363. .x-button-icon-add {
  364. background-image: url('../images/add.png')
  365. }
  366. .x-button-icon-download {
  367. background-image: url('../images/download.png')
  368. }
  369. .x-button-icon-sort {
  370. background-image: url('../images/icon/sort.png')
  371. }
  372. .x-button-icon-start {
  373. background-image: url('../images/icon/start.png')
  374. }
  375. .x-button-icon-stop {
  376. background-image: url('../images/icon/stop.png')
  377. }
  378. .x-button-icon-talk {
  379. background-image: url('../images/icon/talk.png')
  380. }
  381. .x-button-icon-read {
  382. background-image: url('../images/icon/read.png')
  383. }
  384. .x-button-icon-detail {
  385. background-image: url('../images/icon/detail.png')
  386. }
  387. .x-button-icon-selected {
  388. background-image: url('../images/icon/selected.png')
  389. }
  390. .x-btn-uu-medium {
  391. background-image: url('../images/icon/uu.png')
  392. }
  393. .x-form-uu-trigger {
  394. background: url('../images/16/10.png') no-repeat 0 2px !important
  395. }
  396. .x-form-textarea-trigger {
  397. background-image: url('../images/icons.png') no-repeat -3px -190px !important
  398. }
  399. .x-form-color-trigger {
  400. background-image: url('../images/paintbrush.png') no-repeat center center
  401. !important
  402. }
  403. .x-form-freq-trigger {
  404. background-image: url('../images/minute_trigger.png') no-repeat center center
  405. !important
  406. }
  407. .x-form-autocode-trigger {
  408. background-image: url('../images/code.png') no-repeat center center !important
  409. }
  410. .x-form-file-trigger {
  411. background-image: url('../images/icon/file.png') no-repeat center center
  412. !important
  413. }
  414. .x-form-trash-trigger {
  415. background: #cfcfcf url('../images/icon/trash.png') no-repeat center
  416. center !important
  417. }
  418. .x-form-download-trigger {
  419. background: #cfcfcf url('../images/icon/download.png') no-repeat center
  420. center !important
  421. }
  422. .x-button-icon-help {
  423. background-image: url('../images/help.png')
  424. }
  425. .x-button-icon-confirm {
  426. background-image: url('../images/accept.png')
  427. }
  428. .x-button-icon-edit {
  429. background-image: url('../images/paintbrush.png')
  430. }
  431. .x-button-icon-changehistory {
  432. background-image: url('../images/law_1.gif')
  433. }
  434. .x-button-icon-yuan {
  435. background-image: url('../images/icon/yuan.png')
  436. }
  437. .x-button-icon-deletedetail {
  438. background-image: url('../images/delete_1.gif')
  439. }
  440. .x-button-icon-template {
  441. background-image: url('../images/template.png')
  442. }
  443. .x-button-icon-copy {
  444. background-image: url('../images/copy.png')
  445. }
  446. .x-button-icon-paste {
  447. background-image: url('../images/paste.png')
  448. }
  449. .x-button-icon-up {
  450. background-image: url('../images/up.png')
  451. }
  452. .x-button-icon-down {
  453. background-image: url('../images/down.png')
  454. }
  455. .x-button-icon-source {
  456. background-image: url('../images/source.png')
  457. }
  458. .x-button-icon-query {
  459. background-image: url('../images/query.png')
  460. }
  461. .x-button-icon-preview {
  462. background-image: url('../images/icon/preview.png')
  463. }
  464. .x-button-icon-set {
  465. background-image: url('../images/icon/set.png')
  466. }
  467. .x-button-icon-clock {
  468. background-image: url('../images/icon/clock.png')
  469. }
  470. .x-button-icon-on {
  471. background-image: url('../images/icon/on.png')
  472. }
  473. .x-button-icon-off {
  474. background-image: url('../images/icon/off.png')
  475. }
  476. .x-button-icon-working {
  477. background-image: url('../images/icon/working.png')
  478. }
  479. .x-button-icon-install {
  480. background-image: url('../images/install.png')
  481. }
  482. .x-button-icon-content {
  483. background-image: url('../images/icon/content.png')
  484. }
  485. .x-button-icon-readed {
  486. background-image: url('../images/readed.png')
  487. }
  488. .x-button-icon-pic {
  489. background-image: url('../images/icon/pic.png')
  490. }
  491. .x-button-icon-data {
  492. background-image: url('../images/monitor.png')
  493. }
  494. .x-button-icon-addgroup {
  495. background-image: url('../images/icon/addgroup.png')
  496. }
  497. .x-button-icon-end {
  498. background-image: url('../images/icon/end.png')
  499. }
  500. .x-button-icon-execute {
  501. background-image: url('../images/icon/execute.png')
  502. }
  503. .x-button-icon-agree {
  504. background-image: url('../images/icon/agree.png') no-repeat;
  505. }
  506. .x-button-icon-unagree {
  507. background-image: url('../images/icon/unagree.png') no-repeat;
  508. }
  509. .x-button-icon-turn {
  510. background-image: url('../images/icon/turn.png')
  511. }
  512. .x-button-icon-reset {
  513. background-image: url('../images/reset.png')
  514. }
  515. .x-button-icon-paging {
  516. background-image: url('../images/icon/paging.png')
  517. }
  518. .x-grid-icon-partition {
  519. background-image: url('../images/icon/partition.png')
  520. }
  521. .x-btn-gray {
  522. background: #d5d5d5;
  523. background: -moz-linear-gradient(top, #fff 0, #efefef 38%, #d5d5d5 88%);
  524. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff),
  525. color-stop(38%, #efefef), color-stop(88%, #d5d5d5));
  526. background: -ms-linear-gradient(top, #fff 0, #efefef 38%, #d5d5d5 88%);
  527. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',
  528. endColorstr='#d5d5d5', GradientType=0);
  529. -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',
  530. endColorstr='#d5d5d5', GradientType=0);
  531. border-color: #bfbfbf;
  532. border-radius: 2px;
  533. vertical-align: bottom;
  534. text-align: center;
  535. }
  536. .x-btn-gray:hover {
  537. -webkit-opacity: .75;
  538. -moz-opacity: .75;
  539. opacity: .75;
  540. -ms-filter: "alpha(opacity=75)";
  541. filter: alpha(opacity = 75);
  542. }
  543. .u-toolbar {
  544. border: none;
  545. }
  546. .u-toolbar-group .x-btn-gray {
  547. border-radius: 0;
  548. padding: 1px
  549. }
  550. .u-toolbar-group .x-btn-gray .x-btn-inner,.u-toolbar-group .x-item-disabled .x-btn-inner
  551. {
  552. font-size: 12px;
  553. }
  554. .x-btn-gray-1 {
  555. background-color: #cecece;
  556. text-align: center
  557. }
  558. .x-btn-blue {
  559. background-image: #cecece
  560. url('../ext/resources/themes/images/default/grid/grid-blue-hd.gif')
  561. repeat center center !important;
  562. text-align: center
  563. }
  564. .x-btn-blue:hover {
  565. background: #cecece url('../images/grid/header-bg.png') repeat center
  566. center !important;
  567. text-shadow: blue
  568. }
  569. .x-btn-bw {
  570. border: 1px solid #8b8970;
  571. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  572. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  573. box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  574. -moz-border-radius: 3px;
  575. -webkit-border-radius: 3px;
  576. border-radius: 3px;
  577. background-repeat: repeat;
  578. text-align: center
  579. }
  580. .x-btn-bw:hover {
  581. border: 0
  582. }
  583. .x-btn-tb {
  584. border: none !important
  585. }
  586. .x-btn-tb .x-btn-center {
  587. width: 24px !important
  588. }
  589. .x-btn-tb:hover {
  590. background: #cecece
  591. url('../ext/resources/themes/images/default/grid/grid-blue-hd.gif')
  592. repeat center center;
  593. border: 1px solid gray;
  594. cursor: pointer
  595. }
  596. .treetitle {
  597. color: gray;
  598. font-size: 14px;
  599. font-weight: inherit;
  600. background-color: #cecece;
  601. padding-left: 0;
  602. height: 25px;
  603. width: 100px;
  604. padding: 0 0 2px;
  605. margin: 0 0 0 5px;
  606. text-align: center;
  607. border: solid #ccc 1px;
  608. border-bottom: 0;
  609. color: #333;
  610. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  611. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  612. box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  613. -moz-border-radius: 5px;
  614. -webkit-border-radius: 5px
  615. }
  616. .treetitle:hover {
  617. background-color: #f1f1f1;
  618. border-color: #cecece;
  619. cursor: pointer
  620. }
  621. .x-tree-cls-node {
  622. background-image: url('../images/button_09.jpg');
  623. height: 21px !important
  624. }
  625. .x-tree-cls-root {
  626. background-image: url('../images/button_06.jpg');
  627. height: 26px !important
  628. }
  629. .x-tree-cls-root:hover {
  630. font-size: 14px;
  631. font-weight: bold;
  632. color: green
  633. }
  634. .x-tree-cls-node:hover,.x-tree-cls-parent:hover {
  635. font-size: 14px;
  636. font-weight: bold;
  637. color: green
  638. }
  639. .x-tree-cls-parent {
  640. background-image: url('../images/button_08.jpg');
  641. font-size: 15;
  642. margin-top: 5px;
  643. height: 23 !important
  644. }
  645. .tree-open {
  646. background-image: url('../images/zoom_in.png')
  647. }
  648. .tree-close {
  649. background-image: url('../images/icon/trash.png')
  650. }
  651. .tree-refresh {
  652. background-image: url('../images/refresh.gif')
  653. }
  654. .tree-back {
  655. background-image: url('../images/refresh.gif')
  656. }
  657. .tree-add {
  658. background-image: url('../images/add.png');
  659. }
  660. .tree-nav-add {
  661. background-image: url('../images/add.png');
  662. float:left;
  663. margin-top:-17px;
  664. width:16px;
  665. }
  666. .tree-nav-delete {
  667. background-image: url('../images/delete_1.gif');
  668. float:left;
  669. margin-top:-17px;
  670. width:16px;
  671. }
  672. .tree-nav-save {
  673. background-image: url('../images/accept.png');
  674. float:left;
  675. margin-top:-17px;
  676. width:16px;
  677. }
  678. .tree-save {
  679. background-image: url('../images/accept.png')
  680. }
  681. .tree-delete {
  682. background-image: url('../images/delete_1.gif')
  683. }
  684. .group-delete {
  685. background-image: url('../images/close_red.png')
  686. }
  687. .group-unread {
  688. background-image: url('../images/unread.gif')
  689. }
  690. .group-post {
  691. background-image: url('../images/post.gif')
  692. }
  693. .group-all {
  694. background-image: url('../images/allmail.gif')
  695. }
  696. .group-read {
  697. background-image: url('../images/read.gif')
  698. }
  699. .group-draft {
  700. background-image: url('../images/draft.gif')
  701. }
  702. .group-deleted {
  703. background-image: url('../images/deleted.gif')
  704. }
  705. .group-close {
  706. background-image: url('../images/icon/trash.png')
  707. }
  708. .x-action-col-icon {
  709. cursor: pointer;
  710. }
  711. .form-field-allowBlank {
  712. background-color: #d7d2d2;
  713. background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f0f0),
  714. color-stop(100%, #d7d7d7));
  715. background-image: -webkit-linear-gradient(top, #f0f0f0, #d7d7d7);
  716. background-image: -moz-linear-gradient(top, #f0f0f0, #d7d7d7);
  717. background-image: -o-linear-gradient(top, #f0f0f0, #d7d7d7);
  718. background-image: -ms-linear-gradient(top, #f0f0f0, #d7d7d7);
  719. background-image: linear-gradient(top, #f0f0f0, #d7d7d7);
  720. }
  721. .form-field-gray {
  722. margin-left: 2px;
  723. background: #c6c6c6;
  724. border-top: 1px solid #c6c6c6;
  725. border-bottom: 1px solid #c6c6c6;
  726. }
  727. .form-field-allowBlank-hidden {
  728. background-image: url('../images/button_06.jpg');
  729. border-bottom: 0
  730. }
  731. .x-html-editor-wrap textarea {
  732. background-color: #f7f7f7
  733. }
  734. .main-activeuser {
  735. background-image: url('../images/wishmaster.gif')
  736. }
  737. .main-technicalSupport {
  738. background-image: url('../images/world.png')
  739. }
  740. .div-msg {
  741. color: green
  742. }
  743. .div-msg a:hover {
  744. color: blue;
  745. font-weight: bold;
  746. cursor: pointer
  747. }
  748. .login_input {
  749. border-top-width: 1px;
  750. border-right-width: 1px;
  751. border-bottom-width: 1px;
  752. border-left-width: 1px;
  753. border-top-style: solid;
  754. border-right-style: solid;
  755. border-bottom-style: solid;
  756. border-left-style: solid;
  757. border-top-color: #4b5a3d;
  758. border-right-color: #fff;
  759. border-bottom-color: #fff;
  760. border-left-color: #4b5a3d;
  761. line-height: 15px;
  762. background: #eee;
  763. font-size: 18px;
  764. border: 1px solid #ccc;
  765. padding: 3px;
  766. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  767. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  768. box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  769. -moz-border-radius: 5px;
  770. -webkit-border-radius: 5px;
  771. border-radius: 5px
  772. }
  773. .login_input:focus {
  774. background: #fff;
  775. border: 1px solid #6c7569
  776. }
  777. .main-todo {
  778. background-image: url('../images/mainpage/things.png')
  779. }
  780. /** 选择账套中的iconCls样式 */
  781. .main-select-master {
  782. background-image: url('../images/mainpage/things.png');
  783. margin-left: -25px;
  784. top:auto !important;
  785. left:auto !important;
  786. }
  787. .main-msg {
  788. background-image: url('../images/mainpage/info.png')
  789. }
  790. .main-forget {
  791. background-image: url('../images/mainpage/notice.png')
  792. }
  793. .main-schedule {
  794. background-image: url('../images/mainpage/schedule.png')
  795. }
  796. .main-kpi {
  797. background-image: url('../images/mainpage/kpi.png')
  798. }
  799. .main-notice {
  800. background-image: url('../images/mainpage/blogs.png')
  801. }
  802. .main-subs {
  803. background-image: url('../images/mainpage/subs.png')
  804. }
  805. .main-email {
  806. background-image: url('../images/icon/email.png')
  807. }
  808. .main-url {
  809. background-image: url('../images/mainpage/url.png')
  810. }
  811. .main-task {
  812. background-image: url('../images/mainpage/task.png')
  813. }
  814. .main-news {
  815. background-image: url('../images/mainpage/newspaper.png')
  816. }
  817. .main-diary {
  818. background-image: url('../images/mainpage/caneldar.gif')
  819. }
  820. .formset-form {
  821. background-image: url('../images/form.png')
  822. }
  823. .formset-grid {
  824. background-image: url('../images/grid.png')
  825. }
  826. .workrecord-task {
  827. background-image: url('../images/taskdescription.png')
  828. }
  829. .workrecord-log {
  830. background-image: url('../images/log.png')
  831. }
  832. .relogin {
  833. background-image: url('../images/login.png')
  834. }
  835. .first {
  836. background-image: url('../images/first.png');
  837. background-repeat: no-repeat
  838. }
  839. .prev {
  840. background-image: url('../images/prev.png');
  841. background-repeat: no-repeat
  842. }
  843. .next {
  844. background-image: url('../images/next.png');
  845. background-repeat: no-repeat
  846. }
  847. .end {
  848. background-image: url('../images/end.png');
  849. background-repeat: no-repeat
  850. }
  851. .form-progressbar {
  852. margin-top: 5px;
  853. border-color: #cdb79e;
  854. background-color: #cdc673;
  855. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  856. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  857. box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  858. -moz-border-radius: 5px;
  859. -webkit-border-radius: 5px;
  860. border-radius: 5px
  861. }
  862. .color-column-inner {
  863. border-radius: 10px;
  864. height: 20px;
  865. margin-left: 15px;
  866. width: 20px;
  867. border: 1px solid #d0d0d0
  868. }
  869. .more {
  870. background-image: url('../images/mainpage/more.png')
  871. }
  872. .subsAdd{
  873. text-align:center;
  874. height: 65%;
  875. width:38%;
  876. background-image: url('../images/add.png');
  877. }
  878. .subsnoAdd{
  879. text-align:center;
  880. disabled:true;
  881. filter閿涙�ray;
  882. height: 65%;
  883. width:38%;
  884. background-image: url('../images/16/ok.png');
  885. }
  886. .subsDelete{
  887. text-align:center;
  888. height: 65%;
  889. width:38%;
  890. background-image: url('../images/delete.png');
  891. }
  892. .subsnoDelete{
  893. text-align:center;
  894. filter閿涙�ray;
  895. disabled:true;
  896. height: 65%;
  897. width:38%;
  898. background-image: url('../images/16/amp.png');
  899. }
  900. ::-webkit-scrollbar {
  901. width: 10px
  902. }
  903. ::-webkit-scrollbar:horizontal {
  904. height: 12px !important;
  905. }
  906. .x-scroller-horizontal {
  907. height: 12px !important;
  908. border: none;
  909. }
  910. /* Track */
  911. ::-webkit-scrollbar-track {
  912. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  913. -webkit-border-radius: 10px;
  914. border-radius: 10px;
  915. }
  916. /* Handle */
  917. ::-webkit-scrollbar-thumb {
  918. -webkit-border-radius: 10px;
  919. border-radius: 10px;
  920. background: rgba(231, 231, 231, 0.8);
  921. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  922. }
  923. ::-webkit-scrollbar-thumb:window-inactive {
  924. background: rgba(231, 231, 231, 0.4);
  925. }
  926. ::-webkit-scrollbar-thumb:hover,::-webkit-scrollbar-thumb:active {
  927. background-color: #999
  928. }
  929. .x-face-picker-item {
  930. cursor: pointer;
  931. display: inline;
  932. border: 1px solid #d1eeee;
  933. height: 17px;
  934. width: 17px
  935. }
  936. .x-face-picker-item:hover {
  937. background: #fff68f;
  938. border-color: red
  939. }
  940. .x-menu-adduser {
  941. background-image: url('../images/user9_add.gif')
  942. }
  943. .x-menu-rename {
  944. background-image: url('../images/icon/rename.png')
  945. }
  946. .x-menu-deleteuser {
  947. background-image: url('../images/user9_delete.gif')
  948. }
  949. .x-menu-share {
  950. background-image: url('../images/icon/share.png')
  951. }
  952. .x-myradio {
  953. border: 0 !important;
  954. font-size: 14px;
  955. }
  956. .x-form-itemselector-top {
  957. background-image: url('../images/icon/top2.gif');
  958. }
  959. .x-form-itemselector-up {
  960. background-image: url('../images/icon/up2.gif');
  961. }
  962. .x-form-itemselector-add {
  963. background-image: url('../images/icon/right2.gif');
  964. }
  965. .x-form-itemselector-remove {
  966. background-image: url('../images/icon/left2.gif');
  967. }
  968. .x-form-itemselector-down {
  969. background-image: url('../images/icon/down2.gif');
  970. }
  971. .x-form-itemselector-bottom {
  972. background-image: url('../images/icon/bottom2.gif');
  973. }
  974. /*panel&window blue*/
  975. .custom-blue .x-panel-header,.custom-blue .x-window-header {
  976. height: 30px;
  977. border-top: 1px solid #96d1f8;
  978. background: #65a9d7;
  979. background: -webkit-gradient(linear, left top, left bottom, from(#ced3d9),
  980. to(#65a9d7));
  981. background: -webkit-linear-gradient(top, #ced3d9, #65a9d7);
  982. background: -moz-linear-gradient(top, #ced3d9, #65a9d7);
  983. background: -ms-linear-gradient(top, #ced3d9, #65a9d7);
  984. background: -o-linear-gradient(top, #ced3d9, #65a9d7);
  985. }
  986. .custom-blue.x-window-default {
  987. border: 1px solid #65a9d7;
  988. background: #65a9d7;
  989. background: -webkit-gradient(linear, left top, left bottom, from(#ced3d9),
  990. to(#65a9d7));
  991. background: -webkit-linear-gradient(top, #ced3d9, #65a9d7);
  992. background: -moz-linear-gradient(top, #ced3d9, #65a9d7);
  993. background: -ms-linear-gradient(top, #ced3d9, #65a9d7);
  994. background: -o-linear-gradient(top, #ced3d9, #65a9d7);
  995. }
  996. .custom-slivery .x-panel-header,.custom-slivery .x-window-header {
  997. height: 30px;
  998. border-top: 1px solid #ede4ed;
  999. background: #f2edf2;
  1000. background: -webkit-gradient(linear, left top, left bottom, from(#a19f9f),
  1001. to(#f2edf2));
  1002. background: -webkit-linear-gradient(top, #a19f9f, #f2edf2);
  1003. background: -moz-linear-gradient(top, #a19f9f, #f2edf2);
  1004. background: -ms-linear-gradient(top, #a19f9f, #f2edf2);
  1005. background: -o-linear-gradient(top, #a19f9f, #f2edf2);
  1006. }
  1007. .custom-slivery.x-window-default {
  1008. border: 1px solid #7db0ac;
  1009. background: #a19f9f;
  1010. background: -webkit-gradient(linear, left top, left bottom, from(#f2edf2),
  1011. to(#cccccc));
  1012. background: -webkit-linear-gradient(top, #f2edf2, #cccccc);
  1013. background: -moz-linear-gradient(top, #f2edf2, #a19f9f);
  1014. background: -ms-linear-gradient(top, #f2edf2, #a19f9f);
  1015. background: -o-linear-gradient(top, #f2edf2, #a19f9f);
  1016. }
  1017. /*error message*/
  1018. .error-container {
  1019. border: 1px solid #65a9d7;
  1020. width: 370px;
  1021. }
  1022. .error-toggle {
  1023. height: 30px;
  1024. line-height: 30px;
  1025. background-color: #65a9d7;
  1026. text-align: center;
  1027. font-weight: 700;
  1028. cursor: pointer;
  1029. display: block;
  1030. }
  1031. .error-body {
  1032. padding: 5px 10px;
  1033. min-height: 200px;
  1034. -ms-word-wrap: break-word;
  1035. word-wrap: break-word;
  1036. }
  1037. /*custom tool*/
  1038. .custom-tool .x-tool-task {
  1039. background-image: url('../images/16/task.png');
  1040. }
  1041. .x-tool-over .x-tool-task {
  1042. background-position: -15px 0;
  1043. }
  1044. .x-timepicker-hours {
  1045. border-right: 1px solid #585858;
  1046. width: 127px;
  1047. float: left;
  1048. height: 168px;
  1049. }
  1050. .x-timepicker-minutes {
  1051. float: left;
  1052. height: 168px;
  1053. width: 108px;
  1054. }
  1055. .x-timepicker-minutes .x-timepicker-item {
  1056. width: 32px;
  1057. font-size: 14px;
  1058. }
  1059. .x-timepicker-hours .x-timepicker-item {
  1060. width: 28px;
  1061. font-size: 14px;
  1062. }
  1063. .x-timepicker-item {
  1064. float: left;
  1065. margin: 2px 0 5px 0;
  1066. font: normal 11px tahoma, arial, verdana, sans-serif;
  1067. text-align: center;
  1068. vertical-align: middle;
  1069. height: 18px;
  1070. border: 0 none;
  1071. }
  1072. .x-timepicker {
  1073. border: 1px solid #585858;
  1074. background-color: white;
  1075. min-width: 240px;
  1076. }
  1077. .x-timepicker-item a {
  1078. display: block;
  1079. margin: 0 5px 0 5px;
  1080. text-decoration: none;
  1081. color: #523a39;
  1082. border: 1px solid white;
  1083. line-height: 17px;
  1084. }
  1085. .x-timepicker-buttons {
  1086. position: relative;
  1087. border-top: 1px solid #d0d0d0;
  1088. background-color: #e9e9e9;
  1089. background-image: -webkit-linear-gradient(top, #dfdfdf, #d6d6d6 49%, #d0d0d0 51%, #d2d2d2);
  1090. text-align: center;
  1091. }
  1092. .x-timepicker-buttons .x-btn {
  1093. position: relative;
  1094. margin: 4px;
  1095. }
  1096. .x-timepicker-item a.x-timepicker-selected {
  1097. background-color: #e9e9e9;
  1098. border: 1px solid #b2aaa9;
  1099. }
  1100. .x-timepicker-item a {
  1101. display: block;
  1102. margin: 0 5px 0 5px;
  1103. text-decoration: none;
  1104. color: #523a39;
  1105. line-height: 17px;
  1106. }
  1107. .x-form-necessary {
  1108. background-image: url('../images/icon/need.png');
  1109. background-repeat: no-repeat;
  1110. margin-left:-4px;
  1111. width:16px;
  1112. }
  1113. /**
  1114. *SMTMonitor warningcolor
  1115. */
  1116. .renderColor{
  1117. color: red;
  1118. }
  1119. .renderColor .x-grid-cell{
  1120. color: red;
  1121. }
  1122. @media ( max-width : 991px) {
  1123. .x-menu-item-text,.x-html-editor-tb .x-font-select,.x-panel-header-default-framed,.x-tip-header,.x-tip-body,.x-form-invalid-tip-body,.x-tip-header-text,.x-progress-text,.x-toolbar,.x-toolbar .x-form-item-label,.x-toolbar .x-toolbar-text,.x-window-header-text-default,.x-grid-rowbody,.x-grid-row .x-grid-cell,.x-grid-group-title,.x-grid-row-editor .x-form-field,.x-grid-row-editor .x-form-display-field,.x-form-invalid-under,.x-fieldset-header,.x-column-header,.x-mask-msg div,.x-btn-group-header-text-default-framed,table.x-datepicker-inner a,.x-monthpicker-item,.x-dd-drag-ghost
  1124. {
  1125. font-size: 14px
  1126. }
  1127. .x-form-item {
  1128. font-size: 14px
  1129. }
  1130. .x-boundlist {
  1131. border-width: 1px;
  1132. border-style: solid;
  1133. border-color: #b5b8c8;
  1134. font-size: 14px;
  1135. background: #fcfcfc
  1136. }
  1137. }
  1138. .NavBtn{
  1139. background: #d5d5d5;
  1140. background: -moz-linear-gradient(top, #fff 0, #efefef 38%, #d5d5d5 88%);
  1141. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff),
  1142. color-stop(38%, #efefef), color-stop(88%, #d5d5d5));
  1143. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',
  1144. endColorstr='#d5d5d5', GradientType=0);
  1145. border-color: #bfbfbf;
  1146. border-radius: 2px;
  1147. vertical-align: bottom;
  1148. text-align: right;
  1149. background-image:url(../images/add.png);/*閿熸枻鎷烽敓鏂ゆ嫹鍥剧墖*/
  1150. background-repeat:no-repeat;
  1151. }
  1152. @media ( min-width : 992px) {
  1153. .x-menu-item-text,.x-html-editor-tb .x-font-select,.x-tip-header,.x-tip-body,.x-form-invalid-tip-body,.x-tip-header-text,.x-progress-text,.x-window-header-text-default,.x-grid-rowbody,.x-grid-row .x-grid-cell,.x-grid-group-title,.x-grid-row-editor .x-form-field,.x-grid-row-editor .x-form-display-field,.x-form-invalid-under,.x-fieldset-header,.x-column-header,.x-mask-msg div,.x-btn-group-header-text-default-framed,table.x-datepicker-inner a,.x-monthpicker-item,.x-dd-drag-ghost
  1154. {
  1155. font-size: 14px
  1156. }
  1157. .x-toolbar,.x-toolbar .x-form-item-label,.x-toolbar .x-toolbar-text {
  1158. font-size: 13px
  1159. }
  1160. .x-form-item {
  1161. font-size: 14px
  1162. }
  1163. .x-boundlist {
  1164. border-width: 1px;
  1165. border-style: solid;
  1166. border-color: #b5b8c8;
  1167. font-size: 14px;
  1168. background: #fcfcfc
  1169. }
  1170. }
  1171. /*toolbar*/
  1172. .x-toolbar .x-toolbar-title {
  1173. font-family: "microsoft yahei", sans-serif;
  1174. font-size: 14px;
  1175. color: blue !important;
  1176. }
  1177. .x-btn-link {
  1178. text-decoration: underline;
  1179. color: blue;
  1180. cursor: pointer;
  1181. }
  1182. /* 閸楁洘宓侀崣鍏呯瑐鐟欐帗鏌婇惃鍕�壉瀵�拷 */
  1183. .x-nbutton-icon-select{
  1184. background-image: url('../images/icon/xiala.png');
  1185. }
  1186. .x-nbutton-icon-log{
  1187. background-image: url('../images/icon/caozuo.png');
  1188. }
  1189. .x-nbutton-icon-message{
  1190. background-image: url('../images/icon/xiaoxi.png');
  1191. }
  1192. .x-nbutton-icon-link{
  1193. background-image: url('../images/icon/guanlian.png');
  1194. }
  1195. .x-nbutton-icon-plan{
  1196. background-image: url('../images/icon/download3.png');
  1197. }
  1198. .x-nbutton-icon-download{
  1199. background-image: url('../images/icon/xiazai.png');
  1200. }
  1201. .x-nbutton-icon-process{
  1202. background-image: url('../images/icon/liucheng.png');
  1203. }
  1204. .x-nbutton-icon-task{
  1205. background-image: url('../images/icon/task.png');
  1206. }
  1207. .x-nbutton-icon-report{
  1208. background-image: url('../images/icon/shezhi.png');
  1209. }
  1210. .x-nbutton-icon-left{
  1211. margin:'0 0 0 2';
  1212. top:2px !important;
  1213. left:3px !important;
  1214. background-image: url('../images/icon/left.png');
  1215. }
  1216. .x-nbutton-icon-right{
  1217. margin:'0 0 0 2';
  1218. top:2px !important;
  1219. left:7px !important;
  1220. background-image: url('../images/icon/right.png');
  1221. }
  1222. .messageinfo{
  1223. border-color: white;
  1224. background-color: white !important;
  1225. box-shadow: 1px 1px 1px 1px #888888;
  1226. }
  1227. .text{
  1228. /*background: red; */
  1229. animation:myfirst 5s;
  1230. animation-iteration-count: 5;
  1231. }
  1232. @keyframes myfirst
  1233. {
  1234. 0% {background: #FF8140;}
  1235. 25% {background: white;}
  1236. 50% {background: #FF8140;}
  1237. 100% {background: white;}
  1238. }
  1239. .newrownum_search{
  1240. height:16px;
  1241. width:16px;
  1242. border:0px;
  1243. background-image: url('../images/nrn_search.png');
  1244. }
  1245. .newrownum_usearch{
  1246. height:16px;
  1247. width:16px;
  1248. border:0px;
  1249. background-image: url('../images/unrn_search.png');
  1250. }
  1251. .newrownum_uclean{
  1252. height:16px;
  1253. width:16px;
  1254. border:0px;
  1255. background-image: url('../images/unrn_clean.png');
  1256. }
  1257. .newrownum_clean{
  1258. height:16px;
  1259. width:16px;
  1260. border:0px;
  1261. background-image: url('../images/nrn_clean.png');
  1262. }
  1263. .default .x-grid-cell {
  1264. background: #c0c0c0 !important;
  1265. }
  1266. .gray .x-grid-cell {
  1267. background: #969696 !important;
  1268. }
  1269. .graymax .x-grid-cell {
  1270. background: #808080 !important;
  1271. }
  1272. .black .x-grid-cell {
  1273. background: #333333 !important;
  1274. }
  1275. .red .x-grid-cell {
  1276. background: #FF0000 !important;
  1277. }
  1278. .bluemin .x-grid-cell {
  1279. background: #99ccff !important;
  1280. }
  1281. .blue .x-grid-cell {
  1282. background: #00ccff !important;
  1283. }
  1284. .bluemax .x-grid-cell {
  1285. background: #3366ff !important;
  1286. }
  1287. .greenmin .x-grid-cell {
  1288. background: #ccffcc !important;
  1289. }
  1290. .green .x-grid-cell {
  1291. background: #00ff00 !important;
  1292. }
  1293. .greenmax .x-grid-cell {
  1294. background: #339966 !important;
  1295. }
  1296. .yellow .x-grid-cell {
  1297. background: #ffff00 !important;
  1298. }
  1299. .yellowmin .x-grid-cell {
  1300. background: #ffff99 !important;
  1301. }
  1302. .orange .x-grid-cell {
  1303. background: #ff9900 !important;
  1304. }
  1305. .orangemax .x-grid-cell {
  1306. background: #ff6600 !important;
  1307. }
  1308. .Pagbar-tbtext{
  1309. font-size: 12px !important;
  1310. }
  1311. .x-box-scroller-left .x-toolbar-scroll-left, .x-box-scroller-left .x-tabbar-scroll-left {
  1312. margin-top: -0.5px;
  1313. }
  1314. .x-box-scroller-right .x-toolbar-scroll-right, .x-box-scroller-right .x-tabbar-scroll-right {
  1315. margin-top: -0.5px;
  1316. }
  1317. /* SelectInquiryDate monthSelect */
  1318. #monthSelect .x-form-field.x-form-radio{
  1319. background:none !important;
  1320. }
  1321. #monthSelect .x-form-cb-checked{
  1322. background:#bdbdbd !important;
  1323. }
  1324. #monthSelect-body{
  1325. padding:0 10px 0 10px;
  1326. background:#f2f2f2 !important;
  1327. }
  1328. #monthSelect .x-form-item{
  1329. margin-bottom:0px;
  1330. }
  1331. #monthSelect .x-form-item .x-form-cb-wrap{
  1332. height:36px !important;
  1333. border: 1px solid #bdbdbd;
  1334. }
  1335. #monthSelect .x-container-default{
  1336. padding-top:30px;
  1337. border-bottom: 1px solid #bdbdbd;
  1338. }
  1339. #monthSelect .x-column-layout-ct{
  1340. border-top: 1px solid #bdbdbd;
  1341. }
  1342. #monthSelect .x-form-cb-label-after {
  1343. line-height: 30px;
  1344. margin-left: 1px;
  1345. }
  1346. /* SelectInquiryDate daySelect */
  1347. #daySelect .x-form-field.x-form-radio{
  1348. background:none !important;
  1349. }
  1350. #daySelect .x-form-cb-checked{
  1351. background:#bdbdbd !important;
  1352. }
  1353. #daySelect-body{
  1354. padding:0 3px 0 3px;
  1355. background:#f2f2f2 !important;
  1356. }
  1357. #daySelect .x-form-item{
  1358. margin-bottom:0px;
  1359. }
  1360. #daySelect .x-form-item .x-form-cb-wrap{
  1361. height:34px !important;
  1362. border: 1px solid #bdbdbd;
  1363. }
  1364. #daySelect .x-container-default{
  1365. border-bottom: 1px solid #bdbdbd;
  1366. }
  1367. #daySelect .x-column-layout-ct{
  1368. border-top: 1px solid #bdbdbd;
  1369. }
  1370. #daySelect .x-form-cb-label-after {
  1371. line-height: 28px;
  1372. margin-left: 1px;
  1373. }