PageRenderTime 81ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/v3.2/nimbits-tds/web/resources/css/gxt-all.css

http://nimbits-server.googlecode.com/
CSS | 7898 lines | 6374 code | 1503 blank | 21 comment | 0 complexity | e9e09e97b452a88fb788573f10a1c58a MD5 | raw file
  1. /*
  2. * Copyright (c) 2010 Tonic Solutions LLC.
  3. *
  4. * http://www.nimbits.com
  5. *
  6. *
  7. * Licensed under the GNU GENERAL PUBLIC LICENSE, Version 3.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
  8. *
  9. * http://www.gnu.org/licenses/gpl.html
  10. *
  11. * Unless required by applicable law or agreed to in writing, software distributed under the license is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
  12. */
  13. html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
  14. margin: 0;
  15. padding: 0;
  16. }
  17. img, body, html {
  18. border: 0;
  19. }
  20. .gwt-button {
  21. background: #FFFFFF;
  22. color: #FFFFFF;
  23. font-size: 12px;
  24. }
  25. address, caption, cite, code, dfn, em, strong, th, var {
  26. font-style: normal;
  27. font-weight: normal;
  28. }
  29. ol, ul {
  30. list-style: none;
  31. }
  32. caption, th {
  33. text-align: left;
  34. }
  35. h1, h2, h3, h4, h5, h6 {
  36. font-size: 100%;
  37. }
  38. q:before, q:after {
  39. content: '';
  40. }
  41. .ext-el-mask {
  42. z-index: 100;
  43. position: absolute;
  44. top: 0;
  45. left: 0;
  46. -moz-opacity: 0.5;
  47. opacity: .50;
  48. filter: alpha(opacity = 50);
  49. width: 100%;
  50. height: 100%;
  51. zoom: 1;
  52. }
  53. .ext-el-mask-msg {
  54. z-index: 101;
  55. position: absolute;
  56. top: 0;
  57. left: 0;
  58. border: 1px solid;
  59. background: repeat-x 0 -16px;
  60. padding: 2px;
  61. }
  62. .ext-el-mask-msg div {
  63. padding: 5px 10px 5px 10px;
  64. border: 1px solid;
  65. cursor: wait;
  66. }
  67. .ext-webkit *:focus {
  68. outline: none !important;
  69. }
  70. .ext-shim {
  71. position: absolute;
  72. visibility: hidden;
  73. left: 0;
  74. top: 0;
  75. overflow: hidden;
  76. }
  77. .ext-ie .ext-shim {
  78. filter: alpha(opacity = 0);
  79. }
  80. .ext-ie6 .ext-shim {
  81. margin-left: 5px;
  82. margin-top: 3px;
  83. }
  84. .x-mask-loading div {
  85. padding: 5px 10px 5px 25px;
  86. background: no-repeat 5px 5px;
  87. line-height: 16px;
  88. }
  89. .x-hidden, .x-hide-offsets {
  90. position: absolute;
  91. left: -10000px;
  92. top: -10000px;
  93. visibility: hidden;
  94. }
  95. .x-hide-display {
  96. display: none !important;
  97. }
  98. .x-hide-visibility {
  99. visibility: hidden !important;
  100. }
  101. .x-masked {
  102. overflow: hidden !important;
  103. }
  104. .x-masked-relative {
  105. position: relative !important;
  106. }
  107. .x-masked select, .x-masked object, .x-masked embed {
  108. visibility: hidden;
  109. }
  110. .x-layer {
  111. visibility: hidden;
  112. }
  113. .x-unselectable, .x-unselectable * {
  114. -moz-user-select: none;
  115. -khtml-user-select: none;
  116. -webkit-user-select: ignore;
  117. }
  118. .x-repaint {
  119. zoom: 1;
  120. background-color: transparent;
  121. -moz-outline: none;
  122. }
  123. .x-item-disabled {
  124. cursor: default;
  125. opacity: .6;
  126. -moz-opacity: .6;
  127. filter: alpha(opacity = 60);
  128. }
  129. .x-item-disabled * {
  130. cursor: default !important;
  131. }
  132. .x-splitbar-proxy {
  133. position: absolute;
  134. visibility: hidden;
  135. z-index: 20001;
  136. zoom: 1;
  137. line-height: 1px;
  138. font-size: 1px;
  139. overflow: hidden;
  140. }
  141. .x-splitbar-h, .x-splitbar-proxy-h {
  142. cursor: e-resize;
  143. cursor: col-resize;
  144. }
  145. .x-splitbar-v, .x-splitbar-proxy-v {
  146. cursor: s-resize;
  147. cursor: row-resize;
  148. }
  149. .x-color-palette {
  150. width: 150px;
  151. height: 92px;
  152. cursor: pointer;
  153. }
  154. .x-color-palette a {
  155. border: 1px solid;
  156. float: left;
  157. padding: 2px;
  158. text-decoration: none;
  159. -moz-outline: 0 none;
  160. outline: 0 none;
  161. cursor: pointer;
  162. }
  163. .x-color-palette a.x-color-palette-hover, .x-color-palette a.x-color-palette-sel {
  164. border: 1px solid;
  165. }
  166. .x-color-palette em {
  167. display: block;
  168. border: 1px solid;
  169. }
  170. .x-color-palette em span {
  171. cursor: pointer;
  172. display: block;
  173. height: 10px;
  174. line-height: 10px;
  175. width: 10px;
  176. }
  177. .x-ie-shadow {
  178. display: none;
  179. position: absolute;
  180. overflow: hidden;
  181. left: 0;
  182. top: 0;
  183. zoom: 1;
  184. }
  185. .x-shadow {
  186. display: none;
  187. position: absolute;
  188. overflow: hidden;
  189. left: 0;
  190. top: 0;
  191. }
  192. .x-shadow * {
  193. overflow: hidden;
  194. }
  195. .x-shadow * {
  196. padding: 0;
  197. border: 0;
  198. margin: 0;
  199. clear: none;
  200. zoom: 1;
  201. }
  202. .x-shadow .xstc, .x-shadow .xsbc {
  203. height: 6px;
  204. float: left;
  205. }
  206. .x-shadow .xstl, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbr {
  207. width: 6px;
  208. height: 6px;
  209. float: left;
  210. }
  211. .x-shadow .xsc {
  212. width: 100%;
  213. }
  214. .x-shadow .xsml, .x-shadow .xsmr {
  215. width: 6px;
  216. float: left;
  217. height: 100%;
  218. }
  219. .x-shadow .xsmc {
  220. float: left;
  221. height: 100%;
  222. background: transparent;
  223. }
  224. .x-shadow .xst, .x-shadow .xsb {
  225. height: 6px;
  226. overflow: hidden;
  227. width: 100%;
  228. }
  229. .x-shadow .xsml {
  230. background: transparent repeat-y 0 0;
  231. }
  232. .x-shadow .xsmr {
  233. background: transparent repeat-y -6px 0;
  234. }
  235. .x-shadow .xstl {
  236. background: transparent no-repeat 0 0;
  237. }
  238. .x-shadow .xstc {
  239. background: transparent repeat-x 0 -30px;
  240. }
  241. .x-shadow .xstr {
  242. background: transparent repeat-x 0 -18px;
  243. }
  244. .x-shadow .xsbl {
  245. background: transparent no-repeat 0 -12px;
  246. }
  247. .x-shadow .xsbc {
  248. background: transparent repeat-x 0 -36px;
  249. }
  250. .x-shadow .xsbr {
  251. background: transparent repeat-x 0 -6px;
  252. }
  253. .loading-indicator {
  254. background: no-repeat left;
  255. padding-left: 20px;
  256. line-height: 16px;
  257. margin: 3px;
  258. }
  259. .x-text-resize {
  260. position: absolute;
  261. left: -1000px;
  262. top: -1000px;
  263. visibility: hidden;
  264. zoom: 1;
  265. }
  266. .x-drag-overlay {
  267. width: 100%;
  268. height: 100%;
  269. display: none;
  270. position: absolute;
  271. left: 0;
  272. top: 0;
  273. background-image: url(../images/default/s.gif);
  274. z-index: 20000;
  275. }
  276. .x-clear {
  277. clear: both;
  278. height: 0;
  279. overflow: hidden;
  280. line-height: 0;
  281. font-size: 0;
  282. }
  283. .x-spotlight {
  284. z-index: 8999;
  285. position: absolute;
  286. top: 0;
  287. left: 0;
  288. -moz-opacity: 0.5;
  289. opacity: .50;
  290. filter: alpha(opacity = 50);
  291. width: 0;
  292. height: 0;
  293. zoom: 1;
  294. }
  295. #x-history-frame {
  296. position: absolute;
  297. top: -1px;
  298. left: 0;
  299. width: 1px;
  300. height: 1px;
  301. visibility: hidden;
  302. }
  303. #x-history-field {
  304. position: absolute;
  305. top: 0;
  306. left: -1px;
  307. width: 1px;
  308. height: 1px;
  309. visibility: hidden;
  310. }
  311. .x-portlet {
  312. margin-bottom: 10px;
  313. }
  314. .ext-ie .x-btn-icon .x-btn-center .x-btn-text {
  315. height: auto;
  316. }
  317. .icon-wait {
  318. background: url(../images/gxt/icons/wait.gif) no-repeat !important;
  319. }
  320. .x-portal-insert div {
  321. height: 4px;
  322. font-size: 0px;
  323. border: 2px dotted blue;
  324. }
  325. .x-panel-icon {
  326. padding-left: 20px !important;
  327. }
  328. .x-icon-btn {
  329. width: 16px;
  330. height: 16px;
  331. overflow: hidden;
  332. background-repeat: no-repeat;
  333. cursor: pointer;
  334. }
  335. .x-panel-inline-icon {
  336. margin-top: 0;
  337. }
  338. .x-modal {
  339. position: absolute;
  340. z-index: 10;
  341. background-color: black;
  342. filter: alpha(opacity = 10);
  343. opacity: .1;
  344. left: 0px;
  345. top: 0px;
  346. }
  347. .x-progress {
  348. font-family: tahoma, arial, helvetica, sans-serif;
  349. }
  350. .x-float-right {
  351. float: right;
  352. }
  353. .x-toolbar .x-float-right {
  354. margin-right: 4px;
  355. }
  356. .x-border {
  357. border: 1px solid #99BBE8;
  358. }
  359. .x-border-top {
  360. border-top: 1px solid #99BBE8;
  361. }
  362. .x-layout-popup {
  363. background-color: #DFE8F6;
  364. border: 1px solid #7CA4D9;
  365. }
  366. .x-panel-popup-body {
  367. border-top: 1px solid #99BBE8;
  368. }
  369. .x-layout-collapsed .x-panel-header {
  370. border-left: none;
  371. border-right: none;
  372. border-top: none;
  373. }
  374. .x-layout-collapsed .x-panel-header .x-tool {
  375. margin: 0 0 0 -4px;
  376. padding: 0px;
  377. }
  378. .x-layout-collapsed {
  379. position: absolute;
  380. visibility: hidden;
  381. background-color: #d2e0f2;
  382. width: 20px;
  383. height: 20px;
  384. overflow: hidden;
  385. border: 1px solid #98c0f4;
  386. z-index: 20;
  387. }
  388. .ext-border-box .x-layout-collapsed {
  389. width: 22px;
  390. height: 22px;
  391. }
  392. .x-layout-collapsed-over {
  393. cursor: pointer;
  394. background-color: #d9e8fb;
  395. }
  396. .x-layout-collapsed-west .x-layout-collapsed-tools, .x-layout-collapsed-east .x-layout-collapsed-tools {
  397. position: absolute;
  398. top: 0;
  399. left: 0;
  400. width: 20px;
  401. height: 20px;
  402. }
  403. .x-panel-toolbar {
  404. float: right;
  405. }
  406. .x-cursor-row-resize {
  407. cursor: n-resize;
  408. cursor: row-resize;
  409. }
  410. .x-drag-proxy {
  411. border: 1px dashed #3b5a82;
  412. background-color: #EDEDED;
  413. filter: alpha(opacity = 50);
  414. opacity: .5;
  415. background-color: #c3daf9;
  416. z-index: 20000;
  417. overflow: hidden;
  418. position: absolute;
  419. left: 0;;
  420. top: 0;
  421. }
  422. .x-date-picker, .x-date-picker a {
  423. font-size: 11px;
  424. }
  425. .x-date-days {
  426. table-layout: fixed;
  427. width: 100%;
  428. }
  429. .x-date-days td {
  430. width: 25px;
  431. border: none;
  432. }
  433. .x-date-days td span {
  434. display: block;
  435. padding: 2px 7px 2px 2px;
  436. }
  437. .x-date-days td {
  438. background: #DFECFB url(../images/default/shared/glass-bg.gif) repeat-x scroll left top;
  439. border-bottom: 1px solid #A3BAD9;
  440. border-collapse: separate;
  441. color: #233D6D;
  442. cursor: default;
  443. font-family: arial, helvetica, tahoma, sans-serif;
  444. font-size: 10px;
  445. font-size-adjust: none;
  446. font-stretch: normal;
  447. font-style: normal;
  448. font-variant: normal;
  449. font-weight: normal;
  450. line-height: normal;
  451. padding: 0pt;
  452. text-align: right !important;
  453. }
  454. .x-date-picker .x-date-header {
  455. background: url(../images/default/shared/hd-sprite.gif) repeat-x 0 -83px;
  456. height: 22px;
  457. left: 10px;
  458. top: 10px;
  459. width: 157px;
  460. }
  461. .x-date-header .x-btn .x-btn-text {
  462. color: #fff;
  463. }
  464. .x-date-picker-footer {
  465. width: 100%;
  466. }
  467. .x-date-picker-footer td {
  468. text-align: center;
  469. }
  470. .x-date-left {
  471. background: transparent url(../images/default/shared/hd-sprite.gif) repeat-x scroll 0pt -83px;
  472. color: #FFFFFF;
  473. font-family: "sans serif", tahoma, verdana, helvetica;
  474. font-size: 11px;
  475. font-size-adjust: none;
  476. font-stretch: normal;
  477. font-style: normal;
  478. font-variant: normal;
  479. font-weight: bold;
  480. line-height: normal;
  481. overflow: hidden;
  482. }
  483. .x-modal {
  484. position: absolute;
  485. z-index: 10;
  486. background-color: black;
  487. filter: alpha(opacity = 10);
  488. opacity: .1;
  489. left: 0px;
  490. top: 0px;
  491. }
  492. .x-progress {
  493. font-family: tahoma, arial, helvetica, sans-serif;
  494. }
  495. .x-float-right {
  496. float: right;
  497. }
  498. .x-layout-popup {
  499. background-color: #DFE8F6;
  500. border: 1px solid #7CA4D9;
  501. }
  502. .x-layout-collapsed .x-panel-header .x-tool {
  503. margin: 0 0 0 -4px;
  504. padding: 0px;
  505. }
  506. .ext-border-box .x-layout-collapsed {
  507. width: 22px;
  508. height: 22px;
  509. }
  510. .x-layout-collapsed-over {
  511. cursor: pointer;
  512. background-color: #d9e8fb;
  513. }
  514. .x-layout-collapsed-west .x-layout-collapsed-tools, .x-layout-collapsed-east .x-layout-collapsed-tools {
  515. position: absolute;
  516. top: 0;
  517. left: 0;
  518. width: 20px;
  519. height: 20px;
  520. }
  521. .x-panel-toolbar {
  522. float: right;
  523. }
  524. .x-cursor-col-resize {
  525. cursor: e-resize;
  526. cursor: col-resize;
  527. }
  528. .x-cursor-row-resize {
  529. cursor: n-resize;
  530. cursor: row-resize;
  531. }
  532. .x-drag-proxy {
  533. border: 1px dashed #3b5a82;
  534. background-color: #EDEDED;
  535. filter: alpha(opacity = 50);
  536. opacity: .5;
  537. background-color: #c3daf9;
  538. z-index: 20000;
  539. overflow: hidden;
  540. position: absolute;
  541. left: 0;;
  542. top: 0;
  543. }
  544. .x-tab-panel {
  545. overflow: hidden;
  546. -moz-outline: none;
  547. }
  548. .x-tab-panel-header, .x-tab-panel-footer {
  549. border: 1px solid;
  550. overflow: hidden;
  551. zoom: 1;
  552. }
  553. .x-tab-panel-header {
  554. border: 1px solid;
  555. padding-bottom: 2px;
  556. }
  557. .x-tab-panel-footer {
  558. border: 1px solid;
  559. padding-top: 2px;
  560. }
  561. .x-tab-strip-wrap {
  562. width: 100%;
  563. overflow: hidden;
  564. position: relative;
  565. zoom: 1;
  566. }
  567. ul.x-tab-strip {
  568. display: block;
  569. width: 5000px;
  570. zoom: 1;
  571. }
  572. ul.x-tab-strip-top {
  573. padding-top: 1px;
  574. background: repeat-x bottom;
  575. border-bottom: 1px solid;
  576. }
  577. ul.x-tab-strip-bottom {
  578. padding-bottom: 1px;
  579. background: repeat-x top;
  580. border-top: 1px solid;
  581. border-bottom: 0 none;
  582. }
  583. .x-tab-panel-header-plain .x-tab-strip-top {
  584. background: transparent !important;
  585. padding-top: 0 !important;
  586. }
  587. .x-tab-panel-header-plain {
  588. background: transparent !important;
  589. border-width: 0 !important;
  590. padding-bottom: 0 !important;
  591. }
  592. .x-tab-panel-header-plain .x-tab-strip-spacer,
  593. .x-tab-panel-footer-plain .x-tab-strip-spacer {
  594. border: 1px solid;
  595. height: 2px;
  596. font-size: 1px;
  597. line-height: 1px;
  598. }
  599. .x-tab-panel-header-plain .x-tab-strip-spacer {
  600. border-top: 0 none;
  601. }
  602. .x-tab-panel-footer-plain .x-tab-strip-spacer {
  603. border-bottom: 0 none;
  604. }
  605. .x-tab-panel-footer-plain .x-tab-strip-bottom {
  606. background: transparent !important;
  607. padding-bottom: 0 !important;
  608. }
  609. .x-tab-panel-footer-plain {
  610. background: transparent !important;
  611. border-width: 0 !important;
  612. padding-top: 0 !important;
  613. }
  614. .ext-border-box .x-tab-panel-header-plain .x-tab-strip-spacer,
  615. .ext-border-box .x-tab-panel-footer-plain .x-tab-strip-spacer {
  616. height: 3px;
  617. }
  618. ul.x-tab-strip li {
  619. float: left;
  620. margin-left: 2px;
  621. }
  622. ul.x-tab-strip li.x-tab-edge {
  623. float: left;
  624. margin: 0 !important;
  625. padding: 0 !important;
  626. border: 0 none !important;
  627. font-size: 1px !important;
  628. line-height: 1px !important;
  629. overflow: hidden;
  630. zoom: 1;
  631. background: transparent !important;
  632. width: 1px;
  633. }
  634. .x-tab-strip a, .x-tab-strip span, .x-tab-strip em {
  635. display: block;
  636. }
  637. .x-tab-strip a {
  638. text-decoration: none !important;
  639. -moz-outline: none;
  640. outline: none;
  641. cursor: pointer;
  642. }
  643. .x-tab-strip-inner {
  644. overflow: hidden;
  645. text-overflow: ellipsis;
  646. }
  647. .x-tab-strip span.x-tab-strip-text {
  648. white-space: nowrap;
  649. cursor: pointer;
  650. padding: 4px 0;
  651. }
  652. .x-tab-strip-top .x-tab-with-icon .x-tab-right {
  653. padding-left: 6px;
  654. }
  655. .x-tab-strip .x-tab-with-icon span.x-tab-strip-text {
  656. padding-left: 20px;
  657. background-position: 0 3px;
  658. background-repeat: no-repeat;
  659. }
  660. .x-tab-strip-active, .x-tab-strip-active a.x-tab-right {
  661. cursor: default;
  662. }
  663. .x-tab-strip-active span.x-tab-strip-text {
  664. cursor: default;
  665. }
  666. .x-tab-strip-disabled .x-tabs-text {
  667. cursor: default;
  668. }
  669. .x-tab-panel-body {
  670. overflow: hidden;
  671. }
  672. .x-tab-panel-bwrap {
  673. overflow: hidden;
  674. }
  675. .ext-ie .x-tab-strip .x-tab-right {
  676. position: relative;
  677. }
  678. .x-tab-strip-top .x-tab-strip-active .x-tab-right {
  679. margin-bottom: -1px;
  680. }
  681. .x-tab-strip-top .x-tab-strip-active .x-tab-right span.x-tab-strip-text {
  682. padding-bottom: 5px;
  683. }
  684. .x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
  685. margin-top: -1px;
  686. }
  687. .x-tab-strip-bottom .x-tab-strip-active .x-tab-right span.x-tab-strip-text {
  688. padding-top: 5px;
  689. }
  690. .x-tab-strip-top .x-tab-right {
  691. background: transparent no-repeat 0 -51px;
  692. padding-left: 10px;
  693. }
  694. .x-tab-strip-top .x-tab-left {
  695. background: transparent no-repeat right -351px;
  696. padding-right: 10px;
  697. }
  698. .x-tab-strip-top .x-tab-strip-inner {
  699. background: transparent repeat-x 0 -201px;
  700. }
  701. .x-tab-strip-top .x-tab-strip-over .x-tab-right {
  702. background-position: 0 -101px;
  703. }
  704. .x-tab-strip-top .x-tab-strip-over .x-tab-left {
  705. background-position: right -401px;
  706. }
  707. .x-tab-strip-top .x-tab-strip-over .x-tab-strip-inner {
  708. background-position: 0 -251px;
  709. }
  710. .x-tab-strip-top .x-tab-strip-active .x-tab-right {
  711. background-position: 0 0;
  712. }
  713. .x-tab-strip-top .x-tab-strip-active .x-tab-left {
  714. background-position: right -301px;
  715. }
  716. .x-tab-strip-top .x-tab-strip-active .x-tab-strip-inner {
  717. background-position: 0 -151px;
  718. }
  719. .x-tab-strip-bottom .x-tab-right {
  720. background: no-repeat bottom right;
  721. }
  722. .x-tab-strip-bottom .x-tab-left {
  723. background: no-repeat bottom left;
  724. }
  725. .x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
  726. background: no-repeat bottom left;
  727. }
  728. .x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
  729. background: no-repeat bottom right;
  730. }
  731. .x-tab-strip-bottom .x-tab-left {
  732. padding: 0 10px;
  733. }
  734. .x-tab-strip-bottom .x-tab-right {
  735. padding: 0;
  736. }
  737. .x-tab-strip .x-tab-strip-close {
  738. display: none;
  739. }
  740. .x-tab-strip-closable {
  741. position: relative;
  742. }
  743. .x-tab-strip-closable .x-tab-left {
  744. padding-right: 19px;
  745. }
  746. .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
  747. opacity: .6;
  748. -moz-opacity: .6;
  749. background-repeat: no-repeat;
  750. display: block;
  751. width: 11px;
  752. height: 11px;
  753. position: absolute;
  754. top: 3px;
  755. right: 3px;
  756. cursor: pointer;
  757. z-index: 2;
  758. }
  759. .x-tab-strip .x-tab-strip-active a.x-tab-strip-close {
  760. opacity: .8;
  761. -moz-opacity: .8;
  762. }
  763. .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover {
  764. opacity: 1;
  765. -moz-opacity: 1;
  766. }
  767. .x-tab-panel-body {
  768. border: 1px solid;
  769. }
  770. .x-tab-panel-body-top {
  771. border-top: 0 none;
  772. }
  773. .x-tab-panel-body-bottom {
  774. border-bottom: 0 none;
  775. }
  776. .x-tab-scroller-left {
  777. background: transparent no-repeat -18px 0;
  778. border-bottom: 1px solid;
  779. width: 18px;
  780. position: absolute;
  781. left: 0;
  782. top: 0;
  783. z-index: 10;
  784. cursor: pointer;
  785. }
  786. .x-tab-scroller-left-over {
  787. background-position: 0 0;
  788. }
  789. .x-tab-scroller-left-disabled {
  790. background-position: -18px 0;
  791. opacity: .5;
  792. -moz-opacity: .5;
  793. filter: alpha(opacity = 50);
  794. cursor: default;
  795. }
  796. .x-tab-scroller-right {
  797. background: transparent no-repeat 0 0;
  798. border-bottom: 1px solid;
  799. width: 18px;
  800. position: absolute;
  801. right: 0;
  802. top: 0;
  803. z-index: 10;
  804. cursor: pointer;
  805. }
  806. .x-tab-scroller-right-over {
  807. background-position: -18px 0;
  808. }
  809. .x-tab-scroller-right-disabled {
  810. background-position: 0 0;
  811. opacity: .5;
  812. -moz-opacity: .5;
  813. filter: alpha(opacity = 50);
  814. cursor: default;
  815. }
  816. .x-tab-scrolling-bottom .x-tab-scroller-left, .x-tab-scrolling-bottom .x-tab-scroller-right {
  817. margin-top: 1px;
  818. }
  819. .x-tab-scrolling .x-tab-strip-wrap {
  820. margin-left: 18px;
  821. margin-right: 18px;
  822. }
  823. .x-tab-scrolling {
  824. position: relative;
  825. }
  826. .x-tab-panel-bbar .x-toolbar {
  827. border: 1px solid;
  828. border-top: 0 none;
  829. overflow: hidden;
  830. padding: 2px;
  831. }
  832. .x-tab-panel-tbar .x-toolbar {
  833. border: 1px solid;
  834. border-top: 0 none;
  835. overflow: hidden;
  836. padding: 2px;
  837. }
  838. .x-form-field {
  839. margin: 0;
  840. }
  841. .x-form-text, textarea.x-form-field {
  842. padding: 1px 3px;
  843. background: repeat-x 0 0;
  844. border: 1px solid;
  845. }
  846. textarea.x-form-field {
  847. padding: 2px 3px;
  848. }
  849. .x-form-text, .ext-ie .x-form-file {
  850. height: 22px;
  851. line-height: 18px;
  852. vertical-align: middle;
  853. }
  854. .ext-ie6 .x-form-text, .ext-ie7 .x-form-text {
  855. margin: -1px 0;
  856. height: 22px; /* ie quirks */
  857. line-height: 18px;
  858. }
  859. .ext-ie8-compatibility .x-form-text {
  860. margin: 0;
  861. }
  862. .x-form-field-wrap .x-form-text {
  863. position: relative;
  864. }
  865. .ext-strict .x-form-text {
  866. height: 18px;
  867. }
  868. .ext-safari.ext-mac textarea.x-form-field {
  869. margin-bottom: -2px;
  870. }
  871. .ext-gecko .x-form-text, .ext-ie8 .x-form-text {
  872. padding-top: 2px;
  873. padding-bottom: 0;
  874. }
  875. textarea {
  876. resize: none;
  877. }
  878. .x-form-select-one {
  879. height: 20px;
  880. line-height: 18px;
  881. vertical-align: middle;
  882. border: 1px solid;
  883. }
  884. .x-form-check-wrap {
  885. line-height: 18px;
  886. height: 22px;
  887. }
  888. .x-editor .x-form-check-wrap {
  889. border: 1px solid;
  890. padding: 2px;
  891. height: 14px;
  892. }
  893. .x-editor .x-form-checkbox {
  894. height: 13px;
  895. }
  896. .x-form-check-group-label {
  897. border-bottom: 1px solid;
  898. margin-bottom: 5px;
  899. padding-left: 3px !important;
  900. float: none !important;
  901. }
  902. .x-form-field-wrap .x-form-trigger {
  903. width: 17px;
  904. height: 21px;
  905. border: 0;
  906. background: transparent no-repeat 0 0;
  907. cursor: pointer;
  908. border-bottom: 1px solid;
  909. position: absolute;
  910. top: 0;
  911. }
  912. .ext-safari .x-form-field-wrap .x-form-trigger {
  913. height: 21px;
  914. }
  915. .x-form-field-wrap .x-form-date-trigger, .x-form-field-wrap .x-form-clear-trigger, .x-form-field-wrap .x-form-search-trigger {
  916. cursor: pointer;
  917. }
  918. .ext-safari .x-form-field-wrap .x-form-trigger, .ext-gecko .x-form-field-wrap .x-form-trigger {
  919. right: 0;
  920. }
  921. .x-form-field-wrap .x-form-twin-triggers .x-form-trigger {
  922. position: static;
  923. top: auto;
  924. vertical-align: top;
  925. }
  926. .x-form-field-wrap {
  927. position: relative;
  928. left: 0;
  929. top: 0;
  930. zoom: 1;
  931. white-space: nowrap;
  932. }
  933. .x-form-field-wrap .x-form-trigger-over {
  934. background-position: -17px 0;
  935. }
  936. .x-form-field-wrap .x-form-trigger-click {
  937. background-position: -34px 0;
  938. }
  939. .x-trigger-wrap-focus .x-form-trigger {
  940. background-position: -51px 0;
  941. }
  942. .x-trigger-wrap-focus .x-form-trigger-over {
  943. background-position: -68px 0;
  944. }
  945. .x-trigger-wrap-focus .x-form-trigger-click {
  946. background-position: -85px 0;
  947. }
  948. .x-trigger-wrap-focus .x-form-trigger {
  949. border-bottom: 1px solid;
  950. }
  951. .x-item-disabled .x-form-trigger-over {
  952. background-position: 0 0 !important;
  953. border-bottom: 1px solid;
  954. }
  955. .x-item-disabled .x-form-trigger-click {
  956. background-position: 0 0 !important;
  957. border-bottom: 1px solid;
  958. }
  959. .x-form-focus, textarea.x-form-focus {
  960. border: 1px solid;
  961. }
  962. .x-form-invalid, textarea.x-form-invalid {
  963. background: repeat-x bottom;
  964. border: 1px solid;
  965. }
  966. .ext-safari .x-form-invalid {
  967. border: 1px solid;
  968. }
  969. .x-form-inner-invalid, textarea.x-form-inner-invalid {
  970. background: repeat-x bottom;
  971. }
  972. .x-editor {
  973. visibility: hidden;
  974. padding: 0;
  975. margin: 0;
  976. }
  977. .ext-ie .x-form-check-wrap input {
  978. width: 15px;
  979. height: 15px;
  980. }
  981. .x-form-grow-sizer {
  982. left: -10000px;
  983. padding: 8px 3px;
  984. position: absolute;
  985. visibility: hidden;
  986. top: -10000px;
  987. white-space: pre-wrap;
  988. white-space: -moz-pre-wrap;
  989. white-space: -pre-wrap;
  990. white-space: -o-pre-wrap;
  991. word-wrap: break-word;
  992. zoom: 1;
  993. }
  994. .x-form-grow-sizer p {
  995. margin: 0 !important;
  996. border: 0 none !important;
  997. padding: 0 !important;
  998. }
  999. .x-form-item {
  1000. display: block;
  1001. margin-bottom: 4px;
  1002. }
  1003. .x-form-item label {
  1004. display: block;
  1005. float: left;
  1006. width: 100px;
  1007. padding: 3px;
  1008. padding-left: 0;
  1009. clear: left;
  1010. z-index: 2;
  1011. position: relative;
  1012. }
  1013. .x-form-element {
  1014. padding-left: 105px;
  1015. position: relative;
  1016. }
  1017. .x-form-invalid-msg {
  1018. padding: 2px;
  1019. padding-left: 18px;
  1020. background: transparent no-repeat 0 2px;
  1021. line-height: 16px;
  1022. width: 200px;
  1023. }
  1024. .x-form-label-left label {
  1025. text-align: left;
  1026. }
  1027. .x-form-label-right label {
  1028. text-align: right;
  1029. }
  1030. .x-form-label-top .x-form-item label {
  1031. width: auto;
  1032. float: none;
  1033. clear: none;
  1034. display: inline;
  1035. margin-bottom: 4px;
  1036. position: static;
  1037. }
  1038. .x-form-label-top .x-form-element {
  1039. padding-left: 0;
  1040. padding-top: 4px;
  1041. }
  1042. .x-form-label-top .x-form-item {
  1043. padding-bottom: 4px;
  1044. }
  1045. .x-small-editor .x-form-text {
  1046. height: 20px;
  1047. line-height: 16px;
  1048. vertical-align: middle;
  1049. }
  1050. .ext-ie6 .x-small-editor .x-form-text, .ext-ie7 .x-small-editor .x-form-text {
  1051. height: 20px !important;
  1052. line-height: 16px !important;
  1053. }
  1054. .ext-strict .x-small-editor .x-form-text {
  1055. height: 16px !important;
  1056. }
  1057. .ext-border-box .x-small-editor .x-form-text {
  1058. height: 20px;
  1059. }
  1060. .x-small-editor .x-form-select-one {
  1061. height: 20px;
  1062. line-height: 16px;
  1063. vertical-align: middle;
  1064. }
  1065. .x-small-editor .x-form-num-field {
  1066. text-align: right;
  1067. }
  1068. .x-small-editor .x-form-field-wrap .x-form-trigger {
  1069. height: 19px;
  1070. }
  1071. .x-form-clear {
  1072. clear: both;
  1073. height: 0;
  1074. overflow: hidden;
  1075. line-height: 0;
  1076. font-size: 0;
  1077. }
  1078. .x-form-clear-left {
  1079. clear: left;
  1080. height: 0;
  1081. overflow: hidden;
  1082. line-height: 0;
  1083. font-size: 0;
  1084. }
  1085. .x-form-cb-label {
  1086. width: auto !important;
  1087. float: none !important;
  1088. clear: none !important;
  1089. display: inline !important;
  1090. margin-left: 4px;
  1091. }
  1092. .x-form-column {
  1093. float: left;
  1094. padding: 0;
  1095. margin: 0;
  1096. width: 48%;
  1097. overflow: hidden;
  1098. zoom: 1;
  1099. }
  1100. .x-form .x-form-btns-ct .x-btn {
  1101. float: right;
  1102. clear: none;
  1103. }
  1104. .x-form .x-form-btns-ct .x-form-btns td {
  1105. border: 0;
  1106. padding: 0;
  1107. }
  1108. .x-form .x-form-btns-ct .x-form-btns-right table {
  1109. float: right;
  1110. clear: none;
  1111. }
  1112. .x-form .x-form-btns-ct .x-form-btns-left table {
  1113. float: left;
  1114. clear: none;
  1115. }
  1116. .x-form .x-form-btns-ct .x-form-btns-center {
  1117. text-align: center;
  1118. }
  1119. .x-form .x-form-btns-ct .x-form-btns-center table {
  1120. margin: 0 auto;
  1121. }
  1122. .x-form .x-form-btns-ct table td.x-form-btn-td {
  1123. padding: 3px;
  1124. }
  1125. .x-form .x-form-btns-ct .x-btn-focus .x-btn-left {
  1126. background-position: 0 -147px;
  1127. }
  1128. .x-form .x-form-btns-ct .x-btn-focus .x-btn-right {
  1129. background-position: 0 -168px;
  1130. }
  1131. .x-form .x-form-btns-ct .x-btn-focus .x-btn-center {
  1132. background-position: 0 -189px;
  1133. }
  1134. .x-form .x-form-btns-ct .x-btn-click .x-btn-center {
  1135. background-position: 0 -126px;
  1136. }
  1137. .x-form .x-form-btns-ct .x-btn-click .x-btn-right {
  1138. background-position: 0 -84px;
  1139. }
  1140. .x-form .x-form-btns-ct .x-btn-click .x-btn-left {
  1141. background-position: 0 -63px;
  1142. }
  1143. .x-form-invalid-icon {
  1144. width: 16px;
  1145. height: 18px;
  1146. position: absolute;
  1147. left: 0;
  1148. top: 0;
  1149. display: block;
  1150. background: transparent no-repeat 0 2px;
  1151. }
  1152. .x-fieldset {
  1153. border: 1px solid;
  1154. padding: 10px;
  1155. margin-bottom: 10px;
  1156. display: block;
  1157. }
  1158. .ext-ie .x-fieldset legend {
  1159. margin-bottom: 10px;
  1160. }
  1161. .ext-ie .x-fieldset {
  1162. padding-top: 0;
  1163. padding-bottom: 10px;
  1164. }
  1165. .x-fieldset legend .x-tool-toggle {
  1166. margin-right: 3px;
  1167. margin-left: 0;
  1168. float: left !important;
  1169. }
  1170. .x-fieldset legend input {
  1171. margin-right: 3px;
  1172. float: left !important;
  1173. height: 13px;
  1174. width: 13px;
  1175. }
  1176. fieldset.x-panel-collapsed {
  1177. padding-bottom: 0 !important;
  1178. border-width: 1px 1px 0 1px !important;
  1179. border-left-color: transparent;
  1180. border-right-color: transparent;
  1181. }
  1182. .ext-ie6 fieldset.x-panel-collapsed {
  1183. padding-bottom: 0 !important;
  1184. border-width: 1px 0 0 0 !important;
  1185. margin-left: 1px;
  1186. margin-right: 1px;
  1187. }
  1188. fieldset.x-panel-collapsed .x-fieldset-bwrap {
  1189. visibility: hidden;
  1190. position: absolute;
  1191. left: -1000px;
  1192. top: -1000px;
  1193. }
  1194. .ext-ie .x-fieldset-bwrap {
  1195. zoom: 1;
  1196. }
  1197. .x-fieldset-noborder {
  1198. border: 0px none transparent;
  1199. }
  1200. .x-fieldset-noborder legend {
  1201. margin-left: -3px;
  1202. }
  1203. .ext-ie .x-fieldset-noborder legend {
  1204. position: relative;
  1205. margin-bottom: 23px;
  1206. }
  1207. .ext-ie .x-fieldset-noborder legend span {
  1208. position: absolute;
  1209. left: 16px;
  1210. }
  1211. .ext-gecko .x-window-body .x-form-item {
  1212. -moz-outline: none;
  1213. overflow: auto;
  1214. }
  1215. .ext-gecko .x-form-item {
  1216. -moz-outline: none;
  1217. }
  1218. .x-hide-label label.x-form-item-label {
  1219. display: none;
  1220. }
  1221. .x-hide-label .x-form-element {
  1222. padding-left: 0 !important;
  1223. }
  1224. .x-fieldset {
  1225. overflow: hidden;
  1226. }
  1227. /* make top of checkbox/tools visible in webkit */
  1228. .ext-webkit .x-fieldset-header {
  1229. padding-top: 1px;
  1230. }
  1231. .x-fieldset-bwrap {
  1232. overflow: hidden;
  1233. zoom: 1;
  1234. }
  1235. .x-fieldset-body {
  1236. overflow: hidden;
  1237. }
  1238. .x-combo-list .x-combo-selected {
  1239. border-color: #a3bae9 !important;
  1240. }
  1241. .x-combo-list {
  1242. background-color: white !important;
  1243. }
  1244. .ext-gecko .x-form-file {
  1245. height: inherit !important;
  1246. }
  1247. .x-form-check {
  1248. background: none !important
  1249. }
  1250. .x-form-radio {
  1251. background: none !important
  1252. }
  1253. .x-form-label {
  1254. padding: 2px 3px 3px 0px;
  1255. font-size: 12px;
  1256. }
  1257. .x-form-label-top .x-form-item {
  1258. padding-bottom: 0px;
  1259. margin-bottom: 2px;
  1260. }
  1261. .ext-safari .x-form-text {
  1262. height: 22px; /* safari always same size */
  1263. padding: 0 3px; /* remove extra top/bottom padding */
  1264. }
  1265. .ext-safari .x-small-editor .x-form-text {
  1266. height: 20px;
  1267. }
  1268. .x-form-group .x-form-check-wrap {
  1269. float: left;
  1270. padding-right: 2px;
  1271. }
  1272. .x-form-group .x-form-check-wrap .x-form-group-label {
  1273. float: left;
  1274. }
  1275. .x-form-group .x-form-radio-wrap {
  1276. float: left;
  1277. padding-right: 2px;
  1278. }
  1279. .x-form-group-label, .x-form-cb-label {
  1280. font: normal 12px tahoma, arial, helvetica, sans-serif;
  1281. padding-right: 10px;
  1282. }
  1283. .x-form-list {
  1284. background: #FFFFFF url(../images/default/form/text-bg.gif) repeat-x scroll 0 0;
  1285. border: 1px solid #B5B8C8;
  1286. }
  1287. /*
  1288. * FileUploadField component styles
  1289. */
  1290. .x-form-file-wrap {
  1291. height: 22px;
  1292. }
  1293. .ext-ie .x-form-file-wrap {
  1294. height: 20px;
  1295. }
  1296. .x-form-file-wrap .x-form-file {
  1297. position: absolute;
  1298. right: 0;
  1299. -moz-opacity: 0;
  1300. filter: alpha(opacity:0);
  1301. opacity: 0;
  1302. z-index: 2;
  1303. height: 22px;
  1304. }
  1305. .x-form-file-wrap .x-form-file-btn {
  1306. position: absolute;
  1307. right: 0;
  1308. z-index: 1;
  1309. }
  1310. .x-form-file-wrap .x-form-file-text {
  1311. position: absolute;
  1312. left: 0;
  1313. z-index: 3;
  1314. color: #777;
  1315. }
  1316. .x-form-invalid-icon {
  1317. background-position: 0 0 !important;
  1318. }
  1319. .x-triggerfield-noedit {
  1320. cursor: pointer;
  1321. }
  1322. .x-btn {
  1323. cursor: pointer;
  1324. white-space: nowrap;
  1325. }
  1326. .x-btn button {
  1327. border: 0 none;
  1328. background: transparent;
  1329. padding-left: 3px;
  1330. padding-right: 3px;
  1331. cursor: pointer;
  1332. margin: 0;
  1333. overflow: visible;
  1334. width: auto;
  1335. -moz-outline: 0 none;
  1336. outline: 0 none;
  1337. }
  1338. * html .ext-ie .x-btn button {
  1339. width: 1px;
  1340. }
  1341. .ext-ie .x-item-disabled .x-btn-mc img {
  1342. filter: alpha(opacity = 60);
  1343. }
  1344. .ext-gecko .x-btn button, .ext-webkit .x-btn button {
  1345. padding-left: 0;
  1346. padding-right: 0;
  1347. }
  1348. .ext-gecko .x-btn button::-moz-focus-inner {
  1349. padding: 0;
  1350. }
  1351. .ext-ie .x-btn button {
  1352. padding-top: 2px;
  1353. }
  1354. .x-btn td {
  1355. padding: 0 !important;
  1356. }
  1357. .x-btn-text {
  1358. cursor: pointer;
  1359. white-space: nowrap;
  1360. padding: 0;
  1361. }
  1362. .x-btn-noicon .x-btn-small .x-btn-text {
  1363. height: 16px;
  1364. }
  1365. .x-btn-noicon .x-btn-medium .x-btn-text {
  1366. height: 24px;
  1367. }
  1368. .x-btn-noicon .x-btn-large .x-btn-text {
  1369. height: 32px;
  1370. }
  1371. .flat-icon-button
  1372. {
  1373. background-color: white;
  1374. }
  1375. .x-btn-icon .x-btn-text {
  1376. background-position: center;
  1377. background-repeat: no-repeat;
  1378. }
  1379. .x-btn-icon .x-btn-small .x-btn-text {
  1380. height: 16px;
  1381. width: 16px;
  1382. }
  1383. .x-btn-icon .x-btn-medium .x-btn-text {
  1384. height: 24px;
  1385. width: 24px;
  1386. }
  1387. .x-btn-icon .x-btn-large .x-btn-text {
  1388. height: 32px;
  1389. width: 32px;
  1390. }
  1391. .x-btn-text-icon .x-btn-icon-small-left .x-btn-text {
  1392. background-position: 0 center;
  1393. background-repeat: no-repeat;
  1394. padding-left: 18px;
  1395. height: 16px;
  1396. }
  1397. .x-btn-text-icon .x-btn-icon-medium-left .x-btn-text {
  1398. background-position: 0 center;
  1399. background-repeat: no-repeat;
  1400. padding-left: 26px;
  1401. height: 24px;
  1402. }
  1403. .x-btn-text-icon .x-btn-icon-large-left .x-btn-text {
  1404. background-position: 0 center;
  1405. background-repeat: no-repeat;
  1406. padding-left: 34px;
  1407. height: 32px;
  1408. }
  1409. .x-btn-text-icon .x-btn-icon-small-top .x-btn-text {
  1410. background-position: center 0;
  1411. background-repeat: no-repeat;
  1412. padding-top: 18px;
  1413. }
  1414. .x-btn-text-icon .x-btn-icon-medium-top .x-btn-text {
  1415. background-position: center 0;
  1416. background-repeat: no-repeat;
  1417. padding-top: 26px;
  1418. }
  1419. .x-btn-text-icon .x-btn-icon-large-top .x-btn-text {
  1420. background-position: center 0;
  1421. background-repeat: no-repeat;
  1422. padding-top: 34px;
  1423. }
  1424. .x-btn-text-icon .x-btn-icon-small-right .x-btn-text {
  1425. background-position: right center;
  1426. background-repeat: no-repeat;
  1427. padding-right: 18px;
  1428. height: 16px;
  1429. }
  1430. .x-btn-text-icon .x-btn-icon-medium-right .x-btn-text {
  1431. background-position: right center;
  1432. background-repeat: no-repeat;
  1433. padding-right: 26px;
  1434. height: 24px;
  1435. }
  1436. .x-btn-text-icon .x-btn-icon-large-right .x-btn-text {
  1437. background-position: right center;
  1438. background-repeat: no-repeat;
  1439. padding-right: 34px;
  1440. height: 32px;
  1441. }
  1442. .x-btn-text-icon .x-btn-icon-small-bottom .x-btn-text {
  1443. background-position: center bottom;
  1444. background-repeat: no-repeat;
  1445. padding-bottom: 18px;
  1446. }
  1447. .x-btn-text-icon .x-btn-icon-medium-bottom .x-btn-text {
  1448. background-position: center bottom;
  1449. background-repeat: no-repeat;
  1450. padding-bottom: 26px;
  1451. }
  1452. .x-btn-text-icon .x-btn-icon-large-bottom .x-btn-text {
  1453. background-position: center bottom;
  1454. background-repeat: no-repeat;
  1455. padding-bottom: 34px;
  1456. }
  1457. .x-btn-tr i, .x-btn-tl i, .x-btn-mr i, .x-btn-ml i, .x-btn-br i, .x-btn-bl i {
  1458. font-size: 1px;
  1459. line-height: 1px;
  1460. width: 3px;
  1461. display: block;
  1462. overflow: hidden;
  1463. }
  1464. .x-btn-tr i, .x-btn-tl i, .x-btn-br i, .x-btn-bl i {
  1465. height: 3px;
  1466. }
  1467. .x-btn-tl {
  1468. width: 3px;
  1469. height: 3px;
  1470. background: no-repeat 0 0;
  1471. }
  1472. .x-btn-tr {
  1473. width: 3px;
  1474. height: 3px;
  1475. background: no-repeat -3px 0;
  1476. }
  1477. .x-btn-tc {
  1478. height: 3px;
  1479. background: repeat-x 0 -6px;
  1480. }
  1481. .x-btn-ml {
  1482. width: 3px;
  1483. background: no-repeat 0 -24px;
  1484. }
  1485. .x-btn-mr {
  1486. width: 3px;
  1487. background: no-repeat -3px -24px;
  1488. }
  1489. .x-btn-mc {
  1490. background: repeat-x 0 -1096px;
  1491. vertical-align: middle;
  1492. text-align: center;
  1493. padding: 0 5px;
  1494. cursor: pointer;
  1495. white-space: nowrap;
  1496. }
  1497. .x-btn-bl {
  1498. width: 3px;
  1499. height: 3px;
  1500. background: no-repeat 0 -3px;
  1501. }
  1502. .x-btn-br {
  1503. width: 3px;
  1504. height: 3px;
  1505. background: no-repeat -3px -3px;
  1506. }
  1507. .x-btn-bc {
  1508. height: 3px;
  1509. background: repeat-x 0 -15px;
  1510. }
  1511. .x-btn-over .x-btn-tl {
  1512. background-position: -6px 0;
  1513. }
  1514. .x-btn-over .x-btn-tr {
  1515. background-position: -9px 0;
  1516. }
  1517. .x-btn-over .x-btn-tc {
  1518. background-position: 0 -9px;
  1519. }
  1520. .x-btn-over .x-btn-ml {
  1521. background-position: -6px -24px;
  1522. }
  1523. .x-btn-over .x-btn-mr {
  1524. background-position: -9px -24px;
  1525. }
  1526. .x-btn-over .x-btn-mc {
  1527. background-position: 0 -2168px;
  1528. }
  1529. .x-btn-over .x-btn-bl {
  1530. background-position: -6px -3px;
  1531. }
  1532. .x-btn-over .x-btn-br {
  1533. background-position: -9px -3px;
  1534. }
  1535. .x-btn-over .x-btn-bc {
  1536. background-position: 0 -18px;
  1537. }
  1538. .x-btn-click .x-btn-tl, .x-btn-menu-active .x-btn-tl, .x-btn-pressed .x-btn-tl {
  1539. background-position: -12px 0;
  1540. }
  1541. .x-btn-click .x-btn-tr, .x-btn-menu-active .x-btn-tr, .x-btn-pressed .x-btn-tr {
  1542. background-position: -15px 0;
  1543. }
  1544. .x-btn-click .x-btn-tc, .x-btn-menu-active .x-btn-tc, .x-btn-pressed .x-btn-tc {
  1545. background-position: 0 -12px;
  1546. }
  1547. .x-btn-click .x-btn-ml, .x-btn-menu-active .x-btn-ml, .x-btn-pressed .x-btn-ml {
  1548. background-position: -12px -24px;
  1549. }
  1550. .x-btn-click .x-btn-mr, .x-btn-menu-active .x-btn-mr, .x-btn-pressed .x-btn-mr {
  1551. background-position: -15px -24px;
  1552. }
  1553. .x-btn-click .x-btn-mc, .x-btn-menu-active .x-btn-mc, .x-btn-pressed .x-btn-mc {
  1554. background-position: 0 -3240px;
  1555. }
  1556. .x-btn-click .x-btn-bl, .x-btn-menu-active .x-btn-bl, .x-btn-pressed .x-btn-bl {
  1557. background-position: -12px -3px;
  1558. }
  1559. .x-btn-click .x-btn-br, .x-btn-menu-active .x-btn-br, .x-btn-pressed .x-btn-br {
  1560. background-position: -15px -3px;
  1561. }
  1562. .x-btn-click .x-btn-bc, .x-btn-menu-active .x-btn-bc, .x-btn-pressed .x-btn-bc {
  1563. background-position: 0 -21px;
  1564. }
  1565. .x-btn-disabled * {
  1566. cursor: default !important;
  1567. }
  1568. .x-btn-mc em.x-btn-arrow {
  1569. display: block;
  1570. background: transparent no-repeat right center;
  1571. padding-right: 10px;
  1572. }
  1573. .x-btn-mc em.x-btn-split {
  1574. display: block;
  1575. background: transparent no-repeat right center;
  1576. padding-right: 14px;
  1577. }
  1578. .x-btn-mc em.x-btn-arrow-bottom {
  1579. display: block;
  1580. background: transparent no-repeat center bottom;
  1581. padding-bottom: 14px;
  1582. }
  1583. .x-btn-mc em.x-btn-split-bottom {
  1584. display: block;
  1585. background: transparent no-repeat center bottom;
  1586. padding-bottom: 14px;
  1587. }
  1588. .x-btn-as-arrow .x-btn-mc em {
  1589. display: block;
  1590. background: transparent;
  1591. padding-bottom: 14px;
  1592. }
  1593. .x-btn-group {
  1594. padding: 1px;
  1595. }
  1596. .x-btn-group-header {
  1597. padding: 2px;
  1598. text-align: center;
  1599. }
  1600. .x-btn-group-tc {
  1601. background: transparent repeat-x 0 0;
  1602. overflow: hidden;
  1603. }
  1604. .x-btn-group-tl {
  1605. background: transparent no-repeat 0 0;
  1606. padding-left: 3px;
  1607. zoom: 1;
  1608. }
  1609. .x-btn-group-tr {
  1610. background: transparent no-repeat right 0;
  1611. zoom: 1;
  1612. padding-right: 3px;
  1613. }
  1614. .x-btn-group-bc {
  1615. background: transparent repeat-x 0 bottom;
  1616. zoom: 1;
  1617. }
  1618. .x-btn-group-bc .x-panel-footer {
  1619. zoom: 1;
  1620. }
  1621. .x-btn-group-bl {
  1622. background: transparent no-repeat 0 bottom;
  1623. padding-left: 3px;
  1624. zoom: 1;
  1625. }
  1626. .x-btn-group-br {
  1627. background: transparent no-repeat right bottom;
  1628. padding-right: 3px;
  1629. zoom: 1;
  1630. }
  1631. .x-btn-group-mc {
  1632. border: 0 none;
  1633. padding: 1px 0 0 0;
  1634. margin: 0;
  1635. }
  1636. .x-btn-group-mc .x-btn-group-body {
  1637. background: transparent;
  1638. border: 0 none;
  1639. }
  1640. .x-btn-group-ml {
  1641. background: transparent repeat-y 0 0;
  1642. padding-left: 3px;
  1643. zoom: 1;
  1644. }
  1645. .x-btn-group-mr {
  1646. background: transparent repeat-y right 0;
  1647. padding-right: 3px;
  1648. zoom: 1;
  1649. }
  1650. .x-btn-group-bc .x-btn-group-footer {
  1651. padding-bottom: 6px;
  1652. }
  1653. .x-panel-nofooter .x-btn-group-bc {
  1654. height: 3px;
  1655. font-size: 0;
  1656. line-height: 0;
  1657. }
  1658. .x-btn-group-bwrap {
  1659. overflow: hidden;
  1660. zoom: 1;
  1661. }
  1662. .x-btn-group-body {
  1663. overflow: hidden;
  1664. zoom: 1;
  1665. }
  1666. .x-btn-group-notitle .x-btn-group-tc {
  1667. background: transparent repeat-x 0 0;
  1668. overflow: hidden;
  1669. height: 2px;
  1670. }
  1671. .x-toolbar {
  1672. border-style: solid;
  1673. border-width: 0 0 1px 0;
  1674. display: block;
  1675. padding: 2px;
  1676. background: repeat-x top left;
  1677. position: relative;
  1678. left: 0;
  1679. top: 0;
  1680. zoom: 1;
  1681. overflow: hidden;
  1682. }
  1683. .x-toolbar .x-item-disabled .x-btn-icon {
  1684. opacity: .35;
  1685. -moz-opacity: .35;
  1686. filter: alpha(opacity = 35);
  1687. }
  1688. .x-toolbar td {
  1689. vertical-align: middle;
  1690. }
  1691. .x-toolbar td, .x-toolbar span, .x-toolbar input, .x-toolbar div, .x-toolbar select, .x-toolbar label {
  1692. white-space: nowrap;
  1693. }
  1694. .x-toolbar .x-item-disabled {
  1695. cursor: default;
  1696. opacity: .6;
  1697. -moz-opacity: .6;
  1698. filter: alpha(opacity = 60);
  1699. }
  1700. .x-toolbar .x-item-disabled * {
  1701. cursor: default;
  1702. }
  1703. .x-toolbar .x-toolbar-cell {
  1704. vertical-align: middle;
  1705. }
  1706. .x-toolbar .x-btn-tl, .x-toolbar .x-btn-tr, .x-toolbar .x-btn-tc, .x-toolbar .x-btn-ml, .x-toolbar .x-btn-mr,
  1707. .x-toolbar .x-btn-mc, .x-toolbar .x-btn-bl, .x-toolbar .x-btn-br, .x-toolbar .x-btn-bc {
  1708. background-position: 500px 500px;
  1709. }
  1710. .x-toolbar .x-btn-over .x-btn-tl {
  1711. background-position: -6px 0;
  1712. }
  1713. .x-toolbar .x-btn-over .x-btn-tr {
  1714. background-position: -9px 0;
  1715. }
  1716. .x-toolbar .x-btn-over .x-btn-tc {
  1717. background-position: 0 -9px;
  1718. }
  1719. .x-toolbar .x-btn-over .x-btn-ml {
  1720. background-position: -6px -24px;
  1721. }
  1722. .x-toolbar .x-btn-over .x-btn-mr {
  1723. background-position: -9px -24px;
  1724. }
  1725. .x-toolbar .x-btn-over .x-btn-mc {
  1726. background-position: 0 -2168px;
  1727. }
  1728. .x-toolbar .x-btn-over .x-btn-bl {
  1729. background-position: -6px -3px;
  1730. }
  1731. .x-toolbar .x-btn-over .x-btn-br {
  1732. background-position: -9px -3px;
  1733. }
  1734. .x-toolbar .x-btn-over .x-btn-bc {
  1735. background-position: 0 -18px;
  1736. }
  1737. .x-toolbar .x-btn-click .x-btn-tl, .x-toolbar .x-btn-menu-active .x-btn-tl, .x-toolbar .x-btn-pressed .x-btn-tl {
  1738. background-position: -12px 0;
  1739. }
  1740. .x-toolbar .x-btn-click .x-btn-tr, .x-toolbar .x-btn-menu-active .x-btn-tr, .x-toolbar .x-btn-pressed .x-btn-tr {
  1741. background-position: -15px 0;
  1742. }
  1743. .x-toolbar .x-btn-click .x-btn-tc, .x-toolbar .x-btn-menu-active .x-btn-tc, .x-toolbar .x-btn-pressed .x-btn-tc {
  1744. background-position: 0 -12px;
  1745. }
  1746. .x-toolbar .x-btn-click .x-btn-ml, .x-toolbar .x-btn-menu-active .x-btn-ml, .x-toolbar .x-btn-pressed .x-btn-ml {
  1747. background-position: -12px -24px;
  1748. }
  1749. .x-toolbar .x-btn-click .x-btn-mr, .x-toolbar .x-btn-menu-active .x-btn-mr, .x-toolbar .x-btn-pressed .x-btn-mr {
  1750. background-position: -15px -24px;
  1751. }
  1752. .x-toolbar .x-btn-click .x-btn-mc, .x-toolbar .x-btn-menu-active .x-btn-mc, .x-toolbar .x-btn-pressed .x-btn-mc {
  1753. background-position: 0 -3240px;
  1754. }
  1755. .x-toolbar .x-btn-click .x-btn-bl, .x-toolbar .x-btn-menu-active .x-btn-bl, .x-toolbar .x-btn-pressed .x-btn-bl {
  1756. background-position: -12px -3px;
  1757. }
  1758. .x-toolbar .x-btn-click .x-btn-br, .x-toolbar .x-btn-menu-active .x-btn-br, .x-toolbar .x-btn-pressed .x-btn-br {
  1759. background-position: -15px -3px;
  1760. }
  1761. .x-toolbar .x-btn-click .x-btn-bc, .x-toolbar .x-btn-menu-active .x-btn-bc, .x-toolbar .x-btn-pressed .x-btn-bc {
  1762. background-position: 0 -21px;
  1763. }
  1764. .x-toolbar div.xtb-text {
  1765. padding: 2px 2px 0;
  1766. line-height: 16px;
  1767. display: block;
  1768. }
  1769. .x-toolbar .xtb-sep {
  1770. background-position: center;
  1771. background-repeat: no-repeat;
  1772. display: block;
  1773. font-size: 1px;
  1774. height: 16px;
  1775. width: 4px;
  1776. overflow: hidden;
  1777. cursor: default;
  1778. margin: 0 2px 0;
  1779. border: 0;
  1780. }
  1781. .x-toolbar .xtb-spacer {
  1782. width: 2px;
  1783. }
  1784. .x-tbar-page-number {
  1785. width: 24px;
  1786. height: 14px;
  1787. }
  1788. .x-paging-info {
  1789. position: absolute;
  1790. top: 5px;
  1791. right: 8px;
  1792. }
  1793. .x-toolbar-ct {
  1794. width: 100%;
  1795. }
  1796. .x-panel-tbar, .x-panel-bbar, .x-window-tbar, .x-window-bbar, .x-tab-panel-tbar, .x-tab-panel-bbar, .x-plain-tbar, .x-plain-bbar {
  1797. overflow: hidden;
  1798. zoom: 1;
  1799. }
  1800. .x-toolbar-more .x-btn-small .x-btn-text {
  1801. height: 16px;
  1802. width: 12px;
  1803. }
  1804. .x-toolbar-more em.x-btn-arrow {
  1805. display: inline;
  1806. background: transparent;
  1807. padding-right: 0;
  1808. }
  1809. .x-toolbar-more .x-btn-mc em.x-btn-arrow {
  1810. background-image: none;
  1811. }
  1812. div.x-toolbar-no-items {
  1813. color: gray !important;
  1814. padding: 5px 10px !important;
  1815. }
  1816. .x-resizable-handle {
  1817. position: absolute;
  1818. z-index: 100;
  1819. font-size: 1px;
  1820. line-height: 6px;
  1821. overflow: hidden;
  1822. filter: alpha(opacity = 0);
  1823. opacity: 0;
  1824. zoom: 1;
  1825. }
  1826. .x-resizable-handle-east {
  1827. width: 6px;
  1828. cursor: e-resize;
  1829. right: 0;
  1830. top: 0;
  1831. height: 100%;
  1832. }
  1833. .ext-ie .x-resizable-handle-east {
  1834. margin-right: -1px;
  1835. }
  1836. .x-resizable-handle-south {
  1837. width: 100%;
  1838. cursor: s-resize;
  1839. left: 0;
  1840. bottom: 0;
  1841. height: 6px;
  1842. }
  1843. .ext-ie .x-resizable-handle-south {
  1844. margin-bottom: -1px;
  1845. }
  1846. .x-resizable-handle-west {
  1847. width: 6px;
  1848. cursor: w-resize;
  1849. left: 0;
  1850. top: 0;
  1851. height: 100%;
  1852. }
  1853. .x-resizable-handle-north {
  1854. width: 100%;
  1855. cursor: n-resize;
  1856. left: 0;
  1857. top: 0;
  1858. height: 6px;
  1859. }
  1860. .x-resizable-handle-southeast {
  1861. width: 6px;
  1862. cursor: se-resize;
  1863. right: 0;
  1864. bottom: 0;
  1865. height: 6px;
  1866. z-index: 101;
  1867. }
  1868. .x-resizable-handle-northwest {
  1869. width: 6px;
  1870. cursor: nw-resize;
  1871. left: 0;
  1872. top: 0;
  1873. height: 6px;
  1874. z-index: 101;
  1875. }
  1876. .x-resizable-handle-northeast {
  1877. width: 6px;
  1878. cursor: ne-resize;
  1879. right: 0;
  1880. top: 0;
  1881. height: 6px;
  1882. z-index: 101;
  1883. }
  1884. .x-resizable-handle-southwest {
  1885. width: 6px;
  1886. cursor: sw-resize;
  1887. left: 0;
  1888. bottom: 0;
  1889. height: 6px;
  1890. z-index: 101;
  1891. }
  1892. .x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle {
  1893. filter: alpha(opacity = 100);
  1894. opacity: 1;
  1895. }
  1896. .x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east,
  1897. .x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west {
  1898. background-position: left;
  1899. }
  1900. .x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south,
  1901. .x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north {
  1902. background-position: top;
  1903. }
  1904. .x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast {
  1905. background-position: top left;
  1906. }
  1907. .x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest {
  1908. background-position: bottom right;
  1909. }
  1910. .x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast {
  1911. background-position: bottom left;
  1912. }
  1913. .x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest {
  1914. background-position: top right;
  1915. }
  1916. .x-resizable-proxy {
  1917. border: 1px dashed;
  1918. position: absolute;
  1919. overflow: hidden;
  1920. display: none;
  1921. left: 0;
  1922. top: 0;
  1923. z-index: 50000;
  1924. }
  1925. .x-resizable-overlay {
  1926. width: 100%;
  1927. height: 100%;
  1928. display: none;
  1929. position: absolute;
  1930. left: 0;
  1931. top: 0;
  1932. z-index: 200000;
  1933. -moz-opacity: 0;
  1934. opacity: 0;
  1935. filter: alpha(opacity = 0);
  1936. }
  1937. .x-grid3 {
  1938. position: relative;
  1939. overflow: hidden;
  1940. }
  1941. .x-grid-panel .x-panel-body {
  1942. overflow: hidden !important;
  1943. }
  1944. .x-grid-panel .x-panel-mc .x-panel-body {
  1945. border: 1px solid;
  1946. }
  1947. .x-grid3 .x-grid3-row-table {
  1948. table-layout: fixed;
  1949. }
  1950. .x-grid3-viewport {
  1951. overflow: hidden;
  1952. }
  1953. .x-grid3-hd-row .x-grid3-hd, .x-grid3-row .x-grid3-hd, .x-grid3-summary-row .x-grid3-hd {
  1954. -moz-outline: none;
  1955. -moz-user-focus: normal;
  1956. }
  1957. .x-grid3-row, .x-grid3-summary-row {
  1958. -moz-user-select: none;
  1959. -khtml-user-select: none;
  1960. -webkit-user-select: ignore;
  1961. }
  1962. .x-grid3-row td.x-grid3-cell, .x-grid3-summary-row td.x-grid3-cell {
  1963. line-height: 13px;
  1964. vertical-align: top;
  1965. padding-left: 1px;
  1966. padding-right: 1px;
  1967. -moz-outline: none;
  1968. }
  1969. .x-grid3-hd-row .x-grid3-hd {
  1970. line-height: 15px;
  1971. vertical-align: middle;
  1972. border-left: 1px solid;
  1973. border-right: 1px solid;
  1974. }
  1975. .x-grid3-hd-row .x-grid3-marker-hd {
  1976. padding: 3px;
  1977. }
  1978. .x-grid3-row .x-grid3-marker {
  1979. padding: 3px;
  1980. }
  1981. .x-grid3-cell-inner, .x-grid3-hd-inner {
  1982. overflow: hidden;
  1983. -o-text-overflow: ellipsis;
  1984. text-overflow: ellipsis;
  1985. padding: 3px 3px 3px 5px;
  1986. white-space: nowrap;
  1987. }
  1988. .x-grid3-hd-inner {
  1989. position: relative;
  1990. cursor: inherit;
  1991. padding: 4px 3px 4px 5px;
  1992. vertical-align: middle;
  1993. }
  1994. .ext-ie .x-grid3-hd-inner {
  1995. position: static;
  1996. }
  1997. .x-grid3-row-body {
  1998. white-space: normal;
  1999. font-size: 11px;
  2000. }
  2001. .x-grid3-body-cell {
  2002. -moz-outline: 0 none;
  2003. outline: 0 none;
  2004. }
  2005. .ext-ie .x-grid3-cell-inner, .ext-ie .x-grid3-hd-inner {
  2006. width: 100%;
  2007. }
  2008. .ext-strict .x-grid3-cell-inner, .ext-strict .x-grid3-hd-inner {
  2009. width: auto;
  2010. }
  2011. .x-grid-row-loading {
  2012. background: no-repeat center center;
  2013. }
  2014. .x-grid-page {
  2015. overflow: hidden;
  2016. }
  2017. .x-grid3-row {
  2018. cursor: default;
  2019. border: 1px solid;
  2020. width: 100%;
  2021. }
  2022. .x-grid3-row-over {
  2023. border: 1px solid;
  2024. background: repeat-x left top;
  2025. }
  2026. .x-grid3-resize-proxy {
  2027. width: 1px;
  2028. left: 0;
  2029. cursor: e-resize;
  2030. cursor: col-resize;
  2031. position: absolute;
  2032. top: 0;
  2033. height: 100px;
  2034. overflow: hidden;
  2035. visibility: hidden;
  2036. border: 0 none;
  2037. z-index: 7;
  2038. }
  2039. .x-grid3-resize-marker {
  2040. width: 1px;
  2041. left: 0;
  2042. position: absolute;
  2043. top: 0;
  2044. height: 100px;
  2045. overflow: hidden;
  2046. visibility: hidden;
  2047. border: 0 none;
  2048. z-index: 7;
  2049. }
  2050. .x-grid3-focus {
  2051. position: absolute;
  2052. left: 0;
  2053. top: 0;
  2054. width: 1px;
  2055. height: 1px;
  2056. line-height: 1px;
  2057. font-size: 1px;
  2058. -moz-outline: 0 none;
  2059. outline: 0 none;
  2060. -moz-user-select: text;
  2061. -khtml-user-select: text;
  2062. -webkit-user-select: ignore;
  2063. }
  2064. .x-grid3-header {
  2065. background: repeat-x 0 bottom;
  2066. cursor: default;
  2067. zoom: 1;
  2068. padding: 0px 0 0 0;
  2069. }
  2070. .x-grid3-header-pop {
  2071. border-left: 1px solid;
  2072. float: right;
  2073. clear: none;
  2074. }
  2075. .x-grid3-header-pop-inner {
  2076. border-left: 1px solid;
  2077. width: 14px;
  2078. height: 19px;
  2079. background: transparent no-repeat center center;
  2080. }
  2081. .ext-ie .x-grid3-header-pop-inner {
  2082. width: 15px;
  2083. }
  2084. .ext-strict .x-grid3-header-pop-inner {
  2085. width: 14px;
  2086. }
  2087. .x-grid3-header-inner {
  2088. overflow: hidden;
  2089. zoom: 1;
  2090. float: left;
  2091. }
  2092. .x-grid3-header-offset {
  2093. padding-left: 1px;
  2094. }
  2095. td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
  2096. border-left: 1px solid;
  2097. border-right: 1px solid;
  2098. }
  2099. td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner {
  2100. background: repeat-x left bottom;
  2101. }
  2102. .x-grid3-sort-icon {
  2103. background-repeat: no-repeat;
  2104. display: none;
  2105. height: 4px;
  2106. width: 13px;
  2107. margin-left: 3px;
  2108. vertical-align: middle;
  2109. }
  2110. .sort-asc .x-grid3-sort-icon, .sort-desc .x-grid3-sort-icon {
  2111. display: inline;
  2112. }
  2113. .ext-strict .ext-ie .x-grid3-header-inner, .ext-strict .ext-ie6 .x-grid3-hd {
  2114. position: relative;
  2115. }
  2116. .ext-strict .ext-ie6 .x-grid3-hd-inner {
  2117. position: static;
  2118. }
  2119. .x-grid3-body {
  2120. zoom: 1;
  2121. }
  2122. .x-grid3-scroller {
  2123. overflow: auto;
  2124. zoom: 1;
  2125. position: relative;
  2126. }
  2127. .x-grid3-cell-text, .x-grid3-hd-text {
  2128. display: block;
  2129. padding: 3px 5px 3px 5px;
  2130. }
  2131. .x-grid3-split {
  2132. background-position: center;
  2133. background-repeat: no-repeat;
  2134. cursor: e-resize;
  2135. cursor: col-resize;
  2136. display: block;
  2137. font-size: 1px;
  2138. height: 16px;
  2139. overflow: hidden;
  2140. position: absolute;
  2141. top: 2px;
  2142. width: 6px;
  2143. z-index: 3;
  2144. }
  2145. .x-dd-drag-proxy .x-grid3-hd-inner {
  2146. background: repeat-x left bottom;
  2147. width: 120px;
  2148. padding: 3px;
  2149. border: 1px solid;
  2150. overflow: hidden;
  2151. }
  2152. .col-move-top, .col-move-bottom {
  2153. width: 9px;
  2154. height: 9px;
  2155. position: absolute;
  2156. top: 0;
  2157. line-height: 1px;
  2158. font-size: 1px;
  2159. overflow: hidden;
  2160. visibility: hidden;
  2161. z-index: 20000;
  2162. background: transparent no-repeat left top;
  2163. }
  2164. .x-grid3-row-selected {
  2165. border: 1px dotted;
  2166. }
  2167. .x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker {
  2168. background: repeat-x 0 bottom !important;
  2169. vertical-align: middle !important;
  2170. padding: 0;
  2171. border-top: 1px solid;
  2172. border-bottom: none !important;
  2173. border-right: 1px solid !important;
  2174. text-align: center;
  2175. }
  2176. .x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div {
  2177. padding: 0 4px;
  2178. text-align: center;
  2179. }
  2180. .x-grid3-dirty-cell {
  2181. background: transparent no-repeat 0 0;
  2182. }
  2183. .x-grid3-topbar, .x-grid3-bottombar {
  2184. overflow: hidden;
  2185. display: none;
  2186. zoom: 1;
  2187. position: relative;
  2188. }
  2189. .x-grid3-topbar .x-toolbar {
  2190. border-right: 0 none;
  2191. }
  2192. .x-grid3-bottombar .x-toolbar {
  2193. border-right: 0 none;
  2194. border-bottom: 0 none;
  2195. border-top: 1px solid;
  2196. }
  2197. .x-props-grid .x-grid3-cell {
  2198. padding: 1px;
  2199. }
  2200. .x-props-grid .x-grid3-td-name .x-grid3-cell-inner {
  2201. background: transparent repeat-y -16px !important;
  2202. padding-left: 12px;
  2203. }
  2204. .x-props-grid .x-grid3-body .x-grid3-td-name {
  2205. padding: 1px;
  2206. padding-right: 0;
  2207. border: 0 none;
  2208. border-right: 1px solid;
  2209. }
  2210. .x-grid3-col-dd {
  2211. border: 0 none;
  2212. padding: 0;
  2213. background: transparent;
  2214. }
  2215. .x-dd-drag-ghost .x-grid3-dd-wrap {
  2216. padding: 1px 3px 3px 1px;
  2217. }
  2218. .x-grid3-hd {
  2219. -moz-user-select: none;
  2220. -khtml-user-select: none;
  2221. -webkit-user-select: ignore;
  2222. }
  2223. .x-grid3-hd-btn {
  2224. display: none;
  2225. position: absolute;
  2226. width: 14px;
  2227. background: no-repeat left center;
  2228. right: 0;
  2229. top: 0;
  2230. z-index: 2;
  2231. cursor: pointer;
  2232. }
  2233. .x-grid3-hd-over .x-grid3-hd-btn, .x-grid3-hd-menu-open .x-grid3-hd-btn {
  2234. display: block;
  2235. }
  2236. a.x-grid3-hd-btn:hover {
  2237. background-position: -14px center;
  2238. }
  2239. .x-grid3-body .x-grid3-td-expander {
  2240. background: transparent repeat-y right;
  2241. }
  2242. .x-grid3-body .x-grid3-td-expander .x-grid3-cell-inner {
  2243. padding: 0 !important;
  2244. height: 100%;
  2245. }
  2246. .x-grid3-row-expander {
  2247. width: 100%;
  2248. height: 18px;
  2249. background-position: 4px 2px;
  2250. background-repeat: no-repeat;
  2251. background-color: transparent;
  2252. }
  2253. .x-grid3-row-collapsed .x-grid3-row-expander {
  2254. background-position: 4px 2px;
  2255. }
  2256. .x-grid3-row-expanded .x-grid3-row-expander {
  2257. background-position: -21px 2px;
  2258. }
  2259. .x-grid3-row-collapsed .x-grid3-row-body {
  2260. display: none !important;
  2261. }
  2262. .x-grid3-row-expanded .x-grid3-row-body {
  2263. display: block !important;
  2264. }
  2265. .x-grid3-body .x-grid3-td-checker {
  2266. background: transparent repeat-y right;
  2267. }
  2268. .x-grid3-body .x-grid3-td-checker .x-grid3-cell-inner, .x-grid3-header .x-grid3-td-checker .x-grid3-hd-inner {
  2269. padding: 0 !important;
  2270. height: 100%;
  2271. }
  2272. .x-grid3-row-checker, .x-grid3-hd-checker {
  2273. width: 100%;
  2274. height: 18px;
  2275. background-position: 2px 2px;
  2276. background-repeat: no-repeat;
  2277. background-color: transparent;
  2278. }
  2279. .x-grid3-hd-checker {
  2280. padding-bottom: 0px !important;
  2281. }
  2282. .x-grid3-row .x-grid3-row-checker {
  2283. background-position: 2px 2px;
  2284. }
  2285. .x-grid3-row-selected .x-grid3-row-checker, .x-grid3-hd-checker-on .x-grid3-hd-checker, .x-grid3-row-checked .x-grid3-row-checker {
  2286. background-position: -23px 2px;
  2287. }
  2288. .x-grid3-hd-checker {
  2289. background-position: 2px 3px;
  2290. }
  2291. .x-grid3-hd-checker-on .x-grid3-hd-checker {
  2292. background-position: -23px 3px;
  2293. }
  2294. .x-grid3-body .x-grid3-td-numberer {
  2295. background: transparent repeat-y right;
  2296. }
  2297. .x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner {
  2298. padding: 3px 5px 0 0 !important;
  2299. text-align: right;
  2300. }
  2301. .x-grid3-body .x-grid3-td-row-icon {
  2302. background: transparent repeat-y right;
  2303. vertical-align: top;
  2304. text-align: center;
  2305. }
  2306. .x-grid3-body .x-grid3-td-row-icon .x-grid3-cell-inner {
  2307. padding: 0 !important;
  2308. background-position: center center;
  2309. background-repeat: no-repeat;
  2310. width: 16px;
  2311. height: 16px;
  2312. margin-left: 2px;
  2313. margin-top: 3px;
  2314. }
  2315. .x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer, .x-grid3-body .x-grid3-row-selected .x-grid3-td-checker, .x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
  2316. background: transparent repeat-y right;
  2317. }
  2318. .x-grid3-body .x-grid3-check-col-td .x-grid3-cell-inner {
  2319. padding: 1px 0 0 0 !important;
  2320. }
  2321. .x-grid3-check-col {
  2322. width: 100%;
  2323. height: 16px;
  2324. background-position: center center;
  2325. background-repeat: no-repeat;
  2326. background-color: transparent;
  2327. }
  2328. .x-grid3-check-col-on {
  2329. width: 100%;
  2330. height: 16px;
  2331. background-position: center center;
  2332. background-repeat: no-repeat;
  2333. background-color: transparent;
  2334. }
  2335. .x-grid-group, .x-grid-group-body, .x-grid-group-hd {
  2336. zoom: 1;
  2337. }
  2338. .x-grid-group-hd {
  2339. border-bottom: 2px solid;
  2340. cursor: pointer;
  2341. padding-top: 6px;
  2342. }
  2343. .x-grid-group-hd div {
  2344. background: transparent no-repeat 3px -47px;
  2345. padding: 4px 4px 4px 17px;
  2346. }
  2347. .x-grid-group-collapsed .x-grid-group-hd div {
  2348. background-position: 3px 3px;
  2349. }
  2350. .x-grid-group-collapsed .x-grid-group-body {
  2351. display: none;
  2352. }
  2353. .x-grid-empty {
  2354. padding: 10px;
  2355. }
  2356. .ext-ie7 .x-grid-panel .x-panel-bbar {
  2357. position: relative;
  2358. }
  2359. .x-grid-with-col-lines .x-grid3-row td.x-grid3-cell {
  2360. padding-right: 0;
  2361. border-right: 1px solid;
  2362. }
  2363. .ext-ie6 .x-grid3-header {
  2364. position: relative;
  2365. }
  2366. .x-grid3-check-col-disabled {
  2367. width: 100%;
  2368. height: 16px;
  2369. background-position: center center;
  2370. background-repeat: no-repeat;
  2371. }
  2372. .x-row-editor-header {
  2373. height: 2px;
  2374. overflow: hidden;
  2375. }
  2376. .x-row-editor-footer {
  2377. height: 2px;
  2378. overflow: hidden;
  2379. }
  2380. .ext-ie8 .x-row-editor .x-form-field-wrap .x-form-text, .ext-ie8-compatibility .x-row-editor .x-form-field-wrap .x-form-text {
  2381. margin: -1px 0;
  2382. }
  2383. .ext-ie .x-row-editor-footer {
  2384. margin-top: -1px;
  2385. }
  2386. .x-row-editor-body {
  2387. overflow: hidden;
  2388. zoom: 1;
  2389. padding-top: 2px;
  2390. }
  2391. .x-row-editor .x-btns {
  2392. position: absolute;
  2393. top: 28px;
  2394. left: 20px;
  2395. padding-left: 5px;
  2396. }
  2397. .x-row-editor .x-btns .x-plain-bwrap {
  2398. padding-right: 5px;
  2399. }
  2400. .x-row-editor .x-btns .x-plain-body {
  2401. height: 31px;
  2402. }
  2403. .x-row-editor .x-btns .x-table-layout-cell {
  2404. padding: 3px;
  2405. }
  2406. .x-grid3-footer {
  2407. background: #f7f7f7 none repeat scroll 0 0;
  2408. border-top: 1px solid #DDDDDD;
  2409. border-bottom: 1px solid #DDDDDD;
  2410. display: block;
  2411. overflow: hidden;
  2412. position: relative;
  2413. }
  2414. .x-grid3-footer-row {
  2415. border-top: 1px solid #EEEEEE;
  2416. background-color: #f7f7f7;
  2417. -moz-user-select: none;
  2418. -khtml-user-select: none;
  2419. -webkit-user-select: ignore;
  2420. }
  2421. .x-grid3-footer-row td {
  2422. line-height: 13px;
  2423. vertical-align: top;
  2424. padding-left: 1px;
  2425. padding-right: 1px;
  2426. font: normal 11px arial, tahoma, helvetica, sans-serif;
  2427. }
  2428. .x-dd-drag-proxy {
  2429. position: absolute;
  2430. left: 0;
  2431. top: 0;
  2432. visibility: hidden;
  2433. z-index: 15000;
  2434. }
  2435. .x-dd-drag-ghost {
  2436. -moz-opacity: 0.85;
  2437. opacity: .85;
  2438. filter: alpha(opacity = 85);
  2439. border: 1px solid;
  2440. padding: 3px;
  2441. padding-left: 20px;
  2442. white-space: nowrap;
  2443. }
  2444. .x-dd-drag-repair .x-dd-drag-ghost {
  2445. -moz-opacity: 0.4;
  2446. opacity: .4;
  2447. filter: alpha(opacity = 40);
  2448. border: 0 none;
  2449. padding: 0;
  2450. background-color: transparent;
  2451. }
  2452. .x-dd-drag-repair .x-dd-drop-icon {
  2453. visibility: hidden;
  2454. }
  2455. .x-dd-drop-icon {
  2456. position: absolute;
  2457. top: 3px;
  2458. left: 3px;
  2459. display: block;
  2460. width: 16px;
  2461. height: 16px;
  2462. background-color: transparent;
  2463. background-position: center;
  2464. background-repeat: no-repeat;
  2465. z-index: 1;
  2466. }
  2467. .x-view-selector {
  2468. position: absolute;
  2469. left: 0;
  2470. top: 0;
  2471. width: 0;
  2472. border: 1px dotted;
  2473. opacity: .5;
  2474. -moz-opacity: .5;
  2475. filter: alpha(opacity = 50);
  2476. zoom: 1;
  2477. }
  2478. .x-dd-cursor {
  2479. cursor: default !important;
  2480. }
  2481. .x-insert-bar {
  2482. position: absolute;
  2483. z-index: 99999;
  2484. }
  2485. .x-insert-bar td {
  2486. line-height: 1px;
  2487. font-size: 1px;
  2488. }
  2489. .x-insert-left {
  2490. background: url(../images/gxt/dd/insert-bg.gif) no-repeat;
  2491. }
  2492. .x-insert-mid {
  2493. background: url(../images/gxt/dd/insert-bg.gif) repeat-x 0 -12px;
  2494. }
  2495. .x-insert-right {
  2496. background: url(../images/gxt/dd/insert-bg.gif) no-repeat 0px -6px;
  2497. }
  2498. .tree-folder {
  2499. background: url(../images/gxt/icons/folder-closed.gif) no-repeat center left !important;
  2500. }
  2501. .tree-folder-open {
  2502. background: url(../images/gxt/icons/folder.gif) no-repeat center left !important;
  2503. }
  2504. .my-tree {
  2505. cursor: default;
  2506. font-size: 11px;
  2507. -moz-outline: none;
  2508. -moz-user-focus: none;
  2509. }
  2510. .my-root-item {
  2511. padding: 4px;
  2512. }
  2513. .my-tree-item, .my-tree-item table, .my-tree-item table td {
  2514. -moz-outline: none;
  2515. -moz-user-focus: normal;
  2516. font-size: 11px;
  2517. }
  2518. .my-tree-item td {
  2519. height: 19px;
  2520. }
  2521. .my-tree-indent {
  2522. line-height: 1px;
  2523. font-size: 1px;
  2524. }
  2525. .my-tree-joint div {
  2526. width: 15px;
  2527. height: 19px;
  2528. line-height: 1px;
  2529. font-size: 1px;
  2530. }
  2531. .my-tree-left, .my-tree-left div, .my-tree-right {
  2532. line-height: 1px;
  2533. font-size: 1px;
  2534. width: 3px;
  2535. }
  2536. .my-tree-left div, .my-tree-right div {
  2537. width: 3px;
  2538. }
  2539. .my-tree-item, .my-treeitem-wrap {
  2540. -moz-outline: none;
  2541. -moz-user-focus: normal;
  2542. }
  2543. .my-tree-check div {
  2544. width: 17px;
  2545. height: 17px;
  2546. line-height: 1px;
  2547. font-size: 1px;
  2548. }
  2549. .my-tree-icon div {
  2550. width: 16px;
  2551. height: 17px;
  2552. cursor: pointer;
  2553. background-repeat: no-repeat;
  2554. background-position: center;
  2555. }
  2556. .my-tree-item-text span {
  2557. font-family: arial, tahoma, helvetica, sans-serif;
  2558. font-size: 12px;
  2559. white-space: nowrap;
  2560. padding-left: 3px;
  2561. padding-right: 3px;
  2562. display: block;
  2563. height: 15px;
  2564. cursor: pointer;
  2565. }
  2566. .my-tree-over .my-tree-left {
  2567. background: url(../images/gxt/shared/select-19-bg.gif) no-repeat left -57px;
  2568. }
  2569. .my-tree-over .my-tree-right {
  2570. background: url(../images/gxt/shared/select-19-bg.gif) no-repeat right -76px;
  2571. }
  2572. .my-tree-over .my-tree-check, .my-tree-over .my-tree-icon, .my-tree-over .my-tree-item-text {
  2573. background: url(../images/gxt/shared/select-19-bg.gif) left -95px;
  2574. }
  2575. .my-tree-sel .my-tree-left {
  2576. background: url(../images/gxt/shared/select-19-bg.gif) no-repeat left 0px;
  2577. }
  2578. .my-tree-sel .my-tree-right {
  2579. background: url(../images/gxt/shared/select-19-bg.gif) no-repeat right -19px;
  2580. }
  2581. .my-tree-sel .my-tree-check, .my-tree-sel .my-tree-icon, .my-tree-sel .my-tree-item-text {
  2582. background: url(../images/gxt/shared/select-19-bg.gif) left -38px;
  2583. }
  2584. .my-tree-drop .my-tree-left {
  2585. background: url(../images/gxt/shared/select-19-bg.gif) no-repeat left -115px;
  2586. }
  2587. .my-tree-drop .my-tree-right {
  2588. background: url(../images/gxt/shared/select-19-bg.gif) no-repeat right -133px;
  2589. }
  2590. .my-tree-drop .my-tree-check, .my-tree-drop .my-tree-icon, .my-tree-drop .my-tree-item-text {
  2591. background: url(../images/gxt/shared/select-19-bg.gif) left -152px;
  2592. }
  2593. .my-tree-close {
  2594. background: url(../images/gxt/tree/vnode_transparent.gif) no-repeat 0px 1px;
  2595. }
  2596. .my-tree-open {
  2597. background: url(../images/gxt/tree/vnode_transparent.gif) no-repeat 0px -32px;
  2598. }
  2599. .my-tree-joint-over .my-tree-open {
  2600. background: url(../images/gxt/tree/vnode_transparent.gif) no-repeat 0px -48px;
  2601. }
  2602. .my-tree-joint-over .my-tree-close {
  2603. background: url(../images/gxt/tree/vnode_transparent.gif) no-repeat 0px -15px;
  2604. }
  2605. .my-tree-notchecked {
  2606. background: url(../images/gxt/tree/notchecked.gif) no-repeat 0px 50%;
  2607. }
  2608. .my-tree-checked {
  2609. background: url(../images/gxt/tree/checked.gif) no-repeat 0px 50%;
  2610. }
  2611. .my-tree-loading .tree-folder {
  2612. background: url(../images/gxt/icons/wait.gif) no-repeat 0px -1px !important;
  2613. }
  2614. .my-tree-loading .my-tree-item-text span {
  2615. font-style: italic;
  2616. }
  2617. .x-ftree-selected .x-ftree-text {
  2618. background-color: #d9e8fb;
  2619. }
  2620. .x-ftree-node-over .x-ftree-text {
  2621. background-color: #eee;
  2622. }
  2623. .x-ftree-item {
  2624. line-height: 18px;
  2625. }
  2626. .x-ftree-joint, .x-ftree-icon {
  2627. border: 0 none;
  2628. height: 18px;
  2629. margin: 0;
  2630. padding: 0;
  2631. vertical-align: top;
  2632. width: 16px;
  2633. background-position: center;
  2634. background-repeat: no-repeat;
  2635. }
  2636. .x-ftree-text {
  2637. color: black;
  2638. font: normal 11px arial, tahoma, helvetica, sans-serif;
  2639. white-space: nowrap;
  2640. text-decoration: none;
  2641. color: black;
  2642. padding-left: 4px;
  2643. vertical-align: middle;
  2644. line-height: 18px;
  2645. padding: 2px 4px 4px 4px;
  2646. }
  2647. /* some default icons for leaf/folder */
  2648. .x-ftree-leaf .x-ftree-icon {
  2649. background-image: url(../images/default/tree/leaf.gif);
  2650. }
  2651. .x-ftree-expanded .x-ftree-icon {
  2652. background-image: url(../images/default/tree/folder-open.gif);
  2653. }
  2654. .x-ftree-collapsed .x-ftree-icon {
  2655. background-image: url(../images/gxt/icons/folder-closed.gif);
  2656. }
  2657. /* Arrows */
  2658. .x-ftree-arrows .x-ftree-joint {
  2659. background: transparent;
  2660. }
  2661. .x-ftree-arrows .x-ftree-joint-plus {
  2662. background: transparent url(../images/default/tree/arrows.gif) no-repeat 0 0;
  2663. }
  2664. .x-ftree-arrows .x-ftree-joint-minus {
  2665. background: transparent url(../images/default/tree/arrows.gif) no-repeat -16px 0;
  2666. }
  2667. .x-ftree-arrows .x-ftree-ec-over .x-ftree-joint-plus {
  2668. background-position: -32px 0;
  2669. }
  2670. .x-ftree-arrows .x-ftree-ec-over .x-ftree-joint-minus {
  2671. background-position: -48px 0;
  2672. }
  2673. .x-ftree2-selected {
  2674. background-color: #d9e8fb !important;
  2675. }
  2676. .x-ftree2-node-over {
  2677. background-color: #eee;
  2678. }
  2679. .x-ftree2-node-drop {
  2680. background-color: #defadc;
  2681. }
  2682. .x-ftree2-joint, .x-ftree2-icon {
  2683. border: 0 none;
  2684. height: 18px;
  2685. margin: 0;
  2686. padding: 0;
  2687. vertical-align: top;
  2688. width: 16px;
  2689. background-position: center;
  2690. background-repeat: no-repeat;
  2691. }
  2692. .x-ftree2-joint div {
  2693. width: 16px;
  2694. }
  2695. .x-ftree2-el-ct {
  2696. display: none;
  2697. }
  2698. .x-ftree2-node {
  2699. padding-bottom: 1px;
  2700. }
  2701. .x-ftree2-text {
  2702. vertical-align: middle !important;
  2703. white-space: nowrap !important;
  2704. }
  2705. .x-ftree2-text span {
  2706. color: black;
  2707. font: normal 11px arial, tahoma, helvetica, sans-serif;
  2708. white-space: nowrap;
  2709. text-decoration: none;
  2710. color: black;
  2711. padding: 2px 4px 2px 1px;
  2712. display: block;
  2713. }
  2714. .ext-ie .x-ftree2-text span {
  2715. padding-left: 3px;
  2716. }
  2717. .x-ftree2-check {
  2718. width: 17px;
  2719. }
  2720. .x-ftree2-check div {
  2721. width: 17px;
  2722. height: 17px;
  2723. }
  2724. /* some default icons for leaf/folder */
  2725. .x-ftree2-expanded .x-ftree2-icon {
  2726. background-image: url(../images/default/tree/folder-open.gif);
  2727. }
  2728. .x-ftree2-leaf .x-ftree2-icon {
  2729. background-image: url(../images/default/tree/leaf.gif);
  2730. }
  2731. .x-ftree2-collapsed .x-ftree2-icon {
  2732. background-image: url(../images/gxt/icons/folder-closed.gif);
  2733. }
  2734. /* Arrows */
  2735. .x-ftree2-arrows .x-ftree2-joint {
  2736. background: transparent;
  2737. }
  2738. .x-ftree2-arrows .x-ftree2-joint-plus {
  2739. background: transparent url(../images/default/tree/arrows.gif) no-repeat 0 0;
  2740. }
  2741. .x-ftree2-arrows .x-ftree2-joint-minus {
  2742. background: transparent url(../images/default/tree/arrows.gif) no-repeat -16px 0;
  2743. }
  2744. .x-ftree2-arrows .x-ftree2-ec-over .x-ftree2-joint-plus {
  2745. background-position: -32px 0;
  2746. }
  2747. .x-ftree2-arrows .x-ftree2-ec-over .x-ftree2-joint-minus {
  2748. background-position: -48px 0;
  2749. }
  2750. .x-treegrid {
  2751. -moz-outline: none;
  2752. -moz-user-focus: none;
  2753. }
  2754. .x-treegrid .x-treegrid-column .x-grid3-cell-inner {
  2755. padding: 0px !important;
  2756. }
  2757. .x-tree3 {
  2758. cursor: default;
  2759. -moz-outline: none;
  2760. -moz-user-focus: none;
  2761. }
  2762. .x-tree3-node {
  2763. cursor: default;
  2764. }
  2765. .x-tree3-el {
  2766. white-space: nowrap;
  2767. height: 21px;
  2768. position: relative;
  2769. }
  2770. .x-tree3-node-text {
  2771. white-space: nowrap;
  2772. line-height: 11px;
  2773. text-decoration: none;
  2774. padding: 0 0 0 3px;
  2775. position: relative;
  2776. top: -4px;
  2777. }
  2778. .x-tree3-node-ct {
  2779. display: none;
  2780. }
  2781. .x-tree3-node-text-widget {
  2782. position: static !important;
  2783. padding: 0px !important;
  2784. }
  2785. .x-date-picker {
  2786. border: 1px solid;
  2787. border-top: 0 none;
  2788. position: relative;
  2789. }
  2790. .x-date-picker a {
  2791. -moz-outline: 0 none;
  2792. outline: 0 none;
  2793. }
  2794. .x-date-inner, .x-date-inner td, .x-date-inner th {
  2795. border-collapse: separate;
  2796. }
  2797. .x-date-middle, .x-date-left, .x-date-right {
  2798. background: repeat-x 0 -83px;
  2799. overflow: hidden;
  2800. }
  2801. .x-date-middle .x-btn-tc, .x-date-middle .x-btn-tl, .x-date-middle .x-btn-tr,
  2802. .x-date-middle .x-btn-mc, .x-date-middle .x-btn-ml, .x-date-middle .x-btn-mr,
  2803. .x-date-middle .x-btn-bc, .x-date-middle .x-btn-bl, .x-date-middle .x-btn-br {
  2804. background: transparent !important;
  2805. vertical-align: middle;
  2806. }
  2807. .x-date-middle .x-btn-mc em.x-btn-arrow {
  2808. background: transparent no-repeat right 0;
  2809. }
  2810. .x-date-right, .x-date-left {
  2811. width: 18px;
  2812. }
  2813. .x-date-right {
  2814. text-align: right;
  2815. }
  2816. .x-date-middle {
  2817. padding-top: 2px;
  2818. padding-bottom: 2px;
  2819. width: 130px;
  2820. }
  2821. .x-date-right a, .x-date-left a {
  2822. display: block;
  2823. width: 16px;
  2824. height: 16px;
  2825. background-position: center;
  2826. background-repeat: no-repeat;
  2827. cursor: pointer;
  2828. -moz-opacity: 0.6;
  2829. opacity: .6;
  2830. filter: alpha(opacity = 60);
  2831. }
  2832. .x-date-right a:hover, .x-date-left a:hover {
  2833. -moz-opacity: 1;
  2834. opacity: 1;
  2835. filter: alpha(opacity = 100);
  2836. }
  2837. .x-date-right a {
  2838. margin-right: 2px;
  2839. text-decoration: none !important;
  2840. }
  2841. .x-date-left a {
  2842. margin-left: 2px;
  2843. text-decoration: none !important;
  2844. }
  2845. table.x-date-inner {
  2846. width: 100%;
  2847. table-layout: fixed;
  2848. }
  2849. .x-date-inner th {
  2850. width: 25px;
  2851. }
  2852. .x-date-inner th {
  2853. background: repeat-x left top;
  2854. text-align: right !important;
  2855. border-bottom: 1px solid;
  2856. cursor: default;
  2857. padding: 0;
  2858. border-collapse: separate;
  2859. }
  2860. .x-date-inner th span {
  2861. display: block;
  2862. padding: 2px;
  2863. padding-right: 7px;
  2864. }
  2865. .x-date-inner td {
  2866. border: 1px solid;
  2867. text-align: right;
  2868. padding: 0;
  2869. }
  2870. .x-date-inner a {
  2871. padding: 2px 5px;
  2872. display: block;
  2873. text-decoration: none;
  2874. text-align: right;
  2875. zoom: 1;
  2876. }
  2877. .x-date-inner .x-date-active {
  2878. cursor: pointer;
  2879. color: black;
  2880. }
  2881. .x-date-inner .x-date-selected a {
  2882. background: repeat-x left top;
  2883. border: 1px solid;
  2884. padding: 1px 4px;
  2885. }
  2886. .x-date-inner .x-date-today a {
  2887. border: 1px solid;
  2888. padding: 1px 4px;
  2889. }
  2890. .x-date-inner .x-date-prevday a, .x-date-inner .x-date-nextday a {
  2891. text-decoration: none !important;
  2892. }
  2893. .x-date-bottom {
  2894. padding: 4px;
  2895. border-top: 1px solid;
  2896. background: repeat-x left top;
  2897. }
  2898. .x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover {
  2899. text-decoration: none !important;
  2900. }
  2901. .x-date-inner .x-date-disabled a {
  2902. cursor: default;
  2903. }
  2904. .x-date-mmenu .x-menu-item {
  2905. padding: 1px 24px 1px 4px;
  2906. white-space: nowrap;
  2907. }
  2908. .x-date-mmenu .x-menu-item .x-menu-item-icon {
  2909. width: 10px;
  2910. height: 10px;
  2911. margin-right: 5px;
  2912. background-position: center -4px !important;
  2913. }
  2914. .x-date-mp {
  2915. position: absolute;
  2916. left: 0;
  2917. top: 0;
  2918. display: none;
  2919. }
  2920. .x-date-mp td {
  2921. padding: 2px;
  2922. font: normal 11px arial, helvetica, tahoma, sans-serif;
  2923. }
  2924. td.x-date-mp-month, td.x-date-mp-year, td.x-date-mp-ybtn {
  2925. border: 0 none;
  2926. text-align: center;
  2927. vertical-align: middle;
  2928. width: 25%;
  2929. }
  2930. .x-date-mp-ok {
  2931. margin-right: 3px;
  2932. }
  2933. .x-date-mp-btns button {
  2934. text-decoration: none;
  2935. text-align: center;
  2936. text-decoration: none !important;
  2937. border: 1px solid;
  2938. padding: 1px 3px 1px;
  2939. cursor: pointer;
  2940. }
  2941. .x-date-mp-btns {
  2942. background: repeat-x left top;
  2943. }
  2944. .x-date-mp-btns td {
  2945. border-top: 1px solid;
  2946. text-align: center;
  2947. }
  2948. td.x-date-mp-month a, td.x-date-mp-year a {
  2949. display: block;
  2950. padding: 2px 4px;
  2951. text-decoration: none;
  2952. text-align: center;
  2953. }
  2954. td.x-date-mp-month a:hover, td.x-date-mp-year a:hover {
  2955. text-decoration: none;
  2956. cursor: pointer;
  2957. }
  2958. td.x-date-mp-sel a {
  2959. padding: 1px 3px;
  2960. background: repeat-x left top;
  2961. border: 1px solid;
  2962. }
  2963. .x-date-mp-ybtn a {
  2964. overflow: hidden;
  2965. width: 15px;
  2966. height: 15px;
  2967. cursor: pointer;
  2968. background: transparent no-repeat;
  2969. display: block;
  2970. margin: 0 auto;
  2971. }
  2972. .x-date-mp-ybtn a.x-date-mp-next {
  2973. background-position: 0 -120px;
  2974. }
  2975. .x-date-mp-ybtn a.x-date-mp-next:hover {
  2976. background-position: -15px -120px;
  2977. }
  2978. .x-date-mp-ybtn a.x-date-mp-prev {
  2979. background-position: 0 -105px;
  2980. }
  2981. .x-date-mp-ybtn a.x-date-mp-prev:hover {
  2982. background-position: -15px -105px;
  2983. }
  2984. .x-date-mp-ybtn {
  2985. text-align: center;
  2986. }
  2987. td.x-date-mp-sep {
  2988. border-right: 1px solid;
  2989. }
  2990. .x-date-picker, .x-date-picker a {
  2991. font-size: 11px;
  2992. }
  2993. .x-date-right-icon {
  2994. background-image: url(../images/default/shared/right-btn.gif);
  2995. margin-right: 2px;
  2996. text-decoration: none !important;
  2997. }
  2998. .x-date-left-icon {
  2999. background-image: url(../images/default/shared/left-btn.gif);
  3000. margin-left: 4px;
  3001. text-decoration: none !important;
  3002. }
  3003. .x-date-days {
  3004. table-layout: fixed;
  3005. width: 100%;
  3006. }
  3007. .x-date-days td {
  3008. width: 25px;
  3009. border: none;
  3010. }
  3011. .x-date-days td span {
  3012. display: block;
  3013. padding: 2px 7px 2px 2px;
  3014. }
  3015. .x-date-days td {
  3016. background: #DFECFB url(../images/default/shared/glass-bg.gif) repeat-x scroll left top;
  3017. border-bottom: 1px solid #A3BAD9;
  3018. border-collapse: separate;
  3019. color: #233D6D;
  3020. cursor: default;
  3021. font-family: arial, helvetica, tahoma, sans-serif;
  3022. font-size: 10px;
  3023. font-size-adjust: none;
  3024. font-stretch: normal;
  3025. font-style: normal;
  3026. font-variant: normal;
  3027. font-weight: normal;
  3028. line-height: normal;
  3029. padding: 0pt;
  3030. text-align: right !important;
  3031. }
  3032. .x-date-picker .x-date-header {
  3033. background: url(../images/default/shared/hd-sprite.gif) repeat-x 0 -83px;
  3034. height: 22px;
  3035. left: 10px;
  3036. top: 10px;
  3037. width: 157px;
  3038. }
  3039. .x-date-header .x-btn .x-btn-text {
  3040. color: #fff;
  3041. }
  3042. .x-date-picker-footer {
  3043. width: 100%;
  3044. }
  3045. .x-date-picker-footer td {
  3046. text-align: center;
  3047. }
  3048. .x-date-left {
  3049. background: transparent url(../images/default/shared/hd-sprite.gif) repeat-x scroll 0pt -83px;
  3050. color: #FFFFFF;
  3051. font-family: "sans serif", tahoma, verdana, helvetica;
  3052. font-size: 11px;
  3053. font-size-adjust: none;
  3054. font-stretch: normal;
  3055. font-style: normal;
  3056. font-variant: normal;
  3057. font-weight: bold;
  3058. line-height: normal;
  3059. overflow: hidden;
  3060. }
  3061. .x-date-inner .x-date-active-hover {
  3062. background: #ddecfe !important;
  3063. }
  3064. .x-tip {
  3065. position: absolute;
  3066. top: 0;
  3067. left: 0;
  3068. visibility: hidden;
  3069. z-index: 20000;
  3070. border: 0 none;
  3071. }
  3072. .x-tip .x-tip-close {
  3073. height: 15px;
  3074. float: right;
  3075. width: 15px;
  3076. margin: 0 0 2px 2px;
  3077. cursor: pointer;
  3078. display: none;
  3079. }
  3080. .x-tip .x-tip-tc {
  3081. background: transparent no-repeat 0 -62px;
  3082. padding-top: 3px;
  3083. overflow: hidden;
  3084. zoom: 1;
  3085. }
  3086. .x-tip .x-tip-tl {
  3087. background: transparent no-repeat 0 0;
  3088. padding-left: 6px;
  3089. overflow: hidden;
  3090. zoom: 1;
  3091. }
  3092. .x-tip .x-tip-tr {
  3093. background: transparent no-repeat right 0;
  3094. padding-right: 6px;
  3095. overflow: hidden;
  3096. zoom: 1;
  3097. }
  3098. .x-tip .x-tip-bc {
  3099. background: transparent no-repeat 0 -121px;
  3100. height: 3px;
  3101. overflow: hidden;
  3102. }
  3103. .x-tip .x-tip-bl {
  3104. background: transparent no-repeat 0 -59px;
  3105. padding-left: 6px;
  3106. zoom: 1;
  3107. }
  3108. .x-tip .x-tip-br {
  3109. background: transparent no-repeat right -59px;
  3110. padding-right: 6px;
  3111. zoom: 1;
  3112. }
  3113. .x-tip .x-tip-mc {
  3114. border: 0 none;
  3115. }
  3116. .x-tip .x-tip-ml {
  3117. background: no-repeat 0 -124px;
  3118. padding-left: 6px;
  3119. zoom: 1;
  3120. }
  3121. .x-tip .x-tip-mr {
  3122. background: transparent no-repeat right -124px;
  3123. padding-right: 6px;
  3124. zoom: 1;
  3125. }
  3126. .ext-ie .x-tip .x-tip-header, .ext-ie .x-tip .x-tip-tc {
  3127. font-size: 0;
  3128. line-height: 0;
  3129. }
  3130. .x-tip .x-tip-header-text {
  3131. padding: 0;
  3132. margin: 0 0 2px 0;
  3133. }
  3134. .x-tip .x-tip-body {
  3135. margin: 0 !important;
  3136. line-height: 14px;
  3137. padding: 0;
  3138. }
  3139. .x-tip .x-tip-body .loading-indicator {
  3140. margin: 0;
  3141. }
  3142. .x-tip-draggable .x-tip-header, .x-tip-draggable .x-tip-header-text {
  3143. cursor: move;
  3144. }
  3145. .x-form-invalid-tip .x-tip-tc {
  3146. background: repeat-x 0 -12px;
  3147. padding-top: 6px;
  3148. }
  3149. .x-form-invalid-tip .x-tip-bc {
  3150. background: repeat-x 0 -18px;
  3151. height: 6px;
  3152. }
  3153. .x-form-invalid-tip .x-tip-bl {
  3154. background: no-repeat 0 -6px;
  3155. }
  3156. .x-form-invalid-tip .x-tip-br {
  3157. background: no-repeat right -6px;
  3158. }
  3159. .x-form-invalid-tip .x-tip-body {
  3160. padding: 2px;
  3161. }
  3162. .x-form-invalid-tip .x-tip-body {
  3163. padding-left: 24px;
  3164. background: transparent no-repeat 2px 2px;
  3165. }
  3166. .x-tip-anchor {
  3167. position: absolute;
  3168. width: 9px;
  3169. height: 10px;
  3170. overflow: hidden;
  3171. background: transparent no-repeat 0 0;
  3172. zoom: 1;
  3173. }
  3174. .x-tip-anchor-bottom {
  3175. background-position: -9px 0;
  3176. }
  3177. .x-tip-anchor-right {
  3178. background-position: -18px 0;
  3179. width: 10px;
  3180. }
  3181. .x-tip-anchor-left {
  3182. background-position: -28px 0;
  3183. width: 10px;
  3184. }
  3185. .x-menu {
  3186. border: 1px solid;
  3187. z-index: 15000;
  3188. zoom: 1;
  3189. background: repeat-y;
  3190. -moz-outline: none;
  3191. }
  3192. .x-menu a {
  3193. text-decoration: none !important;
  3194. }
  3195. .ext-ie .x-menu {
  3196. zoom: 1;
  3197. overflow: hidden;
  3198. }
  3199. .x-menu-list {
  3200. padding: 2px;
  3201. background: transparent;
  3202. border: 0 none;
  3203. overflow: hidden;
  3204. overflow-y: hidden;
  3205. }
  3206. .ext-strict .ext-ie .x-menu-list {
  3207. position: relative;
  3208. }
  3209. .x-menu li {
  3210. line-height: 100%;
  3211. }
  3212. .x-menu li.x-menu-sep-li {
  3213. font-size: 1px;
  3214. line-height: 1px;
  3215. }
  3216. .x-menu-list-item {
  3217. white-space: nowrap;
  3218. -moz-user-select: none;
  3219. -khtml-user-select: none;
  3220. -webkit-user-select:
  3221. ignore display: block;
  3222. padding: 1px;
  3223. }
  3224. .x-menu-item-arrow {
  3225. background: transparent no-repeat right;
  3226. }
  3227. .x-menu-sep {
  3228. display: block;
  3229. font-size: 1px;
  3230. line-height: 1px;
  3231. margin: 2px 3px;
  3232. border-bottom: 1px solid;
  3233. overflow: hidden;
  3234. }
  3235. .x-menu-focus {
  3236. position: absolute;
  3237. left: -1px;
  3238. top: -1px;
  3239. width: 1px;
  3240. height: 1px;
  3241. line-height: 1px;
  3242. font-size: 1px;
  3243. -moz-outline: 0 none;
  3244. outline: 0 none;
  3245. -moz-user-select: none;
  3246. -khtml-user-select: none;
  3247. -webkit-user-select: ignore overflow: hidden;
  3248. display: block;
  3249. }
  3250. a.x-menu-item {
  3251. cursor: pointer;
  3252. display: block;
  3253. line-height: 16px;
  3254. outline-color: -moz-use-text-color;
  3255. outline-style: none;
  3256. outline-width: 0;
  3257. padding: 3px 21px 3px 27px;
  3258. position: relative;
  3259. text-decoration: none;
  3260. white-space: nowrap;
  3261. }
  3262. .x-menu-item-active {
  3263. border-style: solid;
  3264. border-width: 1px;
  3265. padding: 0;
  3266. }
  3267. .x-menu-item-icon {
  3268. border: 0 none;
  3269. height: 16px;
  3270. padding: 0;
  3271. vertical-align: top;
  3272. width: 16px;
  3273. position: absolute;
  3274. left: 3px;
  3275. top: 3px;
  3276. margin: 0;
  3277. background-position: center;
  3278. }
  3279. .ext-ie .x-menu-item-icon {
  3280. left: -24px;
  3281. }
  3282. .ext-strict .x-menu-item-icon {
  3283. left: 3px;
  3284. }
  3285. .ext-ie6 .x-menu-item-icon {
  3286. left: -24px;
  3287. }
  3288. .ext-ie .x-menu-item-icon {
  3289. vertical-align: middle;
  3290. }
  3291. .x-date-menu .x-menu-list {
  3292. padding: 0;
  3293. }
  3294. .x-menu-date-item {
  3295. padding: 0;
  3296. }
  3297. .x-menu .x-color-palette, .x-menu .x-date-picker {
  3298. margin-left: 26px;
  3299. margin-right: 4px;
  3300. }
  3301. .x-menu .x-date-picker {
  3302. border: 1px solid;
  3303. margin-top: 2px;
  3304. margin-bottom: 2px;
  3305. }
  3306. .x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker {
  3307. margin: 0;
  3308. border: 0 none;
  3309. }
  3310. .x-date-menu {
  3311. padding: 0 !important;
  3312. }
  3313. .x-cycle-menu .x-menu-item-checked {
  3314. border: 1px dotted !important;
  3315. padding: 0;
  3316. }
  3317. .x-menu .x-menu-scroller {
  3318. width: 100%;
  3319. background-repeat: no-repeat;
  3320. background-position: center;
  3321. height: 8px;
  3322. line-height: 8px;
  3323. cursor: pointer;
  3324. margin: 0;
  3325. padding: 0;
  3326. }
  3327. .x-menu .x-menu-scroller-active {
  3328. height: 6px;
  3329. line-height: 6px;
  3330. }
  3331. .x-menu-list-item-indent {
  3332. padding-left: 27px;
  3333. }
  3334. .x-menu-text {
  3335. border-style: solid;
  3336. background: #D6E3F2;
  3337. border-color: #DAE6F4 #99bbe8 #99bbe8 #DAE6F4;
  3338. border-width: 1px;
  3339. margin: -2px -2px 0;
  3340. color: #15428b;
  3341. font: bold 10px tahoma, arial, verdana, sans-serif;
  3342. display: block;
  3343. padding: 3px;
  3344. }
  3345. .x-menubar {
  3346. padding: 3px;
  3347. border-style: solid;
  3348. border-width: 0 0 1px 0;
  3349. cursor: default;
  3350. border-color: #a9bfd3;
  3351. background-color: #d0def0;
  3352. padding: 3px;
  3353. background-image: url(../images/default/toolbar/bg.gif);
  3354. }
  3355. .x-menubar-item {
  3356. padding: 1px 8px;
  3357. font: 12px arial, verdana, sans-serif;
  3358. }
  3359. .x-menubar-item-over {
  3360. background-color: #98c5f5;
  3361. }
  3362. .x-menubar-item-active {
  3363. background-color: #98c5f5;
  3364. }
  3365. .x-box-tl {
  3366. background: transparent no-repeat 0 0;
  3367. zoom: 1;
  3368. }
  3369. .x-box-tc {
  3370. height: 8px;
  3371. background: transparent repeat-x 0 0;
  3372. overflow: hidden;
  3373. }
  3374. .x-box-tr {
  3375. background: transparent no-repeat right -8px;
  3376. }
  3377. .x-box-ml {
  3378. background: transparent repeat-y 0;
  3379. padding-left: 4px;
  3380. overflow: hidden;
  3381. zoom: 1;
  3382. }
  3383. .x-box-mc {
  3384. background: repeat-x 0 -16px;
  3385. padding: 4px 10px;
  3386. }
  3387. .x-box-mc h3 {
  3388. margin: 0 0 4px 0;
  3389. zoom: 1;
  3390. }
  3391. .x-box-mr {
  3392. background: transparent repeat-y right;
  3393. padding-right: 4px;
  3394. overflow: hidden;
  3395. }
  3396. .x-box-bl {
  3397. background: transparent no-repeat 0 -16px;
  3398. zoom: 1;
  3399. }
  3400. .x-box-bc {
  3401. background: transparent repeat-x 0 -8px;
  3402. height: 8px;
  3403. overflow: hidden;
  3404. }
  3405. .x-box-br {
  3406. background: transparent no-repeat right -24px;
  3407. }
  3408. .x-box-tl, .x-box-bl {
  3409. padding-left: 8px;
  3410. overflow: hidden;
  3411. }
  3412. .x-box-tr, .x-box-br {
  3413. padding-right: 8px;
  3414. overflow: hidden;
  3415. }
  3416. .x-combo-list {
  3417. border: 1px solid;
  3418. zoom: 1;
  3419. overflow: hidden;
  3420. }
  3421. .x-combo-list-inner {
  3422. overflow: auto;
  3423. position: relative;
  3424. zoom: 1;
  3425. overflow-x: hidden;
  3426. }
  3427. .x-combo-list-hd {
  3428. border-bottom: 1px solid;
  3429. padding: 3px;
  3430. }
  3431. .x-resizable-pinned .x-combo-list-inner {
  3432. border-bottom: 1px solid;
  3433. }
  3434. .x-combo-list-item {
  3435. padding: 2px;
  3436. border: 1px solid;
  3437. white-space: nowrap;
  3438. overflow: hidden;
  3439. text-overflow: ellipsis;
  3440. }
  3441. .x-combo-list .x-combo-selected {
  3442. border: 1px dotted !important;
  3443. cursor: pointer;
  3444. }
  3445. .x-combo-list .x-toolbar {
  3446. border-top: 1px solid;
  3447. border-bottom: 0 none;
  3448. }
  3449. .x-panel {
  3450. border-style: solid;
  3451. border-width: 0;
  3452. }
  3453. .x-panel-header {
  3454. overflow: hidden;
  3455. zoom: 1;
  3456. padding: 5px 3px 4px 5px;
  3457. border: 1px solid;
  3458. line-height: 15px;
  3459. background: transparent repeat-x 0 -1px;
  3460. }
  3461. .x-panel-body {
  3462. border: 1px solid;
  3463. border-top: 0 none;
  3464. overflow: hidden;
  3465. position: relative;
  3466. }
  3467. .x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar {
  3468. border: 1px solid;
  3469. border-top: 0 none;
  3470. overflow: hidden;
  3471. padding: 2px;
  3472. }
  3473. .x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
  3474. border-top: 1px solid;
  3475. border-bottom: 0 none;
  3476. }
  3477. .x-panel-body-noheader, .x-panel-mc .x-panel-body {
  3478. border-top: 1px solid;
  3479. }
  3480. .x-panel-header {
  3481. overflow: hidden;
  3482. zoom: 1;
  3483. }
  3484. .x-panel-tl .x-panel-header {
  3485. padding: 5px 0 4px 0;
  3486. border: 0 none;
  3487. background: transparent;
  3488. line-height: 15px;
  3489. }
  3490. .x-panel-tl .x-panel-icon, .x-window-tl .x-panel-icon {
  3491. padding-left: 20px !important;
  3492. background-repeat: no-repeat;
  3493. background-position: 0 4px;
  3494. zoom: 1;
  3495. }
  3496. .x-panel-inline-icon {
  3497. width: 16px;
  3498. height: 16px;
  3499. background-repeat: no-repeat;
  3500. background-position: 0 0;
  3501. vertical-align: middle;
  3502. margin-right: 4px;
  3503. margin-top: -1px;
  3504. margin-bottom: -1px;
  3505. }
  3506. .x-panel-tc {
  3507. background: transparent repeat-x 0 0;
  3508. overflow: hidden;
  3509. }
  3510. .ext-strict .ext-ie7 .x-panel-tc {
  3511. overflow: visible;
  3512. }
  3513. .x-panel-tl {
  3514. background: transparent no-repeat 0 0;
  3515. padding-left: 6px;
  3516. zoom: 1;
  3517. border-bottom: 1px solid;
  3518. }
  3519. .x-panel-tr {
  3520. background: transparent no-repeat right 0;
  3521. zoom: 1;
  3522. padding-right: 6px;
  3523. }
  3524. .x-panel-bc {
  3525. background: transparent repeat-x 0 bottom;
  3526. zoom: 1;
  3527. }
  3528. .x-panel-bc .x-panel-footer {
  3529. zoom: 1;
  3530. }
  3531. .x-panel-bl {
  3532. background: transparent no-repeat 0 bottom;
  3533. padding-left: 6px;
  3534. zoom: 1;
  3535. }
  3536. .x-panel-br {
  3537. background: transparent no-repeat right bottom;
  3538. padding-right: 6px;
  3539. zoom: 1;
  3540. }
  3541. .x-panel-mc {
  3542. border: 0 none;
  3543. padding: 0;
  3544. margin: 0;
  3545. padding-top: 6px;
  3546. }
  3547. .x-panel-mc .x-panel-body {
  3548. background: transparent;
  3549. border: 0 none;
  3550. }
  3551. .x-panel-ml {
  3552. background: repeat-y 0 0;
  3553. padding-left: 6px;
  3554. zoom: 1;
  3555. }
  3556. .x-panel-mr {
  3557. background: transparent repeat-y right 0;
  3558. padding-right: 6px;
  3559. zoom: 1;
  3560. }
  3561. .x-panel-bc .x-panel-footer {
  3562. padding-bottom: 6px;
  3563. }
  3564. .x-panel-nofooter .x-panel-bc, .x-panel-nofooter .x-window-bc {
  3565. height: 6px;
  3566. font-size: 0;
  3567. line-height: 0;
  3568. }
  3569. .x-panel-bwrap {
  3570. overflow: hidden;
  3571. zoom: 1;
  3572. left: 0;
  3573. top: 0;
  3574. }
  3575. .x-panel-body {
  3576. overflow: hidden;
  3577. zoom: 1;
  3578. }
  3579. .x-panel-collapsed .x-resizable-handle {
  3580. display: none;
  3581. }
  3582. .ext-gecko .x-panel-animated * {
  3583. overflow: hidden !important;
  3584. }
  3585. .x-plain-body {
  3586. overflow: hidden;
  3587. }
  3588. .x-plain-bbar .x-toolbar {
  3589. overflow: hidden;
  3590. padding: 2px;
  3591. }
  3592. .x-plain-tbar .x-toolbar {
  3593. overflow: hidden;
  3594. padding: 2px;
  3595. }
  3596. .x-plain-bwrap {
  3597. overflow: hidden;
  3598. zoom: 1;
  3599. }
  3600. .x-plain {
  3601. overflow: hidden;
  3602. }
  3603. .x-tool {
  3604. overflow: hidden;
  3605. width: 15px;
  3606. height: 15px;
  3607. float: right;
  3608. cursor: pointer;
  3609. background: transparent no-repeat;
  3610. margin-left: 2px;
  3611. }
  3612. .x-tool-toggle {
  3613. background-position: 0 -60px;
  3614. }
  3615. .x-tool-toggle-over {
  3616. background-position: -15px -60px;
  3617. }
  3618. .x-panel-collapsed .x-tool-toggle {
  3619. background-position: 0 -75px;
  3620. }
  3621. .x-panel-collapsed .x-tool-toggle-over {
  3622. background-position: -15px -75px;
  3623. }
  3624. .x-tool-close {
  3625. background-position: 0 -0;
  3626. }
  3627. .x-tool-close-over {
  3628. background-position: -15px 0;
  3629. }
  3630. .x-tool-minimize {
  3631. background-position: 0 -15px;
  3632. }
  3633. .x-tool-minimize-over {
  3634. background-position: -15px -15px;
  3635. }
  3636. .x-tool-maximize {
  3637. background-position: 0 -30px;
  3638. }
  3639. .x-tool-maximize-over {
  3640. background-position: -15px -30px;
  3641. }
  3642. .x-tool-restore {
  3643. background-position: 0 -45px;
  3644. }
  3645. .x-tool-restore-over {
  3646. background-position: -15px -45px;
  3647. }
  3648. .x-tool-gear {
  3649. background-position: 0 -90px;
  3650. }
  3651. .x-tool-gear-over {
  3652. background-position: -15px -90px;
  3653. }
  3654. .x-tool-pin {
  3655. background-position: 0 -135px;
  3656. }
  3657. .x-tool-pin-over {
  3658. background-position: -15px -135px;
  3659. }
  3660. .x-tool-unpin {
  3661. background-position: 0 -150px;
  3662. }
  3663. .x-tool-unpin-over {
  3664. background-position: -15px -150px;
  3665. }
  3666. .x-tool-right {
  3667. background-position: 0 -165px;
  3668. }
  3669. .x-tool-right-over {
  3670. background-position: -15px -165px;
  3671. }
  3672. .x-tool-left {
  3673. background-position: 0 -180px;
  3674. }
  3675. .x-tool-left-over {
  3676. background-position: -15px -180px;
  3677. }
  3678. .x-tool-up {
  3679. background-position: 0 -210px;
  3680. }
  3681. .x-tool-up-over {
  3682. background-position: -15px -210px;
  3683. }
  3684. .x-tool-down {
  3685. background-position: 0 -195px;
  3686. }
  3687. .x-tool-down-over {
  3688. background-position: -15px -195px;
  3689. }
  3690. .x-tool-refresh {
  3691. background-position: 0 -225px;
  3692. }
  3693. .x-tool-refresh-over {
  3694. background-position: -15px -225px;
  3695. }
  3696. .x-tool-minus {
  3697. background-position: 0 -255px;
  3698. }
  3699. .x-tool-minus-over {
  3700. background-position: -15px -255px;
  3701. }
  3702. .x-tool-plus {
  3703. background-position: 0 -240px;
  3704. }
  3705. .x-tool-plus-over {
  3706. background-position: -15px -240px;
  3707. }
  3708. .x-tool-search {
  3709. background-position: 0 -270px;
  3710. }
  3711. .x-tool-search-over {
  3712. background-position: -15px -270px;
  3713. }
  3714. .x-tool-save {
  3715. background-position: 0 -285px;
  3716. }
  3717. .x-tool-save-over {
  3718. background-position: -15px -285px;
  3719. }
  3720. .x-tool-help {
  3721. background-position: 0 -300px;
  3722. }
  3723. .x-tool-help-over {
  3724. background-position: -15px -300px;
  3725. }
  3726. .x-tool-print {
  3727. background-position: 0 -315px;
  3728. }
  3729. .x-tool-print-over {
  3730. background-position: -15px -315px;
  3731. }
  3732. .x-panel-ghost {
  3733. z-index: 12000;
  3734. overflow: hidden;
  3735. position: absolute;
  3736. left: 0;
  3737. top: 0;
  3738. opacity: .65;
  3739. -moz-opacity: .65;
  3740. filter: alpha(opacity = 65);
  3741. }
  3742. .x-panel-ghost ul {
  3743. margin: 0;
  3744. padding: 0;
  3745. overflow: hidden;
  3746. font-size: 0;
  3747. line-height: 0;
  3748. border: 1px solid;
  3749. border-top: 0 none;
  3750. display: block;
  3751. }
  3752. .x-panel-ghost * {
  3753. cursor: move !important;
  3754. }
  3755. .x-panel-dd-spacer {
  3756. border: 2px dashed;
  3757. }
  3758. .x-panel-btns {
  3759. padding: 5px;
  3760. overflow: hidden;
  3761. }
  3762. .x-panel-btns-left .x-buttonbar {
  3763. clear: none;
  3764. }
  3765. .x-panel-btns-center {
  3766. text-align: center;
  3767. }
  3768. .x-panel-btns-center .x-toolbar-ct {
  3769. margin: 0 auto;
  3770. text-align: left;
  3771. width: auto;
  3772. }
  3773. .x-panel-fbar td.x-toolbar-cell {
  3774. padding: 0px;
  3775. }
  3776. .x-panel-fbar {
  3777. display: block;
  3778. padding: 2px;
  3779. position: relative;
  3780. left: 0;
  3781. top: 0;
  3782. zoom: 1;
  3783. overflow: hidden;
  3784. }
  3785. .x-panel-fbar .x-toolbar-cell {
  3786. vertical-align: middle;
  3787. }
  3788. .x-panel-fbar td {
  3789. vertical-align: middle;
  3790. }
  3791. .x-panel-btns .x-btn-focus .x-btn-left {
  3792. background-position: 0 -147px;
  3793. }
  3794. .x-panel-btns .x-btn-focus .x-btn-right {
  3795. background-position: 0 -168px;
  3796. }
  3797. .x-panel-btns .x-btn-focus .x-btn-center {
  3798. background-position: 0 -189px;
  3799. }
  3800. .x-panel-btns .x-btn-over .x-btn-left {
  3801. background-position: 0 -63px;
  3802. }
  3803. .x-panel-btns .x-btn-over .x-btn-right {
  3804. background-position: 0 -84px;
  3805. }
  3806. .x-panel-btns .x-btn-over .x-btn-center {
  3807. background-position: 0 -105px;
  3808. }
  3809. .x-panel-btns .x-btn-click .x-btn-center {
  3810. background-position: 0 -126px;
  3811. }
  3812. .x-panel-btns .x-btn-click .x-btn-right {
  3813. background-position: 0 -84px;
  3814. }
  3815. .x-panel-btns .x-btn-click .x-btn-left {
  3816. background-position: 0 -63px;
  3817. }
  3818. .x-panel-fbar td, .x-panel-fbar span, .x-panel-fbar input, .x-panel-fbar div, .x-panel-fbar select, .x-panel-fbar label {
  3819. white-space: nowrap;
  3820. }
  3821. .x-window {
  3822. zoom: 1;
  3823. }
  3824. .x-window .x-resizable-handle {
  3825. opacity: 0;
  3826. -moz-opacity: 0;
  3827. filter: alpha(opacity = 0);
  3828. }
  3829. .x-window-proxy {
  3830. border: 1px solid;
  3831. z-index: 12000;
  3832. overflow: hidden;
  3833. position: absolute;
  3834. left: 0;
  3835. top: 0;
  3836. display: none;
  3837. opacity: .5;
  3838. -moz-opacity: .5;
  3839. filter: alpha(opacity = 50);
  3840. }
  3841. .x-window-header {
  3842. overflow: hidden;
  3843. zoom: 1;
  3844. }
  3845. .x-window-bwrap {
  3846. z-index: 1;
  3847. position: relative;
  3848. zoom: 1;
  3849. left: 0;
  3850. top: 0;
  3851. }
  3852. .x-window-tl .x-window-header {
  3853. padding: 5px 0 4px 0;
  3854. }
  3855. .x-window-header-text {
  3856. cursor: pointer;
  3857. }
  3858. .x-window-tc {
  3859. background: transparent repeat-x 0 0;
  3860. overflow: hidden;
  3861. zoom: 1;
  3862. }
  3863. .x-window-tl {
  3864. background: transparent no-repeat 0 0;
  3865. padding-left: 6px;
  3866. zoom: 1;
  3867. z-index: 1;
  3868. position: relative;
  3869. }
  3870. .x-window-tr {
  3871. background: transparent no-repeat right 0;
  3872. padding-right: 6px;
  3873. }
  3874. .x-window-bc {
  3875. background: transparent repeat-x 0 bottom;
  3876. zoom: 1;
  3877. }
  3878. .x-window-bc .x-window-footer {
  3879. padding-bottom: 6px;
  3880. zoom: 1;
  3881. font-size: 0;
  3882. line-height: 0;
  3883. }
  3884. .x-window-bl {
  3885. background: transparent no-repeat 0 bottom;
  3886. padding-left: 6px;
  3887. zoom: 1;
  3888. }
  3889. .x-window-br {
  3890. background: transparent no-repeat right bottom;
  3891. padding-right: 6px;
  3892. zoom: 1;
  3893. }
  3894. .x-window-mc {
  3895. border: 1px solid;
  3896. padding: 0;
  3897. margin: 0;
  3898. }
  3899. .x-window-ml {
  3900. background: transparent repeat-y 0 0;
  3901. padding-left: 6px;
  3902. zoom: 1;
  3903. }
  3904. .x-window-mr {
  3905. background: transparent repeat-y right 0;
  3906. padding-right: 6px;
  3907. zoom: 1;
  3908. }
  3909. .x-window-body {
  3910. overflow: hidden;
  3911. }
  3912. .x-window-bwrap {
  3913. overflow: hidden;
  3914. }
  3915. .x-window-maximized .x-window-bl, .x-window-maximized .x-window-br,
  3916. .x-window-maximized .x-window-ml, .x-window-maximized .x-window-mr,
  3917. .x-window-maximized .x-window-tl, .x-window-maximized .x-window-tr {
  3918. padding: 0;
  3919. }
  3920. .x-window-maximized .x-window-footer {
  3921. padding-bottom: 0;
  3922. }
  3923. .x-window-maximized .x-window-tc {
  3924. padding-left: 3px;
  3925. padding-right: 3px;
  3926. }
  3927. .x-window-maximized .x-window-mc {
  3928. border-left: 0 none;
  3929. border-right: 0 none;
  3930. }
  3931. .x-window-tbar .x-toolbar, .x-window-bbar .x-toolbar {
  3932. border-left: 0 none;
  3933. border-right: 0 none;
  3934. }
  3935. .x-window-bbar .x-toolbar {
  3936. border-top: 1px solid;
  3937. border-bottom: 0 none;
  3938. }
  3939. .x-window-draggable, .x-window-draggable .x-window-header-text {
  3940. cursor: move;
  3941. }
  3942. .x-window-maximized .x-window-draggable, .x-window-maximized .x-window-draggable .x-window-header-text {
  3943. cursor: default;
  3944. }
  3945. .x-window-body {
  3946. background: transparent;
  3947. }
  3948. .x-panel-ghost .x-window-tl {
  3949. border-bottom: 1px solid;
  3950. }
  3951. .x-panel-collapsed .x-window-tl {
  3952. border-bottom: 1px solid;
  3953. }
  3954. .x-window-maximized-ct {
  3955. overflow: hidden;
  3956. }
  3957. .x-window-maximized .x-resizable-handle {
  3958. display: none;
  3959. }
  3960. .x-window-sizing-ghost ul {
  3961. border: 0 none !important;
  3962. }
  3963. .x-dlg-focus {
  3964. -moz-outline: 0 none;
  3965. outline: 0 none;
  3966. width: 0;
  3967. height: 0;
  3968. overflow: hidden;
  3969. position: absolute;
  3970. top: 0;
  3971. left: 0;
  3972. }
  3973. .x-dlg-mask {
  3974. z-index: 10000;
  3975. display: none;
  3976. position: absolute;
  3977. top: 0;
  3978. left: 0;
  3979. -moz-opacity: 0.5;
  3980. opacity: .50;
  3981. filter: alpha(opacity = 50);
  3982. }
  3983. body.ext-ie6.x-body-masked select {
  3984. visibility: hidden;
  3985. }
  3986. body.ext-ie6.x-body-masked .x-window select {
  3987. visibility: visible;
  3988. }
  3989. .x-window-plain .x-window-mc {
  3990. border: 1px solid;
  3991. }
  3992. .x-window-plain .x-window-body {
  3993. border: 1px solid;
  3994. background: transparent !important;
  3995. }
  3996. .x-html-editor-wrap {
  3997. border: 1px solid;
  3998. }
  3999. .x-html-editor-tb .x-btn-text {
  4000. background: transparent no-repeat;
  4001. }
  4002. .x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
  4003. padding: 5px;
  4004. padding-bottom: 1px;
  4005. }
  4006. .x-html-editor-tb .x-toolbar {
  4007. position: static !important;
  4008. }
  4009. .x-panel-noborder .x-panel-body-noborder {
  4010. border-width: 0;
  4011. }
  4012. .x-panel-noborder .x-panel-header-noborder {
  4013. border-width: 0 0 1px;
  4014. border-style: solid;
  4015. }
  4016. .x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
  4017. border-width: 0 0 1px;
  4018. border-style: solid;
  4019. }
  4020. .x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
  4021. border-width: 1px 0 0 0;
  4022. border-style: solid;
  4023. }
  4024. .x-window-noborder .x-window-mc {
  4025. border-width: 0;
  4026. }
  4027. .x-window-plain .x-window-body-noborder {
  4028. border-width: 0;
  4029. }
  4030. .x-tab-panel-noborder .x-tab-panel-body-noborder {
  4031. border-width: 0;
  4032. }
  4033. .x-tab-panel-noborder .x-tab-panel-header-noborder {
  4034. border-width: 0 0 1px 0;
  4035. }
  4036. .x-tab-panel-noborder .x-tab-panel-footer-noborder {
  4037. border-width: 1px 0 0 0;
  4038. }
  4039. .x-tab-panel-bbar-noborder .x-toolbar {
  4040. border-width: 1px 0 0 0;
  4041. border-style: solid;
  4042. }
  4043. .x-tab-panel-tbar-noborder .x-toolbar {
  4044. border-width: 0 0 1px;
  4045. border-style: solid;
  4046. }
  4047. .x-border-panel {
  4048. position: absolute;
  4049. left: 0;
  4050. top: 0;
  4051. }
  4052. .x-tool-collapse-south {
  4053. background-position: 0 -195px;
  4054. }
  4055. .x-tool-collapse-south-over {
  4056. background-position: -15px -195px;
  4057. }
  4058. .x-tool-collapse-north {
  4059. background-position: 0 -210px;
  4060. }
  4061. .x-tool-collapse-north-over {
  4062. background-position: -15px -210px;
  4063. }
  4064. .x-tool-collapse-west {
  4065. background-position: 0 -180px;
  4066. }
  4067. .x-tool-collapse-west-over {
  4068. background-position: -15px -180px;
  4069. }
  4070. .x-tool-collapse-east {
  4071. background-position: 0 -165px;
  4072. }
  4073. .x-tool-collapse-east-over {
  4074. background-position: -15px -165px;
  4075. }
  4076. .x-tool-expand-south {
  4077. background-position: 0 -210px;
  4078. }
  4079. .x-tool-expand-south-over {
  4080. background-position: -15px -210px;
  4081. }
  4082. .x-tool-expand-north {
  4083. background-position: 0 -195px;
  4084. }
  4085. .x-tool-expand-north-over {
  4086. background-position: -15px -195px;
  4087. }
  4088. .x-tool-expand-west {
  4089. background-position: 0 -165px;
  4090. }
  4091. .x-tool-expand-west-over {
  4092. background-position: -15px -165px;
  4093. }
  4094. .x-tool-expand-east {
  4095. background-position: 0 -180px;
  4096. }
  4097. .x-tool-expand-east-over {
  4098. background-position: -15px -180px;
  4099. }
  4100. .x-tool-expand-north, .x-tool-expand-south {
  4101. float: right;
  4102. margin: 3px;
  4103. }
  4104. .x-tool-expand-east, .x-tool-expand-west {
  4105. float: none;
  4106. margin: 3px auto;
  4107. }
  4108. .x-accordion-hd .x-tool-toggle {
  4109. background-position: 0 -255px;
  4110. }
  4111. .x-accordion-hd .x-tool-toggle-over {
  4112. background-position: -15px -255px;
  4113. }
  4114. .x-panel-collapsed .x-accordion-hd .x-tool-toggle {
  4115. background-position: 0 -240px;
  4116. }
  4117. .x-panel-collapsed .x-accordion-hd .x-tool-toggle-over {
  4118. background-position: -15px -240px;
  4119. }
  4120. .x-accordion-hd {
  4121. padding-top: 4px;
  4122. padding-bottom: 3px;
  4123. border-top: 0 none;
  4124. background: transparent repeat-x 0 -9px;
  4125. }
  4126. .x-layout-collapsed {
  4127. position: absolute;
  4128. left: -10000px;
  4129. top: -10000px;
  4130. visibility: hidden;
  4131. width: 20px;
  4132. height: 20px;
  4133. overflow: hidden;
  4134. border: 1px solid;
  4135. z-index: 20;
  4136. }
  4137. .ext-border-box .x-layout-collapsed {
  4138. width: 22px;
  4139. height: 22px;
  4140. }
  4141. .x-layout-collapsed-over {
  4142. cursor: pointer;
  4143. }
  4144. .x-layout-collapsed-west .x-layout-collapsed-tools, .x-layout-collapsed-east .x-layout-collapsed-tools {
  4145. position: absolute;
  4146. top: 0;
  4147. left: 0;
  4148. width: 20px;
  4149. height: 20px;
  4150. }
  4151. .x-layout-split {
  4152. position: absolute;
  4153. height: 5px;
  4154. width: 5px;
  4155. line-height: 1px;
  4156. font-size: 1px;
  4157. z-index: 3;
  4158. background-color: transparent;
  4159. }
  4160. .ext-strict .ext-ie6 .x-layout-split {
  4161. background-color: #fff !important;
  4162. filter: alpha(opacity = 1);
  4163. }
  4164. .x-layout-split-h {
  4165. background-image: url(../images/default/s.gif);
  4166. background-position: left;
  4167. }
  4168. .x-layout-split-v {
  4169. background-image: url(../images/default/s.gif);
  4170. background-position: top;
  4171. }
  4172. .x-column-layout-ct {
  4173. overflow: hidden;
  4174. zoom: 1;
  4175. }
  4176. .x-column {
  4177. float: left;
  4178. padding: 0;
  4179. margin: 0;
  4180. overflow: hidden;
  4181. zoom: 1;
  4182. }
  4183. .x-column-inner {
  4184. overflow: hidden;
  4185. zoom: 1;
  4186. }
  4187. .x-layout-mini {
  4188. position: absolute;
  4189. top: 0;
  4190. left: 0;
  4191. display: block;
  4192. width: 5px;
  4193. height: 35px;
  4194. cursor: pointer;
  4195. opacity: .5;
  4196. -moz-opacity: .5;
  4197. filter: alpha(opacity = 50);
  4198. }
  4199. .x-layout-mini-over, .x-layout-collapsed-over .x-layout-mini {
  4200. opacity: 1;
  4201. -moz-opacity: 1;
  4202. filter: none;
  4203. }
  4204. .x-layout-split-west .x-layout-mini {
  4205. top: 48%;
  4206. }
  4207. .x-layout-split-east .x-layout-mini {
  4208. top: 48%;
  4209. }
  4210. .x-layout-split-north .x-layout-mini {
  4211. left: 48%;
  4212. height: 5px;
  4213. width: 35px;
  4214. }
  4215. .x-layout-split-south .x-layout-mini {
  4216. left: 48%;
  4217. height: 5px;
  4218. width: 35px;
  4219. }
  4220. .x-layout-cmini-west .x-layout-mini {
  4221. top: 48%;
  4222. }
  4223. .x-layout-cmini-east .x-layout-mini {
  4224. top: 48%;
  4225. }
  4226. .x-layout-cmini-north .x-layout-mini {
  4227. left: 48%;
  4228. height: 5px;
  4229. width: 35px;
  4230. }
  4231. .x-layout-cmini-south .x-layout-mini {
  4232. left: 48%;
  4233. height: 5px;
  4234. width: 35px;
  4235. }
  4236. .x-layout-cmini-west, .x-layout-cmini-east {
  4237. border: 0 none;
  4238. width: 5px !important;
  4239. padding: 0;
  4240. background: transparent;
  4241. }
  4242. .x-layout-cmini-north, .x-layout-cmini-south {
  4243. border: 0 none;
  4244. height: 5px !important;
  4245. padding: 0;
  4246. background: transparent;
  4247. }
  4248. .x-viewport, .x-viewport body {
  4249. margin: 0;
  4250. padding: 0;
  4251. border: 0 none;
  4252. overflow: hidden;
  4253. height: 100%;
  4254. }
  4255. .x-abs-layout-item {
  4256. position: absolute;
  4257. left: 0;
  4258. top: 0;
  4259. }
  4260. .ext-ie input.x-abs-layout-item, .ext-ie textarea.x-abs-layout-item {
  4261. margin: 0;
  4262. }
  4263. .x-box-layout-ct {
  4264. overflow: hidden;
  4265. zoom: 1;
  4266. }
  4267. .x-box-inner {
  4268. overflow: hidden;
  4269. zoom: 1;
  4270. position: relative;
  4271. left: 0;
  4272. top: 0;
  4273. }
  4274. .x-box-item {
  4275. position: absolute !important;
  4276. left: 0;
  4277. top: 0;
  4278. }
  4279. .x-progress-wrap {
  4280. border: 1px solid;
  4281. overflow: hidden;
  4282. }
  4283. .x-progress-inner {
  4284. height: 18px;
  4285. background: repeat-x;
  4286. position: relative;
  4287. }
  4288. .x-progress-bar {
  4289. height: 18px;
  4290. float: left;
  4291. width: 0;
  4292. background: repeat-x left center;
  4293. border-top: 1px solid;
  4294. border-bottom: 1px solid;
  4295. border-right: 1px solid;
  4296. }
  4297. .x-progress-text {
  4298. padding: 1px 5px;
  4299. overflow: hidden;
  4300. position: absolute;
  4301. left: 0;
  4302. text-align: center;
  4303. }
  4304. .x-progress-text-back {
  4305. line-height: 16px;
  4306. }
  4307. .ext-ie .x-progress-text-back {
  4308. line-height: 15px;
  4309. }
  4310. .x-slider {
  4311. zoom: 1;
  4312. }
  4313. .x-slider-inner {
  4314. position: relative;
  4315. left: 0;
  4316. top: 0;
  4317. overflow: visible;
  4318. zoom: 1;
  4319. }
  4320. .x-slider-focus {
  4321. position: absolute;
  4322. left: 0;
  4323. top: 0;
  4324. width: 1px;
  4325. height: 1px;
  4326. line-height: 1px;
  4327. font-size: 1px;
  4328. -moz-outline: 0 none;
  4329. outline: 0 none;
  4330. -moz-user-select: none;
  4331. -khtml-user-select: none;
  4332. -webkit-user-select: ignore display: block;
  4333. overflow: hidden;
  4334. }
  4335. .x-slider-horz {
  4336. padding-left: 7px;
  4337. background: transparent no-repeat 0 -22px;
  4338. }
  4339. .x-slider-horz .x-slider-end {
  4340. padding-right: 7px;
  4341. zoom: 1;
  4342. background: transparent no-repeat right -44px;
  4343. }
  4344. .x-slider-horz .x-slider-inner {
  4345. background: transparent repeat-x 0 0;
  4346. height: 22px;
  4347. }
  4348. .x-slider-horz .x-slider-thumb {
  4349. width: 14px;
  4350. height: 15px;
  4351. position: absolute;
  4352. left: 0;
  4353. top: 3px;
  4354. background: transparent no-repeat 0 0;
  4355. }
  4356. .x-slider-horz .x-slider-thumb-over {
  4357. background-position: -14px -15px;
  4358. }
  4359. .x-slider-horz .x-slider-thumb-drag {
  4360. background-position: -28px -30px;
  4361. }
  4362. .x-slider-vert {
  4363. padding-top: 7px;
  4364. background: transparent no-repeat -44px 0;
  4365. width: 22px;
  4366. }
  4367. .x-slider-vert .x-slider-end {
  4368. padding-bottom: 7px;
  4369. zoom: 1;
  4370. background: transparent no-repeat -22px bottom;
  4371. }
  4372. .x-slider-vert .x-slider-inner {
  4373. background: transparent repeat-y 0 0;
  4374. }
  4375. .x-slider-vert .x-slider-thumb {
  4376. width: 15px;
  4377. height: 14px;
  4378. position: absolute;
  4379. left: 3px;
  4380. bottom: 0;
  4381. background: transparent no-repeat 0 0;
  4382. }
  4383. .x-slider-vert .x-slider-thumb-over {
  4384. background-position: -15px -14px;
  4385. }
  4386. .x-slider-vert .x-slider-thumb-drag {
  4387. background-position: -30px -28px;
  4388. }
  4389. .x-window-dlg .x-window-body {
  4390. border: 0 none !important;
  4391. padding: 5px 10px;
  4392. overflow: hidden !important;
  4393. }
  4394. .x-window-dlg .x-window-mc {
  4395. border: 0 none !important;
  4396. }
  4397. .x-window-dlg .ext-mb-input {
  4398. margin-top: 4px;
  4399. width: 95%;
  4400. }
  4401. .x-window-dlg .ext-mb-textarea {
  4402. margin-top: 4px;
  4403. }
  4404. .x-window-dlg .x-progress-wrap {
  4405. margin-top: 4px;
  4406. }
  4407. .ext-ie .x-window-dlg .x-progress-wrap {
  4408. margin-top: 6px;
  4409. }
  4410. .x-window-dlg .x-msg-box-wait {
  4411. background: transparent no-repeat left;
  4412. display: block;
  4413. width: 300px;
  4414. padding-left: 18px;
  4415. line-height: 18px;
  4416. }
  4417. .x-window-dlg .ext-mb-icon {
  4418. float: left;
  4419. width: 47px;
  4420. height: 32px;
  4421. }
  4422. .ext-ie .x-window-dlg .ext-mb-icon {
  4423. width: 44px;
  4424. }
  4425. .x-window-dlg .x-dlg-icon .ext-mb-content {
  4426. zoom: 1;
  4427. margin-left: 47px;
  4428. }
  4429. .x-window-dlg .ext-mb-info, .x-window-dlg .ext-mb-warning, .x-window-dlg .ext-mb-question, .x-window-dlg .ext-mb-error {
  4430. background: transparent no-repeat top left;
  4431. }
  4432. .ext-gecko2 .ext-mb-fix-cursor {
  4433. overflow: auto;
  4434. }
  4435. .arrow-top {
  4436. background: url(../images/gxt/icons/top2.gif) no-repeat center left !important;
  4437. }
  4438. .arrow-bottom {
  4439. background: url(../images/gxt/icons/bottom2.gif) no-repeat center left !important;
  4440. }
  4441. .arrow-up {
  4442. background: url(../images/gxt/icons/up2.gif) no-repeat center left !important;
  4443. }
  4444. .arrow-down {
  4445. background: url(../images/gxt/icons/down2.gif) no-repeat center left !important;
  4446. }
  4447. .arrow-left {
  4448. background: url(../images/gxt/icons/left2.gif) no-repeat center left !important;
  4449. }
  4450. .arrow-double-left {
  4451. background: url(../images/gxt/icons/doubleleft2.gif) no-repeat center left !important;
  4452. }
  4453. .arrow-right {
  4454. background: url(../images/gxt/icons/right2.gif) no-repeat center left !important;
  4455. }
  4456. .arrow-double-right {
  4457. background: url(../images/gxt/icons/doubleright2.gif) no-repeat center left !important;
  4458. }
  4459. .x-info {
  4460. border-style: solid;
  4461. border-color: #99bbe8;
  4462. border-width: 0;
  4463. z-index: 99999999;
  4464. }
  4465. .x-info-header {
  4466. overflow: hidden;
  4467. zoom: 1;
  4468. color: black;
  4469. font: bold 13px tahoma, arial, verdana, sans-serif;
  4470. padding: 5px 3px 4px 5px;
  4471. line-height: 15px;
  4472. background: transparent url(../images/default/panel/white-top-bottom.gif) repeat-x 0 -1px;
  4473. }
  4474. .x-info-body {
  4475. border-top: 0 none;
  4476. overflow: hidden;
  4477. background: white;
  4478. position: relative; /* added for item scroll positioning */
  4479. }
  4480. .x-info-header {
  4481. overflow: hidden;
  4482. zoom: 1;
  4483. }
  4484. .x-info-tl .x-info-header {
  4485. color: #555555;
  4486. font-family: tahoma, arial, sans-serif;
  4487. font-size: 13px;
  4488. font-size-adjust: none;
  4489. font-stretch: normal;
  4490. font-style: normal;
  4491. font-variant: normal;
  4492. font-weight: bold;
  4493. line-height: normal;
  4494. padding: 5px 0 4px 0;
  4495. border: 0 none;
  4496. background: transparent;
  4497. }
  4498. .x-info-tl .x-info-icon, .x-window-tl .x-info-icon {
  4499. padding-left: 20px !important;
  4500. background-repeat: no-repeat;
  4501. background-position: 0 4px;
  4502. zoom: 1;
  4503. }
  4504. .x-info-inline-icon {
  4505. width: 16px;
  4506. height: 16px;
  4507. background-repeat: no-repeat;
  4508. background-position: 0 0;
  4509. vertical-align: middle;
  4510. margin-right: 4px;
  4511. margin-top: -1px;
  4512. margin-bottom: -1px;
  4513. }
  4514. .x-info-tc {
  4515. background: transparent url(../images/gxt/info/top-bottom.gif) repeat-x 0 0;
  4516. overflow: hidden;
  4517. }
  4518. /* fix ie7 strict mode bug */
  4519. .ext-ie7 .x-info-tc {
  4520. overflow: visible;
  4521. }
  4522. .x-info-tl {
  4523. background: transparent url(../images/gxt/info/corners-sprite.gif) no-repeat 0 0;
  4524. padding-left: 6px;
  4525. zoom: 1;
  4526. }
  4527. .x-info-tr {
  4528. background: transparent url(../images/gxt/info/corners-sprite.gif) no-repeat right 0;
  4529. zoom: 1;
  4530. padding-right: 6px;
  4531. }
  4532. .x-info-bc {
  4533. background: transparent url(../images/default/panel/top-bottom.gif) repeat-x 0 bottom;
  4534. zoom: 1;
  4535. font-size: 0px;
  4536. }
  4537. .x-info-bc .x-info-footer {
  4538. zoom: 1;
  4539. }
  4540. .x-info-bl {
  4541. background: transparent url(../images/default/panel/corners-sprite.gif) no-repeat 0 bottom;
  4542. padding-left: 6px;
  4543. zoom: 1;
  4544. }
  4545. .x-info-br {
  4546. background: transparent url(../images/default/panel/corners-sprite.gif) no-repeat right bottom;
  4547. padding-right: 6px;
  4548. zoom: 1;
  4549. }
  4550. .x-info-mc {
  4551. border: 0 none;
  4552. padding: 0;
  4553. margin: 0;
  4554. font: normal 11px tahoma, arial, helvetica, sans-serif;
  4555. background: #dfe8f6;
  4556. }
  4557. .x-info-mc .x-info-body {
  4558. background: transparent;
  4559. border: 0 none;
  4560. }
  4561. .x-info-ml {
  4562. background: #fff url(../images/default/panel/left-right.gif) repeat-y 0 0;
  4563. padding-left: 6px;
  4564. zoom: 1;
  4565. }
  4566. .x-info-mr {
  4567. background: transparent url(../images/default/panel/left-right.gif) repeat-y right 0;
  4568. padding-right: 6px;
  4569. zoom: 1;
  4570. }
  4571. .x-info-bc .x-info-footer {
  4572. padding-bottom: 6px;
  4573. }
  4574. .x-info-nofooter .x-info-bc, .x-panel-nofooter .x-info-bc {
  4575. height: 6px;
  4576. font-size: 0;
  4577. line-height: 0;
  4578. }
  4579. .x-info-bwrap {
  4580. overflow: hidden;
  4581. zoom: 1;
  4582. }
  4583. .x-info-body {
  4584. overflow: hidden;
  4585. zoom: 1;
  4586. color: #555555;
  4587. font-family: tahoma, arial, sans-serif;
  4588. font-size: 12px;
  4589. font-size-adjust: none;
  4590. font-style: normal;
  4591. font-variant: normal;
  4592. font-weight: normal;
  4593. }
  4594. .x-combo-over {
  4595. border: 1px dotted #B5B4B4 !important;
  4596. background: #F1F1F1;
  4597. cursor: pointer;
  4598. }
  4599. .my-list {
  4600. border: 1px solid #99BBE8;
  4601. -moz-outline: none;
  4602. -moz-user-focus: normal;
  4603. background-color: white;
  4604. font-family: "Myriad Pro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif;
  4605. }
  4606. .my-list-notchecked {
  4607. background: url(../images/gxt/tree/notchecked.gif) no-repeat 0px 0px !important;
  4608. margin: 3px 0pt 0pt 0px;
  4609. }
  4610. .my-list-checked {
  4611. background: url(../images/gxt/tree/checked.gif) no-repeat 0px 0px !important;
  4612. margin: 3px 0pt 0pt 0px;
  4613. }
  4614. .ext-ie .my-list-notchecked {
  4615. margin: 2px 0pt 0pt 0px;
  4616. }
  4617. .ext-ie .my-list-checked {
  4618. margin: 2px 0pt 0pt 0px;
  4619. }
  4620. .my-list-flat {
  4621. border: 1px solid #6593cf;
  4622. -moz-outline: none;
  4623. -moz-user-focus: normal;
  4624. background-color: white;
  4625. cursor: default;
  4626. }
  4627. .my-list-item {
  4628. cursor: pointer;
  4629. -moz-outline: none;
  4630. -moz-user-focus: normal;
  4631. }
  4632. .my-list-flat .my-list-item {
  4633. height: 19px;
  4634. border: 1px solid white;
  4635. }
  4636. .my-list-flat .my-list-item-over {
  4637. background-color: #F1F1F1;
  4638. border: 1px dotted #B5B4B4;
  4639. }
  4640. .my-list-flat .my-list-item-sel {
  4641. background-color: #DFE8F6;
  4642. border: 1px dotted #9EB8ED;
  4643. }
  4644. .my-list-flat .my-list-item-over .my-list-item-l {
  4645. background: none;
  4646. }
  4647. .my-list-flat .my-list-item-over .my-list-item-icon, .my-list-flat .my-list-item-over .my-list-item-ml, .my-list-flat .my-list-item-over .my-list-item-c {
  4648. background: none;
  4649. }
  4650. .my-list-flat .my-list-item-over .my-list-item-r {
  4651. background: none;
  4652. }
  4653. .my-list-flat .my-list-item-sel .my-list-item-l {
  4654. background: none;
  4655. }
  4656. .my-list-flat .my-list-item-sel .my-list-item-icon, .my-list-flat .my-list-item-sel .my-list-item-ml, .my-list-flat .my-list-item-sel .my-list-item-c {
  4657. background: none;
  4658. }
  4659. .my-list-flat .my-list-item-sel .my-list-item-r {
  4660. background: none;
  4661. }
  4662. .my-list-item-text {
  4663. font-size: 11px;
  4664. padding-top: 3px;
  4665. padding-left: 2px;
  4666. white-space: nowrap;
  4667. overflow: hidden;
  4668. line-height: 19px;
  4669. }
  4670. .my-list-item-l div {
  4671. width: 5px;
  4672. }
  4673. .my-list-item-ml {
  4674. width: 18px;
  4675. }
  4676. .my-list-item-c {
  4677. width: 100%;
  4678. }
  4679. .my-list-item-r div {
  4680. width: 3px;
  4681. }
  4682. .my-list-item-over .my-list-item-l {
  4683. background: url(../images/gxt/shared/select-19-bg.gif) no-repeat left -57px;
  4684. }
  4685. .my-list-item-over .my-list-item-icon, .my-list-item-over .my-list-item-check, .my-list-item-over .my-list-item-c {
  4686. background: url(../images/gxt/shared/select-19-bg.gif) repeat-x left -95px;
  4687. }
  4688. .my-list-item-over .my-list-item-r {
  4689. background: url(../images/gxt/shared/select-19-bg.gif) no-repeat right -76px;
  4690. }
  4691. .my-list-item-sel .my-list-item-l {
  4692. background: url(../images/gxt/shared/select-19-bg.gif) no-repeat left 0px;
  4693. }
  4694. .my-list-item-sel .my-list-item-icon, .my-list-item-sel .my-list-item-check, .my-list-item-sel .my-list-item-c {
  4695. background: url(../images/gxt/shared/select-19-bg.gif) left -38px;
  4696. }
  4697. .my-list-item-sel .my-list-item-r {
  4698. background: url(../images/gxt/shared/select-19-bg.gif) no-repeat right -19px;
  4699. }
  4700. .x-view {
  4701. -moz-outline: none;
  4702. -moz-user-focus: normal;
  4703. padding: 1px;
  4704. background-color: white;
  4705. cursor: default;
  4706. border: 1px solid #98C0F4;
  4707. overflow: hidden;
  4708. }
  4709. .x-view-item {
  4710. border: 1px solid #FFFFFF;
  4711. font-family: tahoma, arial, helvetica, sans-serif;
  4712. font-size: 12px;
  4713. font-size-adjust: none;
  4714. font-stretch: normal;
  4715. font-style: normal;
  4716. font-variant: normal;
  4717. font-weight: normal;
  4718. line-height: normal;
  4719. overflow: hidden;
  4720. padding: 2px;
  4721. white-space: nowrap;
  4722. }
  4723. .x-view-item-over {
  4724. background: #efefef url(../images/default/grid/row-over.gif) repeat-x left top;
  4725. border: 1px dotted #dddddd !important;
  4726. cursor: pointer;
  4727. }
  4728. .x-view-item-sel {
  4729. background: #DFE8F6 none repeat scroll 0%;
  4730. border: 1px dotted #A3BAE9 !important;
  4731. cursor: pointer;
  4732. }
  4733. .x-view-item-check {
  4734. padding: 0px;
  4735. }
  4736. .x-view-item-check td {
  4737. font-family: tahoma, arial, helvetica, sans-serif;
  4738. font-size: 12px;
  4739. font-size-adjust: none;
  4740. font-stretch: normal;
  4741. font-style: normal;
  4742. font-variant: normal;
  4743. font-weight: normal;
  4744. line-height: normal;
  4745. white-space: nowrap;
  4746. vertical-align: middle;
  4747. padding-left: 1px;
  4748. }
  4749. .x-splitbar-shim {
  4750. filter: alpha(opacity = 1);
  4751. opacity: 0;
  4752. position: absolute;
  4753. width: 100%;
  4754. height: 100%;
  4755. z-index: 10;
  4756. background-color: white;
  4757. -moz-user-select: none;
  4758. -khtml-user-select: none;
  4759. user-select: none;
  4760. -moz-outline: none;
  4761. -moz-user-focus: normal;
  4762. }
  4763. .x-vsplitbar {
  4764. background: url(../images/default/s.gif);
  4765. position: absolute;
  4766. z-index: 3;
  4767. cursor: e-resize;
  4768. cursor: col-resize;
  4769. }
  4770. .x-hsplitbar {
  4771. background: url(../images/default/s.gif);
  4772. position: absolute;
  4773. font-size: 1px;
  4774. line-height: 1px;
  4775. z-index: 3;
  4776. cursor: s-resize;
  4777. cursor: row-resize;
  4778. }
  4779. .x-splitbar-proxy {
  4780. position: absolute;
  4781. background-color: #929090;
  4782. font-size: 1px;
  4783. line-height: 1px;
  4784. z-index: 200;
  4785. }
  4786. .my-splitbar-shim {
  4787. filter: alpha(opacity = 1);
  4788. opacity: 0;
  4789. position: absolute;
  4790. width: 100%;
  4791. height: 100%;
  4792. z-index: 10;
  4793. background-color: white;
  4794. -moz-user-select: none;
  4795. -khtml-user-select: none;
  4796. user-select: none;
  4797. -moz-outline: none;
  4798. -moz-user-focus: normal;
  4799. }
  4800. .my-splitbar-transparent {
  4801. background: none;
  4802. font-size: 1px;
  4803. line-height: 1px;
  4804. z-index: 2000;
  4805. }
  4806. .my-splitbar-proxy {
  4807. position: absolute;
  4808. background-color: #929090;
  4809. font-size: 1px;
  4810. line-height: 1px;
  4811. z-index: 200;
  4812. }
  4813. .x-status {
  4814. padding: 0 4px;
  4815. height: 21px;
  4816. line-height: 21px !important;
  4817. cursor: default;
  4818. }
  4819. .x-status .x-status-text {
  4820. padding: 2px;
  4821. line-height: 21px !important;
  4822. }
  4823. .x-status-icon {
  4824. padding-left: 25px !important;
  4825. background: transparent no-repeat left center;
  4826. }
  4827. .x-status-busy {
  4828. background-image: url(../images/default/grid/loading.gif);
  4829. }
  4830. .x-status-text-panel {
  4831. border: 1px solid;
  4832. border-color: #99bbe8 #fff #fff #99bbe8;
  4833. }
  4834. .my-tbl {
  4835. border: 1px solid #99BBE8;
  4836. cursor: default;
  4837. background-color: white;
  4838. overflow: hidden;
  4839. -moz-outline: none;
  4840. -moz-user-focus: normal;
  4841. font-family: arial, tahoma, helvetica, sans-serif;
  4842. font-size: 11px;
  4843. table-layout: fixed;
  4844. }
  4845. .my-tbl-col-overflow {
  4846. overflow: hidden;
  4847. }
  4848. .ext-ie .my-tbl-col-overflow {
  4849. }
  4850. .my-tbl-col-text {
  4851. color: black;
  4852. padding: 5px 4px 0 4px;
  4853. display: block;
  4854. white-space: nowrap;
  4855. font-family: arial, tahoma, helvetica, sans-serif;
  4856. font-size: 11px;
  4857. }
  4858. .my-tbl-col {
  4859. border-right: 1px solid #D5D5D5;
  4860. background: url(../images/gxt/table/vs-column-bg.gif) repeat-x;
  4861. }
  4862. .my-tbl-col-splitter {
  4863. position: absolute;
  4864. top: 0;
  4865. width: 6px;
  4866. z-index: 100;
  4867. height: 100%;
  4868. right: 0px;
  4869. }
  4870. .my-tbl-col-over {
  4871. background: url(../images/gxt/table/vs-column-bg.gif) repeat-x 0px -24px;
  4872. }
  4873. .my-tbl-col-sort {
  4874. background-position: 0px -48px;
  4875. }
  4876. .my-icon-asc {
  4877. background-image: url(../images/gxt/icons/hmenu-asc.gif) !important;
  4878. }
  4879. .my-icon-desc {
  4880. background-image: url(../images/gxt/icons/hmenu-desc.gif) !important;
  4881. }
  4882. .my-tbl-col-asc {
  4883. background: url(../images/gxt/table/vsort-asc.gif) no-repeat 50% top;
  4884. }
  4885. .my-tbl-col-desc {
  4886. background: url(../images/gxt/table/vsort-desc.gif) no-repeat 50% top;
  4887. }
  4888. .my-tbl-col-splitter {
  4889. background: none;
  4890. }
  4891. .my-tbl-data {
  4892. background-color: white;
  4893. overflow: hidden;
  4894. -moz-outline: none;
  4895. -moz-user-focus: normal;
  4896. }
  4897. .my-tbl-item {
  4898. border-top: 1px solid white;
  4899. border-bottom: 1px solid white;
  4900. border-bottom: 1px solid #EDEDED;
  4901. cursor: default;
  4902. -moz-outline: none;
  4903. -moz-user-focus: normal;
  4904. }
  4905. .my-tbl-item table {
  4906. -moz-outline: none;
  4907. -moz-user-focus: normal;
  4908. table-layout: fixed;
  4909. }
  4910. .my-tbl-data .my-tbl-item-cell {
  4911. -moz-outline: none;
  4912. -moz-user-focus: normal;
  4913. }
  4914. .my-tbl-item td {
  4915. -moz-user-select: none;
  4916. -moz-outline: none;
  4917. -moz-user-focus: normal;
  4918. }
  4919. .my-tbl-vlines .my-tbl-data .my-tbl-item-cell-overflow {
  4920. border-right: 1px solid #EDEDED;
  4921. }
  4922. .my-tbl-data .my-tbl-item-cell-overflow {
  4923. white-space: nowrap;
  4924. overflow: hidden;
  4925. -moz-outline: none;
  4926. -moz-user-focus: normal;
  4927. }
  4928. .my-tbl-data .my-tbl-item-cell-text {
  4929. padding: 3px 4px;
  4930. font-family: arial, tahoma, helvetica, sans-serif;
  4931. font-size: 11px;
  4932. -moz-outline: none;
  4933. -moz-user-focus: normal;
  4934. }
  4935. .my-tbl-data .my-tbl-item-cell-widget {
  4936. padding: 1px 4px;
  4937. }
  4938. .my-tbl-data tr {
  4939. overflow: hidden;
  4940. }
  4941. .my-tbl-item-over {
  4942. border-top: 1px solid #dddddd;
  4943. border-bottom: 1px solid #dddddd;
  4944. background: #efefef url(../images/default/grid/row-over.gif) repeat-x left top;
  4945. }
  4946. .my-tbl-item-sel {
  4947. background-image: none !important;
  4948. background-color: #D9E1ED !important;
  4949. border-top: 1px dotted #9EB8ED !important;
  4950. border-bottom: 1px dotted #9EB8ED !important;
  4951. }
  4952. .ext-ie .my-tbl TD .x-form-text {
  4953. POSITION: static;
  4954. TOP: 0px;
  4955. }
  4956. .tree-folder {
  4957. background: url(../images/gxt/icons/folder-closed.gif) no-repeat -1px -1px;
  4958. }
  4959. .tree-folder-open {
  4960. background: url(../images/gxt/icons/folder.gif) no-repeat -1px -1px;
  4961. }
  4962. .my-treetbl-tree {
  4963. cursor: default;
  4964. }
  4965. .my-treetblitem, .my-treetblitem table, .my-treetblitem table td {
  4966. -moz-outline: none;
  4967. -moz-user-focus: normal;
  4968. }
  4969. .my-treetblitem td {
  4970. height: 19px;
  4971. }
  4972. .my-treetbl-indent {
  4973. line-height: 1px;
  4974. font-size: 1px;
  4975. }
  4976. .my-treetbl-joint div {
  4977. width: 15px;
  4978. height: 19px;
  4979. line-height: 1px;
  4980. font-size: 1px;
  4981. }
  4982. .my-treetbl-left, .my-treetbl-left div, .my-treetbl-right {
  4983. line-height: 1px;
  4984. font-size: 1px;
  4985. width: 3px;
  4986. }
  4987. .my-treetbl-left div, .my-treetbl-right div {
  4988. width: 3px;
  4989. }
  4990. .my-treetbl-check div {
  4991. width: 17px;
  4992. height: 19px;
  4993. line-height: 1px;
  4994. font-size: 1px;
  4995. display: block;
  4996. }
  4997. .my-treetbl-icon div {
  4998. width: 16px;
  4999. height: 16px;
  5000. margin-top: 1px;
  5001. cursor: pointer;
  5002. background-repeat: no-repeat;
  5003. background-position: center;
  5004. }
  5005. .my-ie .my-treetbl-icon {
  5006. padding-top: 2px;
  5007. }
  5008. .my-ie .my-treetbl-icon div {
  5009. position: static;
  5010. }
  5011. .my-treetbl-item-text span {
  5012. font-family: arial, tahoma, helvetica, sans-serif;
  5013. font-size: 12px;
  5014. white-space: nowrap;
  5015. padding-left: 3px;
  5016. padding-right: 3px;
  5017. display: block;
  5018. height: 15px;
  5019. cursor: pointer;
  5020. }
  5021. .my-treetbl-over .my-treetbl-left {
  5022. background: url(../images/gxt/shared/select-19-bg.gif) no-repeat left -57px;
  5023. }
  5024. .my-treetbl-over .my-treetbl-right {
  5025. background: url(../images/gxt/shared/select-19-bg.gif) no-repeat right -76px;
  5026. }
  5027. .my-treetbl-over .my-treetbl-check, .my-treetbl-over .my-treetbl-icon, .my-treetbl-over .my-treetbl-item-text {
  5028. background: url(../images/gxt/shared/select-19-bg.gif) left -95px;
  5029. }
  5030. .my-treetbl-sel .my-treetbl-left {
  5031. background: url(../images/gxt/shared/select-19-bg.gif) no-repeat left 0px;
  5032. }
  5033. .my-treetbl-sel .my-treetbl-right {
  5034. background: url(../images/gxt/shared/select-19-bg.gif) no-repeat right -19px;
  5035. }
  5036. .my-treetbl-sel .my-treetbl-check, .my-treetbl-sel .my-treetbl-icon, .my-treetbl-sel .my-treetbl-item-text {
  5037. background: url(../images/gxt/shared/select-19-bg.gif) left -38px;
  5038. }
  5039. .my-treetbl-close {
  5040. background: url(../images/gxt/tree/vnode_transparent.gif) no-repeat 0px 1px;
  5041. }
  5042. .my-treetbl-open {
  5043. background: url(../images/gxt/tree/vnode_transparent.gif) no-repeat 0px -32px;
  5044. }
  5045. .my-treetbl-joint-over .my-treetbl-open {
  5046. background: url(../images/gxt/tree/vnode_transparent.gif) no-repeat 0px -48px;
  5047. }
  5048. .my-treetbl-joint-over .my-treetbl-close {
  5049. background: url(../images/gxt/tree/vnode_transparent.gif) no-repeat 0px -15px;
  5050. }
  5051. .my-treetbl-notchecked {
  5052. background: url(../images/gxt/tree/notchecked.gif) no-repeat 0px 50%;
  5053. }
  5054. .my-treetbl-checked {
  5055. background: url(../images/gxt/tree/checked.gif) no-repeat 0px 50%;
  5056. }
  5057. .my-treetbl-loading .tree-folder {
  5058. background: url(../images/gxt/icons/wait.gif) no-repeat 0px -1px;
  5059. }
  5060. .my-treetbl-loading .my-treetbl-item-text span {
  5061. font-style: italic;
  5062. }
  5063. .my-treetbl {
  5064. border: 1px solid #99BBE8;
  5065. cursor: default;
  5066. background-color: white;
  5067. overflow: hidden;
  5068. -moz-outline: none;
  5069. -moz-user-focus: normal;
  5070. }
  5071. .my-treetbl-col-overflow {
  5072. overflow: hidden;
  5073. -moz-outline: none;
  5074. -moz-user-focus: normal;
  5075. }
  5076. .my-treetbl-col-text {
  5077. color: black;
  5078. padding: 5px 4px 0 4px;
  5079. display: block;
  5080. white-space: nowrap;
  5081. font-family: arial, tahoma, helvetica, sans-serif;
  5082. font-size: 12px;
  5083. }
  5084. .my-treetbl-col {
  5085. border-right: 1px solid #D5D5D5;
  5086. background: url(../images/gxt/table/vs-column-bg.gif) repeat-x;
  5087. }
  5088. .my-treetbl-col-splitter {
  5089. position: absolute;
  5090. top: 0;
  5091. width: 6px;
  5092. z-index: 100;
  5093. height: 100%;
  5094. right: 0px;
  5095. }
  5096. .my-treetbl-col-over {
  5097. background: url(../images/gxt/table/vs-column-bg.gif) repeat-x 0px -24px;
  5098. }
  5099. .my-treetbl-col-sort {
  5100. background-position: 0px -48px;
  5101. }
  5102. .my-treetbl-col-asc {
  5103. background: url(../images/gxt/table/vsort-asc.gif) no-repeat 50% top;
  5104. }
  5105. .my-treetbl-col-desc {
  5106. background: url(../images/gxt/table/vsort-desc.gif) no-repeat 50% top;
  5107. }
  5108. .my-treetbl-col-splitter {
  5109. background: none;
  5110. }
  5111. .my-treetbl-data {
  5112. background-color: white;
  5113. overflow: hidden;
  5114. }
  5115. .my-treetbl-data .my-treetbl-cell {
  5116. height: 20px;
  5117. -moz-outline: none;
  5118. -moz-user-focus: normal;
  5119. }
  5120. .my-treetbl-data .my-treetbl-cell-overflow {
  5121. white-space: nowrap;
  5122. overflow: hidden;
  5123. }
  5124. .my-treetbl-data .my-treetbl-cell-text {
  5125. padding: 0px 0px;
  5126. font-family: arial, tahoma, helvetica, sans-serif;
  5127. font-size: 12px;
  5128. }
  5129. .my-treetbl-data tr {
  5130. overflow: hidden;
  5131. }
  5132. .my-treetbl-item {
  5133. border-top: 1px solid white;
  5134. border-bottom: 1px solid white;
  5135. border-bottom: 1px solid #EDEDED;
  5136. cursor: default;
  5137. -moz-outline: none;
  5138. -moz-user-focus: normal;
  5139. }
  5140. .my-treetbl-item-over {
  5141. border-top: 1px solid #dddddd;
  5142. border-bottom: 1px solid #dddddd;
  5143. background: #efefef url(../images/default/grid/row-over.gif) repeat-x left top;
  5144. }
  5145. .my-treetbl-item-sel {
  5146. background-image: none;
  5147. background-color: #D9E1ED;
  5148. border-top: 1px dotted #9EB8ED;
  5149. border-bottom: 1px dotted #9EB8ED;
  5150. }
  5151. .my-treetbl .x-grid3-td-numberer {
  5152. background: transparent url(../images/gxt/tree/tree-table-special-col.gif) repeat-y scroll left center;
  5153. height: 19px;
  5154. line-height: normal;
  5155. padding-left: 0px;
  5156. margin-left: 0px;
  5157. }
  5158. .x-grid3-td-numberer div {
  5159. font-size: 11px;
  5160. font-family: "segoe ui", tahoma, arial, sans-serif;
  5161. color: #444444;
  5162. padding: 3px 0px 0 5px !important;
  5163. }
  5164. .ext-ie .my-treetbl .x-grid3-td-numberer {
  5165. height: 20px;
  5166. }
  5167. .my-treetbl-item-sel .x-grid3-td-numberer {
  5168. background: transparent url(../images/gxt/tree/tree-table-special-col-sel.gif) repeat-y scroll left center;
  5169. }
  5170. .ext-el-mask {
  5171. background-color: #ccc;
  5172. }
  5173. .ext-el-mask-msg {
  5174. border-color: #6593cf;
  5175. background-color: #c3daf9;
  5176. background-image: url(../images/default/box/tb-blue.gif);
  5177. }
  5178. .ext-el-mask-msg div {
  5179. background-color: white;
  5180. border-color: #a3bad9;
  5181. color: #222;
  5182. font: normal 11px tahoma, arial, helvetica, sans-serif;
  5183. }
  5184. .x-mask-loading div {
  5185. background-color: #fbfbfb;
  5186. background-image: url(../images/default/grid/loading.gif);
  5187. }
  5188. .x-item-disabled {
  5189. color: gray;
  5190. }
  5191. .x-item-disabled * {
  5192. color: gray !important;
  5193. }
  5194. .x-splitbar-proxy {
  5195. background-color: #aaa;
  5196. }
  5197. .x-color-palette a {
  5198. border-color: #fff;
  5199. }
  5200. .x-color-palette a.x-color-palette-hover, .x-color-palette a.x-color-palette-sel {
  5201. border-color: #8bb8f3;
  5202. background-color: #deecfd;
  5203. }
  5204. .x-color-palette em {
  5205. border-color: #aca899;
  5206. }
  5207. .x-ie-shadow {
  5208. background-color: #777;
  5209. }
  5210. .x-shadow .xsmc {
  5211. background-image: url(../images/default/shadow-c.png);
  5212. }
  5213. .x-shadow .xsml, .x-shadow .xsmr {
  5214. background-image: url(../images/default/shadow-lr.png);
  5215. }
  5216. .x-shadow .xstl, .x-shadow .xstc, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbc, .x-shadow .xsbr {
  5217. background-image: url(../images/default/shadow.png);
  5218. }
  5219. .loading-indicator {
  5220. font-size: 11px;
  5221. background-image: url(../images/default/grid/loading.gif);
  5222. }
  5223. .x-spotlight {
  5224. background-color: #ccc;
  5225. }
  5226. .x-aria-focusframe-side {
  5227. background-color: #15428B;
  5228. line-height: 2px;
  5229. font-size: 2px;
  5230. }
  5231. .x-tab-panel-header, .x-tab-panel-footer {
  5232. background-color: #deecfd;
  5233. border-color: #8db2e3;
  5234. overflow: hidden;
  5235. zoom: 1;
  5236. }
  5237. .x-tab-panel-header, .x-tab-panel-footer {
  5238. border-color: #8db2e3;
  5239. }
  5240. ul.x-tab-strip-top {
  5241. background-color: #cedff5;
  5242. background-image: url(../images/default/tabs/tab-strip-bg.gif);
  5243. border-bottom-color: #8db2e3;
  5244. }
  5245. ul.x-tab-strip-bottom {
  5246. background-color: #cedff5;
  5247. background-image: url(../images/default/tabs/tab-strip-btm-bg.gif);
  5248. border-top-color: #8db2e3;
  5249. }
  5250. .x-tab-panel-header-plain .x-tab-strip-spacer,
  5251. .x-tab-panel-footer-plain .x-tab-strip-spacer {
  5252. border-color: #8db2e3;
  5253. background-color: #deecfd;
  5254. }
  5255. .x-tab-strip span.x-tab-strip-text {
  5256. font: normal 11px tahoma, arial, helvetica;
  5257. color: #416aa3;
  5258. }
  5259. .x-tab-strip-over span.x-tab-strip-text {
  5260. color: #15428b;
  5261. }
  5262. .x-tab-strip-active span.x-tab-strip-text {
  5263. color: #15428b;
  5264. font-weight: bold;
  5265. }
  5266. .x-tab-strip-disabled .x-tabs-text {
  5267. color: #aaaaaa;
  5268. }
  5269. .x-tab-strip-top .x-tab-right, .x-tab-strip-top .x-tab-left, .x-tab-strip-top .x-tab-strip-inner {
  5270. background-image: url(../images/default/tabs/tabs-sprite.gif);
  5271. }
  5272. .x-tab-strip-bottom .x-tab-right {
  5273. background-image: url(../images/default/tabs/tab-btm-inactive-right-bg.gif);
  5274. }
  5275. .x-tab-strip-bottom .x-tab-left {
  5276. background-image: url(../images/default/tabs/tab-btm-inactive-left-bg.gif);
  5277. }
  5278. .x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
  5279. background-image: url(../images/default/tabs/tab-btm-right-bg.gif);
  5280. }
  5281. .x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
  5282. background-image: url(../images/default/tabs/tab-btm-left-bg.gif);
  5283. }
  5284. .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
  5285. background-image: url(../images/default/tabs/tab-close.gif);
  5286. }
  5287. .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover {
  5288. background-image: url(../images/default/tabs/tab-close.gif);
  5289. }
  5290. .x-tab-panel-body {
  5291. border-color: #8db2e3;
  5292. background-color: #fff;
  5293. }
  5294. .x-tab-panel-body-top {
  5295. border-top: 0 none;
  5296. }
  5297. .x-tab-panel-body-bottom {
  5298. border-bottom: 0 none;
  5299. }
  5300. .x-tab-scroller-left {
  5301. background-image: url(../images/default/tabs/scroll-left.gif);
  5302. border-bottom-color: #8db2e3;
  5303. }
  5304. .x-tab-scroller-left-over {
  5305. background-position: 0 0;
  5306. }
  5307. .x-tab-scroller-left-disabled {
  5308. background-position: -18px 0;
  5309. opacity: .5;
  5310. -moz-opacity: .5;
  5311. filter: alpha(opacity = 50);
  5312. cursor: default;
  5313. }
  5314. .x-tab-scroller-right {
  5315. background-image: url(../images/default/tabs/scroll-right.gif);
  5316. border-bottom-color: #8db2e3;
  5317. }
  5318. .x-tab-panel-bbar .x-toolbar, .x-tab-panel-tbar .x-toolbar {
  5319. border-color: #99bbe8;
  5320. }
  5321. .x-form-field {
  5322. font: normal 12px tahoma, arial, helvetica, sans-serif;
  5323. }
  5324. .x-form-text, textarea.x-form-field {
  5325. background-color: #fff;
  5326. background-image: url(../images/default/form/text-bg.gif);
  5327. border-color: #b5b8c8;
  5328. }
  5329. .x-form-select-one {
  5330. background-color: #fff;
  5331. border-color: #b5b8c8;
  5332. }
  5333. .x-form-check-group-label {
  5334. border-bottom: 1px solid #99bbe8;
  5335. color: #15428b;
  5336. }
  5337. .x-editor .x-form-check-wrap {
  5338. background-color: #fff;
  5339. }
  5340. .x-form-field-wrap .x-form-trigger {
  5341. background-image: url(../images/default/form/trigger.gif);
  5342. border-bottom-color: #b5b8c8;
  5343. }
  5344. .x-form-field-wrap .x-form-date-trigger {
  5345. background-image: url(../images/default/form/date-trigger.gif);
  5346. }
  5347. .x-form-field-wrap .x-form-clear-trigger {
  5348. background-image: url(../images/default/form/clear-trigger.gif);
  5349. }
  5350. .x-form-field-wrap .x-form-search-trigger {
  5351. background-image: url(../images/default/form/search-trigger.gif);
  5352. }
  5353. .x-trigger-wrap-focus .x-form-trigger {
  5354. border-bottom-color: #7eadd9;
  5355. }
  5356. .x-item-disabled .x-form-trigger-over {
  5357. border-bottom-color: #b5b8c8;
  5358. }
  5359. .x-item-disabled .x-form-trigger-click {
  5360. border-bottom-color: #b5b8c8;
  5361. }
  5362. .x-form-focus, textarea.x-form-focus {
  5363. border-color: #7eadd9;
  5364. }
  5365. .x-form-invalid, textarea.x-form-invalid {
  5366. background-color: #fff;
  5367. background-image: url(../images/default/grid/invalid_line.gif);
  5368. border-color: #c30;
  5369. }
  5370. .ext-safari .x-form-invalid {
  5371. background-color: #fee;
  5372. border-color: #ff7870;
  5373. }
  5374. .x-form-inner-invalid, textarea.x-form-inner-invalid {
  5375. background-color: #fff;
  5376. background-image: url(../images/default/grid/invalid_line.gif);
  5377. }
  5378. .x-form-grow-sizer {
  5379. font: normal 12px tahoma, arial, helvetica, sans-serif;
  5380. }
  5381. .x-form-item label {
  5382. font: normal 12px tahoma, arial, helvetica, sans-serif;
  5383. }
  5384. .x-form-invalid-msg {
  5385. color: #c0272b;
  5386. font: normal 11px tahoma, arial, helvetica, sans-serif;
  5387. background-image: url(../images/default/shared/warning.gif);
  5388. }
  5389. .x-form-empty-field {
  5390. color: gray;
  5391. }
  5392. .x-small-editor .x-form-field {
  5393. font: normal 11px arial, tahoma, helvetica, sans-serif;
  5394. }
  5395. .ext-safari .x-small-editor .x-form-field {
  5396. font: normal 12px arial, tahoma, helvetica, sans-serif;
  5397. }
  5398. .x-form-invalid-icon {
  5399. background-image: url(../images/default/form/exclamation.gif);
  5400. }
  5401. .x-fieldset {
  5402. border-color: #b5b8c8;
  5403. }
  5404. .x-fieldset legend {
  5405. font: bold 11px tahoma, arial, helvetica, sans-serif;
  5406. color: #15428b;
  5407. }
  5408. .x-editor .x-form-check-wrap {
  5409. border-color: #7eadd9;
  5410. }
  5411. .x-btn {
  5412. font: normal 11px tahoma, verdana, helvetica;
  5413. }
  5414. .x-btn button {
  5415. font: normal 11px arial, tahoma, verdana, helvetica;
  5416. color: #333;
  5417. }
  5418. .x-btn em {
  5419. font-style: normal;
  5420. font-weight: normal;
  5421. }
  5422. .x-btn-tl, .x-btn-tr, .x-btn-tc, .x-btn-ml, .x-btn-mr, .x-btn-mc, .x-btn-bl, .x-btn-br, .x-btn-bc {
  5423. background-image: url(../images/default/button/btn.gif);
  5424. }
  5425. .x-btn-click .x-btn-text, .x-btn-menu-active .x-btn-text, .x-btn-pressed .x-btn-text {
  5426. color: #000;
  5427. }
  5428. .x-btn-disabled * {
  5429. color: gray !important;
  5430. }
  5431. .x-btn-mc em.x-btn-arrow {
  5432. background-image: url(../images/default/button/arrow.gif);
  5433. }
  5434. .x-btn-mc em.x-btn-split {
  5435. background-image: url(../images/default/button/s-arrow.gif);
  5436. }
  5437. .x-btn-over .x-btn-mc em.x-btn-split, .x-btn-click .x-btn-mc em.x-btn-split, .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-btn-pressed .x-btn-mc em.x-btn-split {
  5438. background-image: url(../images/default/button/s-arrow-o.gif);
  5439. }
  5440. .x-btn-mc em.x-btn-arrow-bottom {
  5441. background-image: url(../images/default/button/s-arrow-b-noline.gif);
  5442. }
  5443. .x-btn-mc em.x-btn-split-bottom {
  5444. background-image: url(../images/default/button/s-arrow-b.gif);
  5445. }
  5446. .x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-btn-click .x-btn-mc em.x-btn-split-bottom, .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-btn-pressed .x-btn-mc em.x-btn-split-bottom {
  5447. background-image: url(../images/default/button/s-arrow-bo.gif);
  5448. }
  5449. .x-btn-group-header {
  5450. color: #3e6aaa;
  5451. }
  5452. .x-btn-group-tc {
  5453. background-image: url(../images/default/button/group-tb.gif);
  5454. }
  5455. .x-btn-group-tl {
  5456. background-image: url(../images/default/button/group-cs.gif);
  5457. }
  5458. .x-btn-group-tr {
  5459. background-image: url(../images/default/button/group-cs.gif);
  5460. }
  5461. .x-btn-group-bc {
  5462. background-image: url(../images/default/button/group-tb.gif);
  5463. }
  5464. .x-btn-group-bl {
  5465. background-image: url(../images/default/button/group-cs.gif);
  5466. }
  5467. .x-btn-group-br {
  5468. background-image: url(../images/default/button/group-cs.gif);
  5469. }
  5470. .x-btn-group-ml {
  5471. background-image: url(../images/default/button/group-lr.gif);
  5472. }
  5473. .x-btn-group-mr {
  5474. background-image: url(../images/default/button/group-lr.gif);
  5475. }
  5476. .x-btn-group-notitle .x-btn-group-tc {
  5477. background-image: url(../images/default/button/group-tb.gif);
  5478. }
  5479. .x-toolbar {
  5480. border-color: #a9bfd3;
  5481. background-color: #d0def0;
  5482. background-image: url(../images/default/toolbar/bg.gif);
  5483. }
  5484. .x-toolbar td, .x-toolbar span, .x-toolbar input, .x-toolbar div, .x-toolbar select, .x-toolbar label {
  5485. font: normal 11px arial, tahoma, helvetica, sans-serif;
  5486. }
  5487. .x-toolbar .x-item-disabled {
  5488. color: gray;
  5489. }
  5490. .x-toolbar .x-item-disabled * {
  5491. color: gray;
  5492. }
  5493. .x-toolbar .x-btn-mc em.x-btn-split {
  5494. background-image: url(../images/default/button/s-arrow-noline.gif);
  5495. }
  5496. .x-toolbar .x-btn-over .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split,
  5497. .x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split {
  5498. background-image: url(../images/default/button/s-arrow-o.gif);
  5499. }
  5500. .x-toolbar .x-btn-mc em.x-btn-split-bottom {
  5501. background-image: url(../images/default/button/s-arrow-b-noline.gif);
  5502. }
  5503. .x-toolbar .x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split-bottom,
  5504. .x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split-bottom {
  5505. background-image: url(../images/default/button/s-arrow-bo.gif);
  5506. }
  5507. .x-toolbar .xtb-sep {
  5508. background-image: url(../images/default/grid/grid-blue-split.gif);
  5509. }
  5510. .x-tbar-page-first {
  5511. background-image: url(../images/default/grid/page-first.gif) !important;
  5512. }
  5513. .x-tbar-refresh {
  5514. background-image: url(../images/default/grid/refresh.gif) !important;
  5515. }
  5516. .x-tbar-page-last {
  5517. background-image: url(../images/default/grid/page-last.gif) !important;
  5518. }
  5519. .x-tbar-page-next {
  5520. background-image: url(../images/default/grid/page-next.gif) !important;
  5521. }
  5522. .x-tbar-page-prev {
  5523. background-image: url(../images/default/grid/page-prev.gif) !important;
  5524. }
  5525. .x-tbar-loading {
  5526. background-image: url(../images/default/grid/loading.gif) !important;
  5527. }
  5528. .x-item-disabled .x-tbar-page-first {
  5529. background-image: url(../images/default/grid/page-first-disabled.gif) !important;
  5530. }
  5531. .x-item-disabled .x-tbar-page-last {
  5532. background-image: url(../images/default/grid/page-last-disabled.gif) !important;
  5533. }
  5534. .x-item-disabled .x-tbar-page-next {
  5535. background-image: url(../images/default/grid/page-next-disabled.gif) !important;
  5536. }
  5537. .x-item-disabled .x-tbar-page-prev {
  5538. background-image: url(../images/default/grid/page-prev-disabled.gif) !important;
  5539. }
  5540. .x-paging-info {
  5541. color: #444;
  5542. }
  5543. .x-toolbar-more-icon {
  5544. background-image: url(../images/default/toolbar/more.gif) !important;
  5545. }
  5546. .x-resizable-handle {
  5547. background-color: #fff;
  5548. }
  5549. .x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east,
  5550. .x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west {
  5551. background-image: url(../images/default/sizer/e-handle.gif);
  5552. }
  5553. .x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south,
  5554. .x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north {
  5555. background-image: url(../images/default/sizer/s-handle.gif);
  5556. }
  5557. .x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north {
  5558. background-image: url(../images/default/sizer/s-handle.gif);
  5559. }
  5560. .x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast {
  5561. background-image: url(../images/default/sizer/se-handle.gif);
  5562. }
  5563. .x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest {
  5564. background-image: url(../images/default/sizer/nw-handle.gif);
  5565. }
  5566. .x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast {
  5567. background-image: url(../images/default/sizer/ne-handle.gif);
  5568. }
  5569. .x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest {
  5570. background-image: url(../images/default/sizer/sw-handle.gif);
  5571. }
  5572. .x-resizable-proxy {
  5573. border-color: #3b5a82;
  5574. }
  5575. .x-resizable-overlay {
  5576. background-color: #fff;
  5577. }
  5578. .x-grid3 {
  5579. background-color: #fff;
  5580. }
  5581. .x-grid-panel .x-panel-mc .x-panel-body {
  5582. border-color: #99bbe8;
  5583. }
  5584. .x-grid3-hd-row .x-grid3-hd, .x-grid3-row .x-grid3-cell, .x-grid3-summary-row .x-grid3-cell {
  5585. font: normal 11px arial, tahoma, helvetica, sans-serif;
  5586. }
  5587. .x-grid3-hd-row .x-grid3-hd {
  5588. border-left-color: #eee;
  5589. border-right-color: #d0d0d0;
  5590. }
  5591. .x-grid-row-loading {
  5592. background-color: #fff;
  5593. background-image: url(../images/default/shared/loading-balls.gif);
  5594. }
  5595. .x-grid3-row {
  5596. border-color: #ededed;
  5597. border-top-color: #fff;
  5598. }
  5599. .x-grid3-row-alt {
  5600. background-color: #fafafa;
  5601. }
  5602. .x-grid3-row-over {
  5603. border-color: #ddd;
  5604. background-color: #efefef;
  5605. background-image: url(../images/default/grid/row-over.gif);
  5606. }
  5607. .x-grid3-resize-proxy {
  5608. background-color: #777;
  5609. }
  5610. .x-grid3-resize-marker {
  5611. background-color: #777;
  5612. }
  5613. .x-grid3-header {
  5614. background-color: #f9f9f9;
  5615. background-image: url(../images/default/grid/grid3-hrow.gif);
  5616. }
  5617. .x-grid3-header-pop {
  5618. border-left-color: #d0d0d0;
  5619. }
  5620. .x-grid3-header-pop-inner {
  5621. border-left-color: #eee;
  5622. background-image: url(../images/default/grid/hd-pop.gif);
  5623. }
  5624. td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
  5625. border-left-color: #aaccf6;
  5626. border-right-color: #aaccf6;
  5627. }
  5628. td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner {
  5629. background-color: #ebf3fd;
  5630. background-image: url(../images/default/grid/grid3-hrow-over.gif);
  5631. }
  5632. .sort-asc .x-grid3-sort-icon {
  5633. background-image: url(../images/default/grid/sort_asc.gif);
  5634. }
  5635. .sort-desc .x-grid3-sort-icon {
  5636. background-image: url(../images/default/grid/sort_desc.gif);
  5637. }
  5638. .x-grid3-cell-text, .x-grid3-hd-text {
  5639. color: #000;
  5640. }
  5641. .x-grid3-split {
  5642. background-image: url(../images/default/grid/grid-split.gif);
  5643. }
  5644. .x-grid3-hd-text {
  5645. color: #15428b;
  5646. }
  5647. .x-dd-drag-proxy .x-grid3-hd-inner {
  5648. background-color: #ebf3fd;
  5649. background-image: url(../images/default/grid/grid3-hrow-over.gif);
  5650. border-color: #aaccf6;
  5651. }
  5652. .col-move-top {
  5653. background-image: url(../images/default/grid/col-move-top.gif);
  5654. }
  5655. .col-move-bottom {
  5656. background-image: url(../images/default/grid/col-move-bottom.gif);
  5657. }
  5658. .x-grid3-row-selected {
  5659. background-image: none !important;
  5660. background-color: #dfe8f6 !important;
  5661. border-color: #a3bae9;
  5662. }
  5663. .x-grid3-cell-selected {
  5664. background-color: #b8cfee !important;
  5665. color: #000;
  5666. }
  5667. .x-grid3-cell-selected span {
  5668. color: #000 !important;
  5669. }
  5670. .x-grid3-cell-selected .x-grid3-cell-text {
  5671. color: #000;
  5672. }
  5673. .x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker {
  5674. background-color: #ebeadb !important;
  5675. background-image: url(../images/default/grid/grid-hrow.gif) !important;
  5676. color: #000;
  5677. border-top-color: #fff;
  5678. border-right-color: #6fa0df !important;
  5679. }
  5680. .x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div {
  5681. color: #15428b !important;
  5682. }
  5683. .x-grid3-dirty-cell {
  5684. background-image: url(../images/default/grid/dirty.gif);
  5685. }
  5686. .x-grid3-topbar, .x-grid3-bottombar {
  5687. font: normal 11px arial, tahoma, helvetica, sans-serif;
  5688. }
  5689. .x-grid3-bottombar .x-toolbar {
  5690. border-top-color: #a9bfd3;
  5691. }
  5692. .x-props-grid .x-grid3-td-name .x-grid3-cell-inner {
  5693. background-image: url(../images/default/grid/grid3-special-col-bg.gif) !important;
  5694. color: #000 !important;
  5695. }
  5696. .x-props-grid .x-grid3-body .x-grid3-td-name {
  5697. background-color: #fff !important;
  5698. border-right-color: #eee;
  5699. }
  5700. .xg-hmenu-sort-asc .x-menu-item-icon {
  5701. background-image: url(../images/default/grid/hmenu-asc.gif);
  5702. }
  5703. .xg-hmenu-sort-desc .x-menu-item-icon {
  5704. background-image: url(../images/default/grid/hmenu-desc.gif);
  5705. }
  5706. .xg-hmenu-lock .x-menu-item-icon {
  5707. background-image: url(../images/default/grid/hmenu-lock.gif);
  5708. }
  5709. .xg-hmenu-unlock .x-menu-item-icon {
  5710. background-image: url(../images/default/grid/hmenu-unlock.gif);
  5711. }
  5712. .x-grid3-hd-btn {
  5713. background-color: #c3daf9;
  5714. background-image: url(../images/default/grid/grid3-hd-btn.gif);
  5715. }
  5716. .x-grid3-body .x-grid3-td-expander {
  5717. background-image: url(../images/default/grid/grid3-special-col-bg.gif);
  5718. }
  5719. .x-grid3-row-expander {
  5720. background-image: url(../images/default/grid/row-expand-sprite.gif);
  5721. }
  5722. .x-grid3-body .x-grid3-td-checker {
  5723. background-image: url(../images/default/grid/grid3-special-col-bg.gif);
  5724. }
  5725. .x-grid3-row-checker, .x-grid3-hd-checker {
  5726. background-image: url(../images/default/grid/row-check-sprite.gif);
  5727. }
  5728. .x-grid3-body .x-grid3-td-numberer {
  5729. background-image: url(../images/default/grid/grid3-special-col-bg.gif);
  5730. }
  5731. .x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner {
  5732. color: #444;
  5733. }
  5734. .x-grid3-body .x-grid3-td-row-icon {
  5735. background-image: url(../images/default/grid/grid3-special-col-bg.gif);
  5736. }
  5737. .x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,
  5738. .x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,
  5739. .x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
  5740. background-image: url(../images/default/grid/grid3-special-col-sel-bg.gif);
  5741. }
  5742. .x-grid3-check-col {
  5743. background-image: url(../images/default/menu/unchecked.gif);
  5744. }
  5745. .x-grid3-check-col-on {
  5746. background-image: url(../images/default/menu/checked.gif);
  5747. }
  5748. .x-grid-group, .x-grid-group-body, .x-grid-group-hd {
  5749. zoom: 1;
  5750. }
  5751. .x-grid-group-hd {
  5752. border-bottom-color: #99bbe8;
  5753. }
  5754. .x-grid-group-hd div {
  5755. background-image: url(../images/default/grid/group-expand-sprite.gif);
  5756. color: #3764a0;
  5757. font: bold 11px tahoma, arial, helvetica, sans-serif;
  5758. }
  5759. .x-group-by-icon {
  5760. background-image: url(../images/default/grid/group-by.gif);
  5761. }
  5762. .x-cols-icon {
  5763. background-image: url(../images/default/grid/columns.gif);
  5764. }
  5765. .x-show-groups-icon {
  5766. background-image: url(../images/default/grid/group-by.gif);
  5767. }
  5768. .x-grid-empty {
  5769. color: gray;
  5770. font: normal 11px tahoma, arial, helvetica, sans-serif;
  5771. }
  5772. .x-grid-with-col-lines .x-grid3-row td.x-grid3-cell {
  5773. border-right-color: #ededed;
  5774. }
  5775. .x-grid-with-col-lines .x-grid3-row {
  5776. border-top-color: #ededed;
  5777. }
  5778. .x-grid-with-col-lines .x-grid3-row-selected {
  5779. border-top-color: #a3bae9;
  5780. }
  5781. .x-grid3-check-col-disabled {
  5782. background-color: transparent;
  5783. background-image: url(../images/gxt/menu/disabledcheck.gif);
  5784. }
  5785. .x-row-editor-header {
  5786. background: transparent url(../images/gxt/grid/row-editor-bg.gif) repeat-x 0 0;
  5787. }
  5788. .x-row-editor-footer {
  5789. background: transparent url(../images/gxt/grid/row-editor-bg.gif) repeat-x 0 -2px;
  5790. }
  5791. .x-row-editor-body {
  5792. background: #ebf2fb;
  5793. }
  5794. .x-row-editor .x-btns {
  5795. background: transparent url(../images/gxt/grid/row-editor-btns.gif) no-repeat 0 0;
  5796. }
  5797. .x-row-editor .x-btns .x-plain-bwrap {
  5798. background: transparent url(../images/gxt/grid/row-editor-btns.gif) no-repeat right -31px;
  5799. }
  5800. .x-row-editor .x-btns .x-plain-body {
  5801. background: transparent url(../images/gxt/grid/row-editor-btns.gif) repeat-x 0 -62px;
  5802. }
  5803. .x-dd-drag-ghost {
  5804. color: #000;
  5805. font: normal 11px arial, helvetica, sans-serif;
  5806. border-color: #ddd #bbb #bbb #ddd;
  5807. background-color: #fff;
  5808. }
  5809. .x-dd-drop-nodrop .x-dd-drop-icon {
  5810. background-image: url(../images/default/dd/drop-no.gif);
  5811. }
  5812. .x-dd-drop-ok .x-dd-drop-icon {
  5813. background-image: url(../images/default/dd/drop-yes.gif);
  5814. }
  5815. .x-dd-drop-ok-add .x-dd-drop-icon {
  5816. background-image: url(../images/default/dd/drop-add.gif);
  5817. }
  5818. .x-view-selector {
  5819. background-color: #c3daf9;
  5820. border-color: #3399bb;
  5821. }
  5822. .x-tree-drop-ok-append .x-dd-drop-icon {
  5823. background-image: url(../images/default/tree/drop-add.gif);
  5824. }
  5825. .x-tree-drop-ok-above .x-dd-drop-icon {
  5826. background-image: url(../images/default/tree/drop-over.gif);
  5827. }
  5828. .x-tree-drop-ok-below .x-dd-drop-icon {
  5829. background-image: url(../images/default/tree/drop-under.gif);
  5830. }
  5831. .x-tree-drop-ok-between .x-dd-drop-icon {
  5832. background-image: url(../images/default/tree/drop-between.gif);
  5833. }
  5834. .x-tree3-loading {
  5835. background-image: url(../images/default/tree/loading.gif);
  5836. }
  5837. .x-tree3-node-text {
  5838. font: normal 11px arial, tahoma, helvetica, sans-serif;
  5839. color: black;
  5840. }
  5841. .x-date-picker {
  5842. border-color: #1b376c;
  5843. background-color: #fff;
  5844. }
  5845. .x-date-middle, .x-date-left, .x-date-right {
  5846. background-image: url(../images/default/shared/hd-sprite.gif);
  5847. color: #fff;
  5848. font: bold 11px "sans serif", tahoma, verdana, helvetica;
  5849. }
  5850. .x-date-middle .x-btn .x-btn-text {
  5851. color: #fff;
  5852. }
  5853. .x-date-middle .x-btn-mc em.x-btn-arrow {
  5854. background-image: url(../images/default/toolbar/btn-arrow-light.gif);
  5855. }
  5856. .x-date-right a {
  5857. background-image: url(../images/default/shared/right-btn.gif);
  5858. }
  5859. .x-date-left a {
  5860. background-image: url(../images/default/shared/left-btn.gif);
  5861. }
  5862. .x-date-inner th {
  5863. background-color: #dfecfb;
  5864. background-image: url(../images/default/shared/glass-bg.gif);
  5865. border-bottom-color: #a3bad9;
  5866. font: normal 10px arial, helvetica, tahoma, sans-serif;
  5867. color: #233d6d;
  5868. }
  5869. .x-date-inner td {
  5870. border-color: #fff;
  5871. }
  5872. .x-date-inner a {
  5873. font: normal 11px arial, helvetica, tahoma, sans-serif;
  5874. color: #000;
  5875. }
  5876. .x-date-inner .x-date-active {
  5877. color: #000;
  5878. }
  5879. .x-date-inner .x-date-selected a {
  5880. background-color: #dfecfb;
  5881. background-image: url(../images/default/shared/glass-bg.gif);
  5882. border-color: #8db2e3;
  5883. }
  5884. .x-date-inner .x-date-today a {
  5885. border-color: darkred;
  5886. }
  5887. .x-date-inner .x-date-selected span {
  5888. font-weight: bold;
  5889. }
  5890. .x-date-inner .x-date-prevday a, .x-date-inner .x-date-nextday a {
  5891. color: #aaa;
  5892. }
  5893. .x-date-bottom {
  5894. border-top-color: #a3bad9;
  5895. background-color: #dfecfb;
  5896. background-image: url(../images/default/shared/glass-bg.gif);
  5897. }
  5898. .x-date-inner .x-date-disabled a {
  5899. background-color: #eee;
  5900. color: #bbb;
  5901. }
  5902. .x-date-mmenu {
  5903. background-color: #eee !important;
  5904. }
  5905. .x-date-mmenu .x-menu-item {
  5906. font-size: 10px;
  5907. color: #000;
  5908. }
  5909. .x-date-mp {
  5910. background-color: #fff;
  5911. }
  5912. .x-date-mp td {
  5913. font: normal 11px arial, helvetica, tahoma, sans-serif;
  5914. }
  5915. .x-date-mp-btns button {
  5916. background-color: #083772;
  5917. color: #fff;
  5918. border-color: #3366cc #000055 #000055 #3366cc;
  5919. font: normal 11px arial, helvetica, tahoma, sans-serif;
  5920. }
  5921. .x-date-mp-btns {
  5922. background-color: #dfecfb;
  5923. background-image: url(../images/default/shared/glass-bg.gif);
  5924. }
  5925. .x-date-mp-btns td {
  5926. border-top-color: #c5d2df;
  5927. }
  5928. td.x-date-mp-month a, td.x-date-mp-year a {
  5929. color: #15428b;
  5930. }
  5931. td.x-date-mp-sel a {
  5932. background-color: #dfecfb;
  5933. background-image: url(../images/default/shared/glass-bg.gif);
  5934. border-color: #8db2e3;
  5935. }
  5936. .x-date-mp-ybtn a {
  5937. background-image: url(../images/default/panel/tool-sprites.gif);
  5938. }
  5939. td.x-date-mp-sep {
  5940. border-right-color: #c5d2df;
  5941. }
  5942. .x-tip .x-tip-close {
  5943. background-image: url(../images/default/qtip/close.gif);
  5944. }
  5945. .x-tip .x-tip-tc, .x-tip .x-tip-tl, .x-tip .x-tip-tr, .x-tip .x-tip-bc, .x-tip .x-tip-bl, .x-tip .x-tip-br, .x-tip .x-tip-ml, .x-tip .x-tip-mr {
  5946. background-image: url(../images/default/qtip/tip-sprite.gif);
  5947. }
  5948. .x-tip .x-tip-mc {
  5949. font: normal 11px tahoma, arial, helvetica, sans-serif;
  5950. }
  5951. .x-tip .x-tip-ml {
  5952. background-color: #fff;
  5953. }
  5954. .x-tip .x-tip-header-text {
  5955. font: bold 11px tahoma, arial, helvetica, sans-serif;
  5956. color: #444;
  5957. }
  5958. .x-tip .x-tip-body {
  5959. font: normal 11px tahoma, arial, helvetica, sans-serif;
  5960. color: #444;
  5961. }
  5962. .x-form-invalid-tip .x-tip-tc, .x-form-invalid-tip .x-tip-tl, .x-form-invalid-tip .x-tip-tr, .x-form-invalid-tip .x-tip-bc,
  5963. .x-form-invalid-tip .x-tip-bl, .x-form-invalid-tip .x-tip-br, .x-form-invalid-tip .x-tip-ml, .x-form-invalid-tip .x-tip-mr {
  5964. background-image: url(../images/default/form/error-tip-corners.gif);
  5965. }
  5966. .x-form-invalid-tip .x-tip-body {
  5967. background-image: url(../images/default/form/exclamation.gif);
  5968. }
  5969. .x-tip-anchor {
  5970. background-image: url(../images/default/qtip/tip-anchor-sprite.gif);
  5971. }
  5972. .x-menu {
  5973. border-color: #718bb7;
  5974. background-color: #f0f0f0;
  5975. background-image: url(../images/default/menu/menu.gif);
  5976. }
  5977. .x-menu-nosep {
  5978. background-image: none;
  5979. }
  5980. .x-menu-list-item {
  5981. font: normal 11px tahoma, arial, sans-serif;
  5982. }
  5983. .x-menu-item-arrow {
  5984. background-image: url(../images/default/menu/menu-parent.gif);
  5985. }
  5986. .x-menu-sep {
  5987. background-color: #e0e0e0;
  5988. border-bottom-color: #fff;
  5989. }
  5990. a.x-menu-item {
  5991. color: #222;
  5992. }
  5993. .x-menu-item-active {
  5994. background-color: #dbecf4;
  5995. border-color: #aaccf6;
  5996. }
  5997. .x-menu-item-active a.x-menu-item {
  5998. border-color: #aaccf6;
  5999. }
  6000. .x-menu-plain {
  6001. background-color: #fff !important;
  6002. }
  6003. .x-menu .x-date-picker {
  6004. border-color: #a3bad9;
  6005. }
  6006. .x-cycle-menu .x-menu-item-checked {
  6007. border-color: #a3bae9 !important;
  6008. background-color: #def8f6;
  6009. }
  6010. .x-menu-scroller-top {
  6011. background-image: url(../images/default/layout/mini-top.gif);
  6012. }
  6013. .x-menu-scroller-bottom {
  6014. background-image: url(../images/default/layout/mini-bottom.gif);
  6015. }
  6016. .x-menu-scroller {
  6017. border-width: 1px 0;
  6018. }
  6019. .x-box-tl {
  6020. background-image: url(../images/default/box/corners.gif);
  6021. }
  6022. .x-box-tc {
  6023. background-image: url(../images/default/box/tb.gif);
  6024. }
  6025. .x-box-tr {
  6026. background-image: url(../images/default/box/corners.gif);
  6027. }
  6028. .x-box-ml {
  6029. background-image: url(../images/default/box/l.gif);
  6030. }
  6031. .x-box-mc {
  6032. background-color: #eee;
  6033. background-image: url(../images/default/box/tb.gif);
  6034. font-family: "Myriad Pro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif;
  6035. color: #393939;
  6036. font-size: 12px;
  6037. }
  6038. .x-box-mc h3 {
  6039. font-size: 14px;
  6040. font-weight: bold;
  6041. }
  6042. .x-box-mr {
  6043. background-image: url(../images/default/box/r.gif);
  6044. }
  6045. .x-box-bl {
  6046. background-image: url(../images/default/box/corners.gif);
  6047. }
  6048. .x-box-bc {
  6049. background-image: url(../images/default/box/tb.gif);
  6050. }
  6051. .x-box-br {
  6052. background-image: url(../images/default/box/corners.gif);
  6053. }
  6054. .x-box-blue .x-box-bl, .x-box-blue .x-box-br, .x-box-blue .x-box-tl, .x-box-blue .x-box-tr {
  6055. background-image: url(../images/default/box/corners-blue.gif);
  6056. }
  6057. .x-box-blue .x-box-bc, .x-box-blue .x-box-mc, .x-box-blue .x-box-tc {
  6058. background-image: url(../images/default/box/tb-blue.gif);
  6059. }
  6060. .x-box-blue .x-box-mc {
  6061. background-color: #c3daf9;
  6062. }
  6063. .x-box-blue .x-box-mc h3 {
  6064. color: #17385b;
  6065. }
  6066. .x-box-blue .x-box-ml {
  6067. background-image: url(../images/default/box/l-blue.gif);
  6068. }
  6069. .x-box-blue .x-box-mr {
  6070. background-image: url(../images/default/box/r-blue.gif);
  6071. }
  6072. .x-combo-list {
  6073. border-color: #98c0f4;
  6074. background-color: #ddecfe;
  6075. font: normal 12px tahoma, arial, helvetica, sans-serif;
  6076. }
  6077. .x-combo-list-inner {
  6078. background-color: #fff;
  6079. }
  6080. .x-combo-list-hd {
  6081. font: bold 11px tahoma, arial, helvetica, sans-serif;
  6082. color: #15428b;
  6083. background-image: url(../images/default/layout/panel-title-light-bg.gif);
  6084. border-bottom-color: #98c0f4;
  6085. }
  6086. .x-resizable-pinned .x-combo-list-inner {
  6087. border-bottom-color: #98c0f4;
  6088. }
  6089. .x-combo-list-item {
  6090. border-color: #fff;
  6091. }
  6092. .x-combo-list .x-combo-selected {
  6093. border-color: #a3bae9 !important;
  6094. background-color: #dfe8f6;
  6095. }
  6096. .x-combo-list .x-toolbar {
  6097. border-top-color: #98c0f4;
  6098. }
  6099. .x-combo-list-small {
  6100. font: normal 11px tahoma, arial, helvetica, sans-serif;
  6101. }
  6102. .x-panel {
  6103. border-color: #99bbe8;
  6104. }
  6105. .x-panel-header {
  6106. color: #15428b;
  6107. font: bold 11px tahoma, arial, verdana, sans-serif;
  6108. border-color: #99bbe8;
  6109. background-image: url(../images/default/panel/white-top-bottom.gif);
  6110. }
  6111. .x-panel-body {
  6112. border-color: #99bbe8;
  6113. background-color: #fff;
  6114. }
  6115. .x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar {
  6116. border-color: #99bbe8;
  6117. }
  6118. .x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
  6119. border-top-color: #99bbe8;
  6120. }
  6121. .x-panel-body-noheader, .x-panel-mc .x-panel-body {
  6122. border-top-color: #99bbe8;
  6123. }
  6124. .x-panel-tl .x-panel-header {
  6125. color: #15428b;
  6126. font: bold 11px tahoma, arial, verdana, sans-serif;
  6127. }
  6128. .x-panel-tc {
  6129. background-image: url(../images/default/panel/top-bottom.gif);
  6130. }
  6131. .x-panel-tl, .x-panel-tr, .x-panel-bl, .x-panel-br {
  6132. background-image: url(../images/default/panel/corners-sprite.gif);
  6133. border-bottom-color: #99bbe8;
  6134. }
  6135. .x-panel-bc {
  6136. background-image: url(../images/default/panel/top-bottom.gif);
  6137. }
  6138. .x-panel-mc {
  6139. font: normal 11px tahoma, arial, helvetica, sans-serif;
  6140. background-color: #dfe8f6;
  6141. }
  6142. .x-panel-ml {
  6143. background-color: #fff;
  6144. background-image: url(../images/default/panel/left-right.gif);
  6145. }
  6146. .x-panel-mr {
  6147. background-image: url(../images/default/panel/left-right.gif);
  6148. }
  6149. .x-tool {
  6150. background-image: url(../images/default/panel/tool-sprites.gif);
  6151. }
  6152. .x-panel-ghost {
  6153. background-color: #cbddf3;
  6154. }
  6155. .x-panel-ghost ul {
  6156. border-color: #99bbe8;
  6157. }
  6158. .x-panel-dd-spacer {
  6159. border-color: #99bbe8;
  6160. }
  6161. .x-panel-fbar td, .x-panel-fbar span, .x-panel-fbar input, .x-panel-fbar div, .x-panel-fbar select, .x-panel-fbar label {
  6162. font: normal 11px arial, tahoma, helvetica, sans-serif;
  6163. }
  6164. .x-window-proxy {
  6165. background-color: #c7dffc;
  6166. border-color: #99bbe8;
  6167. }
  6168. .x-window-tl .x-window-header {
  6169. color: #15428b;
  6170. font: bold 11px tahoma, arial, verdana, sans-serif;
  6171. }
  6172. .x-window-tc {
  6173. background-image: url(../images/default/window/top-bottom.png);
  6174. }
  6175. .x-window-tl {
  6176. background-image: url(../images/default/window/left-corners.png);
  6177. }
  6178. .x-window-tr {
  6179. background-image: url(../images/default/window/right-corners.png);
  6180. }
  6181. .x-window-bc {
  6182. background-image: url(../images/default/window/top-bottom.png);
  6183. }
  6184. .x-window-bl {
  6185. background-image: url(../images/default/window/left-corners.png);
  6186. }
  6187. .x-window-br {
  6188. background-image: url(../images/default/window/right-corners.png);
  6189. }
  6190. .x-window-mc {
  6191. border-color: #99bbe8;
  6192. font: normal 11px tahoma, arial, helvetica, sans-serif;
  6193. background-color: #dfe8f6;
  6194. }
  6195. .x-window-ml {
  6196. background-image: url(../images/default/window/left-right.png);
  6197. }
  6198. .x-window-mr {
  6199. background-image: url(../images/default/window/left-right.png);
  6200. }
  6201. .x-window-maximized .x-window-tc {
  6202. background-color: #fff;
  6203. }
  6204. .x-window-bbar .x-toolbar {
  6205. border-top-color: #99bbe8;
  6206. }
  6207. .x-panel-ghost .x-window-tl {
  6208. border-bottom-color: #99bbe8;
  6209. }
  6210. .x-panel-collapsed .x-window-tl {
  6211. border-bottom-color: #84a0c4;
  6212. }
  6213. .x-dlg-mask {
  6214. background-color: #ccc;
  6215. }
  6216. .x-window-plain .x-window-mc {
  6217. background-color: #ccd9e8;
  6218. border-color: #a3bae9 #dfe8f6 #dfe8f6 #a3bae9;
  6219. }
  6220. .x-window-plain .x-window-body {
  6221. border-color: #dfe8f6 #a3bae9 #a3bae9 #dfe8f6;
  6222. }
  6223. body.x-body-masked .x-window-plain .x-window-mc {
  6224. background-color: #ccd9e8;
  6225. }
  6226. .x-html-editor-wrap {
  6227. border-color: #a9bfd3;
  6228. background-color: #fff;
  6229. }
  6230. .x-html-editor-tb .x-edit-bold, .x-menu-item .x-edit-bold {
  6231. background-position: 0 0;
  6232. background-image: url(../images/default/editor/tb-sprite.gif);
  6233. }
  6234. .x-html-editor-tb .x-edit-italic, .x-menu-item .x-edit-italic {
  6235. background-position: -16px 0;
  6236. background-image: url(../images/default/editor/tb-sprite.gif);
  6237. }
  6238. .x-html-editor-tb .x-edit-underline, .x-menu-item .x-edit-underline {
  6239. background-position: -32px 0;
  6240. background-image: url(../images/default/editor/tb-sprite.gif);
  6241. }
  6242. .x-html-editor-tb .x-edit-forecolor, .x-menu-item .x-edit-forecolor {
  6243. background-position: -160px 0;
  6244. background-image: url(../images/default/editor/tb-sprite.gif);
  6245. }
  6246. .x-html-editor-tb .x-edit-backcolor, .x-menu-item .x-edit-backcolor {
  6247. background-position: -176px 0;
  6248. background-image: url(../images/default/editor/tb-sprite.gif);
  6249. }
  6250. .x-html-editor-tb .x-edit-justifyleft, .x-menu-item .x-edit-justifyleft {
  6251. background-position: -112px 0;
  6252. background-image: url(../images/default/editor/tb-sprite.gif);
  6253. }
  6254. .x-html-editor-tb .x-edit-justifycenter, .x-menu-item .x-edit-justifycenter {
  6255. background-position: -128px 0;
  6256. background-image: url(../images/default/editor/tb-sprite.gif);
  6257. }
  6258. .x-html-editor-tb .x-edit-justifyright, .x-menu-item .x-edit-justifyright {
  6259. background-position: -144px 0;
  6260. background-image: url(../images/default/editor/tb-sprite.gif);
  6261. }
  6262. .x-html-editor-tb .x-edit-insertorderedlist, .x-menu-item .x-edit-insertorderedlist {
  6263. background-position: -80px 0;
  6264. background-image: url(../images/default/editor/tb-sprite.gif);
  6265. }
  6266. .x-html-editor-tb .x-edit-insertunorderedlist, .x-menu-item .x-edit-insertunorderedlist {
  6267. background-position: -96px 0;
  6268. background-image: url(../images/default/editor/tb-sprite.gif);
  6269. }
  6270. .x-html-editor-tb .x-edit-increasefontsize, .x-menu-item .x-edit-increasefontsize {
  6271. background-position: -48px 0;
  6272. background-image: url(../images/default/editor/tb-sprite.gif);
  6273. }
  6274. .x-html-editor-tb .x-edit-decreasefontsize, .x-menu-item .x-edit-decreasefontsize {
  6275. background-position: -64px 0;
  6276. background-image: url(../images/default/editor/tb-sprite.gif);
  6277. }
  6278. .x-html-editor-tb .x-edit-sourceedit, .x-menu-item .x-edit-sourceedit {
  6279. background-position: -192px 0;
  6280. background-image: url(../images/default/editor/tb-sprite.gif);
  6281. }
  6282. .x-html-editor-tb .x-edit-createlink, .x-menu-item .x-edit-createlink {
  6283. background-position: -208px 0;
  6284. background-image: url(../images/default/editor/tb-sprite.gif);
  6285. }
  6286. .x-panel-noborder .x-panel-header-noborder {
  6287. border-bottom-color: #99bbe8;
  6288. }
  6289. .x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
  6290. border-bottom-color: #99bbe8;
  6291. }
  6292. .x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
  6293. border-top-color: #99bbe8;
  6294. }
  6295. .x-tab-panel-bbar-noborder .x-toolbar {
  6296. border-top-color: #99bbe8;
  6297. }
  6298. .x-tab-panel-tbar-noborder .x-toolbar {
  6299. border-bottom-color: #99bbe8;
  6300. }
  6301. .x-border-layout-ct {
  6302. background-color: #dfe8f6;
  6303. }
  6304. .x-accordion-hd {
  6305. color: #222;
  6306. font-weight: normal;
  6307. background-image: url(../images/default/panel/light-hd.gif);
  6308. }
  6309. .x-layout-collapsed {
  6310. background-color: #d2e0f2;
  6311. border-color: #98c0f4;
  6312. }
  6313. .x-layout-collapsed-over {
  6314. background-color: #d9e8fb;
  6315. }
  6316. .x-layout-split-west .x-layout-mini {
  6317. background-image: url(../images/default/layout/mini-left.gif);
  6318. }
  6319. .x-layout-split-east .x-layout-mini {
  6320. background-image: url(../images/default/layout/mini-right.gif);
  6321. }
  6322. .x-layout-split-north .x-layout-mini {
  6323. background-image: url(../images/default/layout/mini-top.gif);
  6324. }
  6325. .x-layout-split-south .x-layout-mini {
  6326. background-image: url(../images/default/layout/mini-bottom.gif);
  6327. }
  6328. .x-layout-cmini-west .x-layout-mini {
  6329. background-image: url(../images/default/layout/mini-right.gif);
  6330. }
  6331. .x-layout-cmini-east .x-layout-mini {
  6332. background-image: url(../images/default/layout/mini-left.gif);
  6333. }
  6334. .x-layout-cmini-north .x-layout-mini {
  6335. background-image: url(../images/default/layout/mini-bottom.gif);
  6336. }
  6337. .x-layout-cmini-south .x-layout-mini {
  6338. background-image: url(../images/default/layout/mini-top.gif);
  6339. }
  6340. .x-progress-wrap {
  6341. border-color: #6593cf;
  6342. }
  6343. .x-progress-inner {
  6344. background-color: #e0e8f3;
  6345. background-image: url(../images/default/qtip/bg.gif);
  6346. }
  6347. .x-progress-bar {
  6348. background-color: #9cbfee;
  6349. background-image: url(../images/default/progress/progress-bg.gif);
  6350. border-top-color: #d1e4fd;
  6351. border-bottom-color: #7fa9e4;
  6352. border-right-color: #7fa9e4;
  6353. }
  6354. .x-progress-text {
  6355. font-size: 11px;
  6356. font-weight: bold;
  6357. color: #fff;
  6358. }
  6359. .x-progress-text-back {
  6360. color: #396095;
  6361. }
  6362. .x-slider-horz, .x-slider-horz .x-slider-end, .x-slider-horz .x-slider-inner {
  6363. background-image: url(../images/default/slider/slider-bg.png);
  6364. }
  6365. .x-slider-horz .x-slider-thumb {
  6366. background-image: url(../images/default/slider/slider-thumb.png);
  6367. }
  6368. .x-slider-vert, .x-slider-vert .x-slider-end, .x-slider-vert .x-slider-inner {
  6369. background-image: url(../images/default/slider/slider-v-bg.png);
  6370. }
  6371. .x-slider-vert .x-slider-thumb {
  6372. background-image: url(../images/default/slider/slider-v-thumb.png);
  6373. }
  6374. .x-window-dlg .ext-mb-text,
  6375. .x-window-dlg .x-window-header-text {
  6376. font-size: 12px;
  6377. }
  6378. .x-window-dlg .ext-mb-textarea {
  6379. font: normal 12px tahoma, arial, helvetica, sans-serif;
  6380. }
  6381. .x-window-dlg .x-msg-box-wait {
  6382. background-image: url(../images/default/grid/loading.gif);
  6383. }
  6384. .x-window-dlg .ext-mb-info {
  6385. background-image: url(../images/default/window/icon-info.gif);
  6386. }
  6387. .x-window-dlg .ext-mb-warning {
  6388. background-image: url(../images/default/window/icon-warning.gif);
  6389. }
  6390. .x-window-dlg .ext-mb-question {
  6391. background-image: url(../images/default/window/icon-question.gif);
  6392. }
  6393. .x-window-dlg .ext-mb-error {
  6394. background-image: url(../images/default/window/icon-error.gif);
  6395. }