docmain.css 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941
  1. html,body {
  2. background: #f1f1f1
  3. }
  4. .tab-background {
  5. background-image: url('../images/background_1.jpg')
  6. }
  7. .x-form-field {
  8. border: 1px solid #8b8970;
  9. background-color: #fffafa;
  10. font-size: 13px !important;
  11. color: #515151
  12. }
  13. .x-form-field.x-form-radio,.x-form-field.x-form-checkbox {
  14. background-color: transparent;
  15. border: none;
  16. }
  17. .x-form-field-cir {
  18. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  19. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  20. box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  21. -moz-border-radius: 5px;
  22. -webkit-border-radius: 5px;
  23. border-radius: 5px
  24. }
  25. .x-form-field-cir:focus {
  26. background: #fff !important;
  27. border: 2px solid #cd950c !important
  28. }
  29. .x-form-field-cir-focus {
  30. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  31. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  32. box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  33. -moz-border-radius: 5px;
  34. -webkit-border-radius: 5px;
  35. border-radius: 5px;
  36. background: #fff !important;
  37. border: 2px solid #cd950c !important
  38. }
  39. .form-field-border {
  40. border-bottom: 1px solid #8b8970;
  41. background-color: #e0eeee;
  42. height: 22
  43. }
  44. .mail-attach {
  45. color: green
  46. }
  47. .mail-attach:hover {
  48. color: red;
  49. text-decoration: underline;
  50. cursor: pointer
  51. }
  52. .x-form-group-label {
  53. width: 30%;
  54. float: left;
  55. padding: 0 20 0;
  56. z-index: 2;
  57. position: relative;
  58. cursor: pointer;
  59. font-size: 15px;
  60. color: gray;
  61. border: 1px solid #8b8970;
  62. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  63. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  64. box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  65. -moz-border-radius: 5px;
  66. -webkit-border-radius: 5px;
  67. border-radius: 5px;
  68. background: #f1f1f1 url('../images/icons.png') no-repeat -3px -57px
  69. !important
  70. }
  71. .x-form-group-label h6,.x-form-group-label-close h6 {
  72. margin-left: 30px !important
  73. }
  74. .x-ie .x-form-group-label,.x-form-group-label-close {
  75. height: 20px !important
  76. }
  77. .x-ie .x-form-group-label h6,.x-form-group-label-close h6 {
  78. line-height: 20px !important
  79. }
  80. .x-form-group-label:hover {
  81. background: #999 url('../images/icons.png') no-repeat -3px -111px
  82. !important;
  83. color: green;
  84. cursor: pointer
  85. }
  86. .x-form-group-label-close {
  87. width: 20%;
  88. float: left;
  89. padding: 0 20 0;
  90. z-index: 2;
  91. position: relative;
  92. cursor: pointer;
  93. background-color: #bebebe;
  94. font-size: 15px;
  95. color: green;
  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: url('../images/icons.png') no-repeat -3px -111px !important
  104. }
  105. .x-panel {
  106. border-width: 0
  107. }
  108. .x-column-header {
  109. text-shadow: 0 0 0 rgba(255, 255, 255, 0.3)
  110. }
  111. .x-panel-header-text {
  112. font-size: 13px;
  113. color: blue;
  114. font-weight: normal
  115. }
  116. .x-panel-header-text-default-framed {
  117. font-size: 13px;
  118. color: blue;
  119. font-weight: normal
  120. }
  121. .x-form-display-field {
  122. font-size: 13px;
  123. color: blue
  124. }
  125. .x-form-item-label {
  126. font-size: 13px
  127. }
  128. .x-item-disabled {
  129. font-size: 15px;
  130. color: blue
  131. }
  132. .x-form-readonly-1 {
  133. color: #6b6b6b
  134. }
  135. .x-grid-header-1 {
  136. /* background: url('../images/bg-documentTr.gif')!important; */
  137. border-color: none !important;
  138. font-size: 13px !important ;
  139. text-align: center;
  140. color: black;
  141. font-weight:700;
  142. }
  143. .x-grid-row .x-grid-cell {
  144. color: null;
  145. font: normal 11px tahoma, arial, verdana, sans-serif;
  146. background-color: #FAFAFA;
  147. border-color: #ededed;
  148. border-style: solid;
  149. border-width: 1px 0;
  150. border-top-color: #FAFAFA;
  151. height: 24px;
  152. line-height: 24px
  153. }
  154. .x-grid-cell-renderer-cl {
  155. background: #ffdab9 !important;
  156. font-style: italic !important
  157. }
  158. .rep .x-grid-cell {
  159. background: #ffdab9 !important;
  160. font-style: italic !important
  161. }
  162. .x-grid-cell-renderer-bl {
  163. background: #c6e2ff !important
  164. }
  165. .x-grid-rowwrap-div {
  166. border-width: 1px 0;
  167. border-color: #ededed;
  168. border-style: solid;
  169. border-top-color: #fafafa;
  170. overflow: hidden
  171. }
  172. .x-grid-row-alt .x-grid-cell,.x-grid-row-alt .x-grid-rowwrap-div {
  173. background-color: #f1f1f1;
  174. }
  175. .x-grid-row-over .x-grid-cell,.x-grid-row-over .x-grid-rowwrap-div {
  176. border-color: #eaeaea;
  177. background-color: #bcd2ee;
  178. color: green
  179. }
  180. .x-grid-row-focused .x-grid-cell,.x-grid-row-focused .x-grid-rowwrap-div
  181. {
  182. border-color: #ddd;
  183. background-color: #efefef
  184. }
  185. .x-grid-row-selected .x-grid-cell,.x-grid-row-selected .x-grid-rowwrap-div
  186. {
  187. border-style: dotted;
  188. border-color: #a3bae9;
  189. background-color: #c0c8f0 !important;
  190. color: blue;
  191. font-weight: normal
  192. }
  193. .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
  194. {
  195. font-size: 13px;
  196. color: black
  197. }
  198. .x-grid-editorcolumn {
  199. border-width: 2px 0;
  200. background-color: #eaeaea !important;
  201. color: green;
  202. font-weight: bold
  203. }
  204. .x-grid-row-selected .x-grid-cell-special {
  205. border-right: 1px solid #d4b7b7;
  206. background: #cecece url('../images/grid/header-bg.png') repeat center
  207. center !important
  208. }
  209. .x-grid-editor .x-form-item .x-form-item-body .x-form-text {
  210. height: 25px
  211. }
  212. .x-tree-icon-tab-main {
  213. background-image: url('../images/house.png') !important
  214. }
  215. .x-tree-icon-tab-tab {
  216. width: 10px;
  217. height: 10px;
  218. background: url('../images/icons.png') no-repeat -3px -137px !important
  219. }
  220. .x-tree-icon-tab-tab1 {
  221. background: url('../images/icons.png') no-repeat -3px -7px !important
  222. }
  223. .x-form-file-trigger {
  224. background: url('../images/file.png') no-repeat center center
  225. !important
  226. }
  227. .x-form-trash-trigger {
  228. background: #cfcfcf url('../images/trash.png') no-repeat center
  229. center !important
  230. }
  231. .x-form-download-trigger {
  232. background: #cfcfcf url('../images/download.png') no-repeat center
  233. center !important
  234. }
  235. .x-grid-icon-partition{
  236. background: url('../images/icon/partition.png')
  237. }
  238. .x-btn-gray-1 {
  239. background-color: #cecece;
  240. text-align: center
  241. }
  242. .x-btn-blue {
  243. background: #cecece
  244. url('../ext/resources/themes/images/default/grid/grid-blue-hd.gif')
  245. repeat center center !important;
  246. text-align: center
  247. }
  248. .x-btn-blue:hover {
  249. background: #cecece url('../images/grid/header-bg.png') repeat center
  250. center !important;
  251. text-shadow: blue
  252. }
  253. .x-btn-bw {
  254. border: 1px solid #8b8970;
  255. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  256. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  257. box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  258. -moz-border-radius: 3px;
  259. -webkit-border-radius: 3px;
  260. border-radius: 3px;
  261. background-repeat: repeat;
  262. text-align: center
  263. }
  264. .x-btn-bw:hover {
  265. border: 0
  266. }
  267. .x-btn-tb {
  268. border: none !important
  269. }
  270. .x-btn-tb .x-btn-center {
  271. width: 24px !important
  272. }
  273. .x-btn-tb:hover {
  274. background: #cecece
  275. url('../ext/resources/themes/images/default/grid/grid-blue-hd.gif')
  276. repeat center center;
  277. border: 1px solid gray;
  278. cursor: pointer
  279. }
  280. .treetitle {
  281. color: gray;
  282. font-size: 13px;
  283. font-weight: inherit;
  284. background-color: #cecece;
  285. padding-left: 0;
  286. height: 25px;
  287. width: 100px;
  288. padding: 0 0 2px;
  289. margin: 0 0 0 5px;
  290. text-align: center;
  291. border: solid #ccc 1px;
  292. border-bottom: 0;
  293. color: #333;
  294. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  295. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  296. box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  297. -moz-border-radius: 5px;
  298. -webkit-border-radius: 5px
  299. }
  300. .treetitle:hover {
  301. background-color: #f1f1f1;
  302. border-color: #cecece;
  303. cursor: pointer
  304. }
  305. .x-tree-cls-root:hover {
  306. font-size: 13px;
  307. font-weight: bold;
  308. color: green
  309. }
  310. .x-tree-cls-node:hover,.x-tree-cls-parent:hover {
  311. font-size: 13px;
  312. font-weight: bold;
  313. color: green
  314. }
  315. .tree-open {
  316. background-image: url('../images/zoom_in.png')
  317. }
  318. .tree-close {
  319. background-image: url('../images/icon/trash.png')
  320. }
  321. .tree-refresh {
  322. background-image: url('../images/refresh.gif')
  323. }
  324. .tree-back {
  325. background-image: url('../images/refresh.gif')
  326. }
  327. .tree-add {
  328. background-image: url('../images/add.png')
  329. }
  330. .tree-save {
  331. background-image: url('../images/accept.png')
  332. }
  333. .tree-delete {
  334. background-image: url('../images/delete_1.gif')
  335. }
  336. .group-delete {
  337. background-image: url('../images/close_red.png')
  338. }
  339. .group-unread {
  340. background-image: url('../images/unread.gif')
  341. }
  342. .group-post {
  343. background-image: url('../images/post.gif')
  344. }
  345. .group-all {
  346. background-image: url('../images/allmail.gif')
  347. }
  348. .group-read {
  349. background-image: url('../images/read.gif')
  350. }
  351. .group-draft {
  352. background-image: url('../images/draft.gif')
  353. }
  354. .group-deleted {
  355. background-image: url('../images/deleted.gif')
  356. }
  357. .group-close {
  358. background-image: url('../images/icon/trash.png')
  359. }
  360. .form-field-allowBlank {
  361. margin-left: 0px;
  362. background: transparent;
  363. /* border-top: 1px solid #c6c6c6;
  364. border-left: 1px solid #c6c6c6;
  365. border-bottom: 1px solid #c6c6c6; */
  366. border-bottom:none;
  367. font-weight: bold;
  368. border-top:none;
  369. }
  370. .form-field-allowBlank-hidden {
  371. background-image: url('../images/button_06.jpg');
  372. border-bottom: 0
  373. }
  374. .x-html-editor-wrap textarea {
  375. background-color: #f7f7f7
  376. }
  377. .main-activeuser {
  378. background-image: url('../images/wishmaster.gif')
  379. }
  380. .main-technicalSupport {
  381. background-image: url('../images/world.png')
  382. }
  383. .div-msg {
  384. color: green
  385. }
  386. .div-msg a:hover {
  387. color: blue;
  388. font-weight: bold;
  389. cursor: pointer
  390. }
  391. .formset-form {
  392. background-image: url('../images/form.png')
  393. }
  394. .formset-grid {
  395. background-image: url('../images/grid.png')
  396. }
  397. .workrecord-task {
  398. background-image: url('../images/taskdescription.png')
  399. }
  400. .workrecord-log {
  401. background-image: url('../images/log.png')
  402. }
  403. .relogin {
  404. background-image: url('../images/login.png')
  405. }
  406. .prev {
  407. background-image: url('../images/prev.png');
  408. background-repeat: no-repeat
  409. }
  410. .next {
  411. background-image: url('../images/next.png');
  412. background-repeat: no-repeat
  413. }
  414. .form-progressbar {
  415. margin-top: 5px;
  416. border-color: #cdb79e;
  417. background-color: #cdc673;
  418. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  419. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  420. box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  421. -moz-border-radius: 5px;
  422. -webkit-border-radius: 5px;
  423. border-radius: 5px
  424. }
  425. .color-column-inner {
  426. border-radius: 10px;
  427. height: 20px;
  428. margin-left: 15px;
  429. width: 20px;
  430. border: 1px solid #d0d0d0
  431. }
  432. .more {
  433. background-image: url('../images/mainpage/more.png')
  434. }
  435. ::-webkit-scrollbar:horizontal {
  436. height: 8px;
  437. margin-bottom: 2px
  438. }
  439. ::-webkit-scrollbar-track {
  440. border-radius: 10px;
  441. }
  442. ::-webkit-scrollbar-track-piece {
  443. background-color: #f1f1f1;
  444. border-radius: 10px;
  445. -webkit-border-radius: 0
  446. }
  447. ::-webkit-scrollbar {
  448. width: 10px
  449. }
  450. ::-webkit-scrollbar-thumb {
  451. background-color: rgba(0, 0, 0, 0.08);
  452. border: solid 1px rgba(0, 0, 0, 0.04);
  453. border-radius: 4px
  454. }
  455. ::-webkit-scrollbar-thumb:hover {
  456. background-color: #999
  457. }
  458. ::-webkit-scrollbar-arrow {
  459. color: #F00;
  460. backgound: #0F0
  461. }
  462. .x-face-picker-item {
  463. cursor: pointer;
  464. display: inline;
  465. border: 1px solid #d1eeee;
  466. height: 17px;
  467. width: 17px
  468. }
  469. .x-face-picker-item:hover {
  470. background: #fff68f;
  471. border-color: red
  472. }
  473. .x-menu-adduser {
  474. background-image: url('../images/user9_add.gif')
  475. }
  476. .x-menu-rename {
  477. background-image: url('../images/icon/rename.png')
  478. }
  479. .x-menu-deleteuser {
  480. background-image: url('../images/user9_delete.gif')
  481. }
  482. .x-menu-share {
  483. background-image: url('../images/icon/share.png')
  484. }
  485. .x-myradio{
  486. border: 0 !important;
  487. font-size: 13px;
  488. }
  489. .x-form-itemselector-top {
  490. background-image: url('../images/icon/top2.gif');
  491. }
  492. .x-form-itemselector-up {
  493. background-image: url('../images/icon/up2.gif');
  494. }
  495. .x-form-itemselector-add {
  496. background-image: url('../images/icon/right2.gif');
  497. }
  498. .x-form-itemselector-remove {
  499. background-image: url('../images/icon/left2.gif');
  500. }
  501. .x-form-itemselector-down {
  502. background-image: url('../images/icon/down2.gif');
  503. }
  504. .x-form-itemselector-bottom {
  505. background-image: url('../images/icon/bottom2.gif');
  506. }
  507. /*panel&window blue*/
  508. .custom-blue .x-panel-header,.custom-blue .x-window-header {
  509. height: 30px;
  510. border-top: 1px solid #96d1f8;
  511. background: #65a9d7;
  512. background: -webkit-gradient(linear, left top, left bottom, from(#ced3d9), to(#65a9d7) );
  513. background: -webkit-linear-gradient(top, #ced3d9, #65a9d7);
  514. background: -moz-linear-gradient(top, #ced3d9, #65a9d7);
  515. background: -ms-linear-gradient(top, #ced3d9, #65a9d7);
  516. background: -o-linear-gradient(top, #ced3d9, #65a9d7);
  517. }
  518. .custom-blue.x-window-default {
  519. border: 1px solid #65a9d7;
  520. background: #65a9d7;
  521. background: -webkit-gradient(linear, left top, left bottom, from(#ced3d9), to(#65a9d7) );
  522. background: -webkit-linear-gradient(top, #ced3d9, #65a9d7);
  523. background: -moz-linear-gradient(top, #ced3d9, #65a9d7);
  524. background: -ms-linear-gradient(top, #ced3d9, #65a9d7);
  525. background: -o-linear-gradient(top, #ced3d9, #65a9d7);
  526. }
  527. .custom-slivery .x-panel-header,.custom-slivery .x-window-header {
  528. height: 30px;
  529. border-top: 1px solid #ede4ed;
  530. background: #f2edf2;
  531. background: -webkit-gradient(linear, left top, left bottom, from(#a19f9f), to(#f2edf2));
  532. background: -webkit-linear-gradient(top, #a19f9f, #f2edf2);
  533. background: -moz-linear-gradient(top, #a19f9f, #f2edf2);
  534. background: -ms-linear-gradient(top, #a19f9f, #f2edf2);
  535. background: -o-linear-gradient(top, #a19f9f, #f2edf2);
  536. }
  537. .custom-slivery.x-window-default {
  538. border: 1px solid #7db0ac;
  539. background: #a19f9f;
  540. background: -webkit-gradient(linear, left top, left bottom, from(#f2edf2), to(#cccccc));
  541. background: -webkit-linear-gradient(top, #f2edf2, #cccccc);
  542. background: -moz-linear-gradient(top, #f2edf2, #a19f9f);
  543. background: -ms-linear-gradient(top, #f2edf2, #a19f9f);
  544. background: -o-linear-gradient(top, #f2edf2, #a19f9f);
  545. }
  546. .custom-tool .x-tool-task {
  547. background-image: url('../images/16/task.png');
  548. }
  549. .x-tool-over .x-tool-task {
  550. background-position: -15px 0;
  551. }
  552. .WindowTitle {
  553. height: 25px;
  554. margin: 0 10px;
  555. line-height: 25px;
  556. padding: 0px;
  557. color: #2b3f2a;
  558. font-weight: bold;
  559. }
  560. .x-window-header-default-top {
  561. -moz-box-shadow: #ebe7e7 0 1px 0px 0 inset, #ebe7e7 -1px 0 0px 0 inset, #ebe7e7 1px 0 0px 0 inset;
  562. -webkit-box-shadow: #ebe7e7 0 1px 0px 0 inset, #ebe7e7 -1px 0 0px 0 inset, #ebe7e7 1px 0 0px 0 inset;
  563. -o-box-shadow: #ebe7e7 0 1px 0px 0 inset, #ebe7e7 -1px 0 0px 0 inset, #ebe7e7 1px 0 0px 0 inset;
  564. box-shadow: #ebe7e7 0 1px 0px 0 inset, #ebe7e7 -1px 0 0px 0 inset, #ebe7e7 1px 0 0px 0 inset;
  565. }
  566. .x-window-header-default-top {
  567. -moz-border-radius-topleft: 5px;
  568. -webkit-border-top-left-radius: 5px;
  569. -o-border-top-left-radius: 5px;
  570. -ms-border-top-left-radius: 5px;
  571. -khtml-border-top-left-radius: 5px;
  572. border-top-left-radius: 5px;
  573. -moz-border-radius-topright: 5px;
  574. -webkit-border-top-right-radius: 5px;
  575. -o-border-top-right-radius: 5px;
  576. -ms-border-top-right-radius: 5px;
  577. -khtml-border-top-right-radius: 5px;
  578. border-top-right-radius: 5px;
  579. -moz-border-radius-bottomright: 0;
  580. -webkit-border-bottom-right-radius: 0;
  581. -o-border-bottom-right-radius: 0;
  582. -ms-border-bottom-right-radius: 0;
  583. -khtml-border-bottom-right-radius: 0;
  584. border-bottom-right-radius: 0;
  585. -moz-border-radius-bottomleft: 0;
  586. -webkit-border-bottom-left-radius: 0;
  587. -o-border-bottom-left-radius: 0;
  588. -ms-border-bottom-left-radius: 0;
  589. -khtml-border-bottom-left-radius: 0;
  590. border-bottom-left-radius: 0;
  591. /* padding: 5px 5px 0 5px; */
  592. border-width: 0px ! important;
  593. border-style: solid;
  594. color: #2b3f2a ;
  595. /*background-color:#2b3f2a !important;*/
  596. background: url(../images/bg-currentWindowHeader.jpg) repeat top center;
  597. text-align: center;
  598. height:31px !important;
  599. }
  600. .x-window-default {
  601. -moz-border-radius-topleft: 5px;
  602. -webkit-border-top-left-radius: 5px;
  603. -o-border-top-left-radius: 5px;
  604. -ms-border-top-left-radius: 5px;
  605. -khtml-border-top-left-radius: 5px;
  606. border-top-left-radius: 5px;
  607. -moz-border-radius-topright: 5px;
  608. -webkit-border-top-right-radius: 5px;
  609. -o-border-top-right-radius: 5px;
  610. -ms-border-top-right-radius: 5px;
  611. -khtml-border-top-right-radius: 5px;
  612. border-top-right-radius: 5px;
  613. -moz-border-radius-bottomright: 5px;
  614. -webkit-border-bottom-right-radius: 5px;
  615. -o-border-bottom-right-radius: 5px;
  616. -ms-border-bottom-right-radius: 5px;
  617. -khtml-border-bottom-right-radius: 5px;
  618. border-bottom-right-radius: 5px;
  619. -moz-border-radius-bottomleft: 5px;
  620. -webkit-border-bottom-left-radius: 5px;
  621. -o-border-bottom-left-radius: 5px;
  622. -ms-border-bottom-left-radius: 5px;
  623. -khtml-border-bottom-left-radius: 5px;
  624. border-bottom-left-radius: 5px;
  625. /* padding: 4px 4px 4px 4px; */
  626. border-width: 1px;
  627. border-style: solid;
  628. background-color: #f0f0f0;
  629. }
  630. .x-window-default {
  631. border-color: #6BA25E;
  632. -moz-border-radius: 5px 5px;
  633. -webkit-border-radius: 5px 5px;
  634. -o-border-radius: 5px 5px;
  635. -ms-border-radius: 5px 5px;
  636. -khtml-border-radius: 5px 5px;
  637. border-radius: 5px 5px;
  638. -moz-box-shadow: #ebe7e7 0 1px 0px 0 inset, #ebe7e7 0 -1px 0px 0 inset, #ebe7e7 -1px 0 0px 0 inset, #ebe7e7 1px 0 0px 0 inset;
  639. -webkit-box-shadow: #ebe7e7 0 1px 0px 0 inset, #ebe7e7 0 -1px 0px 0 inset, #ebe7e7 -1px 0 0px 0 inset, #ebe7e7 1px 0 0px 0 inset;
  640. -o-box-shadow: #ebe7e7 0 1px 0px 0 inset, #ebe7e7 0 -1px 0px 0 inset, #ebe7e7 -1px 0 0px 0 inset, #ebe7e7 1px 0 0px 0 inset;
  641. box-shadow: #ebe7e7 0 1px 0px 0 inset, #ebe7e7 0 -1px 0px 0 inset, #ebe7e7 -1px 0 0px 0 inset, #ebe7e7 1px 0 0px 0 inset;
  642. }
  643. .x-window-body-default {
  644. border-color: #bcb1b0;
  645. border-width: 0px !important;
  646. background: #e0e0e0;
  647. margin-top:-1px;
  648. color: black;
  649. }
  650. .x-window-header-default {
  651. border-color: #2b3f2a;
  652. zoom: 1;
  653. }
  654. .x-tool-close{
  655. background: url("../images/btn-closeCurrentWindow.jpg") no-repeat center !important;
  656. background-color: #ccc;
  657. position: absolute;
  658. right: 10px;
  659. top: -2px;
  660. display: block;
  661. height: 19px !important;
  662. width: 19px !important;
  663. }
  664. .maintoolbar{
  665. background: #e4e3e3 url(../images/bg-docOperateMenu.jpg) repeat-x right;
  666. width: 100%;
  667. padding-left: 15px;
  668. vertical-align: bottom;
  669. border:none;
  670. margin-top:-5px;
  671. }
  672. .x-btn-save {
  673. background-image:url('../images/save.gif') !important;
  674. vertical-align: bottom;
  675. text-align: center;
  676. height:26px;
  677. border:0px !important;
  678. width:80px;
  679. }
  680. .x-btn-close {
  681. background-image:url('../images/close.gif') !important;
  682. vertical-align: bottom;
  683. text-align: center;
  684. height:26px;
  685. border:0px !important;
  686. width:80px;
  687. }
  688. .x-btn-update {
  689. background-image:url('../images/update.gif') !important;
  690. vertical-align: bottom;
  691. text-align: center;
  692. height:26px;
  693. border:0px !important;
  694. width:80px;
  695. }
  696. .x-btn-delete {
  697. background-image:url('../images/delete.gif') !important;
  698. vertical-align: bottom;
  699. text-align: center;
  700. height:26px;
  701. border:0px !important;
  702. width:80px;
  703. }
  704. .x-btn-submit {
  705. background-image:url('../images/submit.gif') !important;
  706. vertical-align: bottom;
  707. text-align: center;
  708. height:26px;
  709. border:0px !important;
  710. width:80px;
  711. }
  712. .x-btn-resSubmit {
  713. background-image:url('../images/resSubmit.gif') !important;
  714. vertical-align: bottom;
  715. text-align: center;
  716. height:26px;
  717. border:0px !important;
  718. width:80px;
  719. }
  720. .x-btn-audit {
  721. background-image:url('../images/audit.gif') !important;
  722. vertical-align: bottom;
  723. text-align: center;
  724. height:26px;
  725. border:0px !important;
  726. width:80px;
  727. }
  728. .x-btn-ok {
  729. background-image:url('../images/btn-ok.gif') !important;
  730. vertical-align: bottom;
  731. text-align: center;
  732. height:26px;
  733. border:0px !important;
  734. width:80px;
  735. }
  736. .x-btn-resAudit {
  737. background-image:url('../images/resAudit.gif') !important;
  738. vertical-align: bottom;
  739. text-align: center;
  740. height:26px;
  741. border:0px !important;
  742. width:80px;
  743. }
  744. .iconAll, .iconAll:hover {
  745. background-image: url(../images/icon-all.gif);
  746. background-repeat: no-repeat;
  747. background-color: transparent;
  748. background-position: -13px -4px;
  749. }
  750. .uploadDoc{
  751. background-image: url(../images/icon-all.gif);
  752. background-repeat: no-repeat;
  753. background-color: transparent;
  754. background-position: -13px -4px;
  755. }
  756. #publishDoc {
  757. background-position: -249px -700px;
  758. }
  759. .btnNormal,
  760. .btnNormal:hover,
  761. .btnNormal:visited {
  762. background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
  763. color: #444;
  764. display: block;
  765. float: left;
  766. height: 24px;
  767. margin: 0px 6px 0px 0;
  768. padding: 0 18px 0 0;
  769. color: #000;
  770. text-decoration: underline;
  771. }
  772. .btnCLS{
  773. padding: 0px 10px 10px 10px;
  774. }
  775. .bg_tabs{
  776. /* background: transparent url(../images/bg-tabs.jpg) repeat-x right top ! important;
  777. *height: 35px;*
  778. padding-left: 10px;
  779. margin-top: 1px;
  780. list-style-type: none;
  781. display: block;
  782. -webkit-margin-before: 1em;
  783. -webkit-margin-after: 1em;
  784. -webkit-margin-start: 0px;
  785. -webkit-margin-end: 0px;
  786. -webkit-padding-start: 40px; */
  787. }
  788. .msg .x-box-mc {
  789. font-size:14px;
  790. }
  791. #msg-div {
  792. position:absolute;
  793. left:35%;
  794. top:10px;
  795. width:300px;
  796. z-index:20000;
  797. }
  798. #msg-div .msg {
  799. border-radius: 8px;
  800. -moz-border-radius: 8px;
  801. background: #F6F6F6;
  802. border: 2px solid #ccc;
  803. margin-top: 2px;
  804. padding: 10px 15px;
  805. color: #555;
  806. }
  807. #msg-div .msg h3 {
  808. margin: 0 0 8px;
  809. font-weight: bold;
  810. font-size: 15px;
  811. }
  812. #msg-div .msg p {
  813. margin: 0;
  814. }
  815. @media (max-width: 991px) {
  816. .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
  817. {
  818. font-size: 14px
  819. }
  820. .x-form-item {
  821. font-size: 14px
  822. }
  823. .x-boundlist {
  824. border-width: 1px;
  825. border-style: solid;
  826. border-color: #b5b8c8;
  827. font-size: 14px;
  828. background: #fcfcfc
  829. }
  830. }
  831. @media ( min-width : 992px) {
  832. .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
  833. {
  834. font-size: 14px
  835. }
  836. .x-toolbar,.x-toolbar .x-form-item-label,.x-toolbar .x-toolbar-text {
  837. font-size: 13px
  838. }
  839. .x-form-item {
  840. font-size: 14px
  841. }
  842. .x-boundlist {
  843. border-width: 1px;
  844. border-style: solid;
  845. border-color: #b5b8c8;
  846. font-size: 14px;
  847. background: #fcfcfc
  848. }
  849. }