Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5153 lines
95 KiB

  1. /*!
  2. * Ext JS Library 3.2.0
  3. * Copyright(c) 2006-2010 Ext JS, Inc.
  4. * licensing@extjs.com
  5. * http://www.extjs.com/license
  6. */
  7. html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}.ext-el-mask {
  8. z-index: 100;
  9. position: absolute;
  10. top:0;
  11. left:0;
  12. -moz-opacity: 0.5;
  13. opacity: .50;
  14. filter: alpha(opacity=50);
  15. width: 100%;
  16. height: 100%;
  17. zoom: 1;
  18. }
  19. .ext-el-mask-msg {
  20. z-index: 20001;
  21. position: absolute;
  22. top: 0;
  23. left: 0;
  24. border:1px solid;
  25. background:repeat-x 0 -16px;
  26. padding:2px;
  27. }
  28. .ext-el-mask-msg div {
  29. padding:5px 10px 5px 10px;
  30. border:1px solid;
  31. cursor:wait;
  32. }
  33. .ext-shim {
  34. position:absolute;
  35. visibility:hidden;
  36. left:0;
  37. top:0;
  38. overflow:hidden;
  39. }
  40. .ext-ie .ext-shim {
  41. filter: alpha(opacity=0);
  42. }
  43. .ext-ie6 .ext-shim {
  44. margin-left: 5px;
  45. margin-top: 3px;
  46. }
  47. .x-mask-loading div {
  48. padding:5px 10px 5px 25px;
  49. background:no-repeat 5px 5px;
  50. line-height:16px;
  51. }
  52. /* class for hiding elements without using display:none */
  53. .x-hidden, .x-hide-offsets {
  54. position:absolute !important;
  55. left:-10000px;
  56. top:-10000px;
  57. visibility:hidden;
  58. }
  59. .x-hide-display {
  60. display:none !important;
  61. }
  62. .x-hide-visibility {
  63. visibility:hidden !important;
  64. }
  65. .x-masked {
  66. overflow: hidden !important;
  67. }
  68. .x-masked-relative {
  69. position: relative !important;
  70. }
  71. .x-masked select, .x-masked object, .x-masked embed {
  72. visibility: hidden;
  73. }
  74. .x-layer {
  75. visibility: hidden;
  76. }
  77. .x-unselectable, .x-unselectable * {
  78. -moz-user-select: none;
  79. -khtml-user-select: none;
  80. -webkit-user-select:ignore;
  81. }
  82. .x-repaint {
  83. zoom: 1;
  84. background-color: transparent;
  85. -moz-outline: none;
  86. outline: none;
  87. }
  88. .x-item-disabled {
  89. cursor: default;
  90. opacity: .6;
  91. -moz-opacity: .6;
  92. filter: alpha(opacity=60);
  93. }
  94. .x-item-disabled * {
  95. cursor: default !important;
  96. }
  97. .x-form-radio-group .x-item-disabled {
  98. filter: none;
  99. }
  100. .x-splitbar-proxy {
  101. position: absolute;
  102. visibility: hidden;
  103. z-index: 20001;
  104. zoom: 1;
  105. line-height: 1px;
  106. font-size: 1px;
  107. overflow: hidden;
  108. }
  109. .x-splitbar-h, .x-splitbar-proxy-h {
  110. cursor: e-resize;
  111. cursor: col-resize;
  112. }
  113. .x-splitbar-v, .x-splitbar-proxy-v {
  114. cursor: s-resize;
  115. cursor: row-resize;
  116. }
  117. .x-color-palette {
  118. width: 150px;
  119. height: 92px;
  120. cursor: pointer;
  121. }
  122. .x-color-palette a {
  123. border: 1px solid;
  124. float: left;
  125. padding: 2px;
  126. text-decoration: none;
  127. -moz-outline: 0 none;
  128. outline: 0 none;
  129. cursor: pointer;
  130. }
  131. .x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
  132. border: 1px solid;
  133. }
  134. .x-color-palette em {
  135. display: block;
  136. border: 1px solid;
  137. }
  138. .x-color-palette em span {
  139. cursor: pointer;
  140. display: block;
  141. height: 10px;
  142. line-height: 10px;
  143. width: 10px;
  144. }
  145. .x-ie-shadow {
  146. display: none;
  147. position: absolute;
  148. overflow: hidden;
  149. left:0;
  150. top:0;
  151. zoom:1;
  152. }
  153. .x-shadow {
  154. display: none;
  155. position: absolute;
  156. overflow: hidden;
  157. left:0;
  158. top:0;
  159. }
  160. .x-shadow * {
  161. overflow: hidden;
  162. }
  163. .x-shadow * {
  164. padding: 0;
  165. border: 0;
  166. margin: 0;
  167. clear: none;
  168. zoom: 1;
  169. }
  170. /* top bottom */
  171. .x-shadow .xstc, .x-shadow .xsbc {
  172. height: 6px;
  173. float: left;
  174. }
  175. /* corners */
  176. .x-shadow .xstl, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbr {
  177. width: 6px;
  178. height: 6px;
  179. float: left;
  180. }
  181. /* sides */
  182. .x-shadow .xsc {
  183. width: 100%;
  184. }
  185. .x-shadow .xsml, .x-shadow .xsmr {
  186. width: 6px;
  187. float: left;
  188. height: 100%;
  189. }
  190. .x-shadow .xsmc {
  191. float: left;
  192. height: 100%;
  193. background: transparent;
  194. }
  195. .x-shadow .xst, .x-shadow .xsb {
  196. height: 6px;
  197. overflow: hidden;
  198. width: 100%;
  199. }
  200. .x-shadow .xsml {
  201. background: transparent repeat-y 0 0;
  202. }
  203. .x-shadow .xsmr {
  204. background: transparent repeat-y -6px 0;
  205. }
  206. .x-shadow .xstl {
  207. background: transparent no-repeat 0 0;
  208. }
  209. .x-shadow .xstc {
  210. background: transparent repeat-x 0 -30px;
  211. }
  212. .x-shadow .xstr {
  213. background: transparent repeat-x 0 -18px;
  214. }
  215. .x-shadow .xsbl {
  216. background: transparent no-repeat 0 -12px;
  217. }
  218. .x-shadow .xsbc {
  219. background: transparent repeat-x 0 -36px;
  220. }
  221. .x-shadow .xsbr {
  222. background: transparent repeat-x 0 -6px;
  223. }
  224. .loading-indicator {
  225. background: no-repeat left;
  226. padding-left: 20px;
  227. line-height: 16px;
  228. margin: 3px;
  229. }
  230. .x-text-resize {
  231. position: absolute;
  232. left: -1000px;
  233. top: -1000px;
  234. visibility: hidden;
  235. zoom: 1;
  236. }
  237. .x-drag-overlay {
  238. width: 100%;
  239. height: 100%;
  240. display: none;
  241. position: absolute;
  242. left: 0;
  243. top: 0;
  244. background-image:url(../images/default/s.gif);
  245. z-index: 20000;
  246. }
  247. .x-clear {
  248. clear:both;
  249. height:0;
  250. overflow:hidden;
  251. line-height:0;
  252. font-size:0;
  253. }
  254. .x-spotlight {
  255. z-index: 8999;
  256. position: absolute;
  257. top:0;
  258. left:0;
  259. -moz-opacity: 0.5;
  260. opacity: .50;
  261. filter: alpha(opacity=50);
  262. width:0;
  263. height:0;
  264. zoom: 1;
  265. }
  266. #x-history-frame {
  267. position:absolute;
  268. top:-1px;
  269. left:0;
  270. width:1px;
  271. height:1px;
  272. visibility:hidden;
  273. }
  274. #x-history-field {
  275. position:absolute;
  276. top:0;
  277. left:-1px;
  278. width:1px;
  279. height:1px;
  280. visibility:hidden;
  281. }
  282. .x-resizable-handle {
  283. position:absolute;
  284. z-index:100;
  285. /* ie needs these */
  286. font-size:1px;
  287. line-height:6px;
  288. overflow:hidden;
  289. filter:alpha(opacity=0);
  290. opacity:0;
  291. zoom:1;
  292. }
  293. .x-resizable-handle-east{
  294. width:6px;
  295. cursor:e-resize;
  296. right:0;
  297. top:0;
  298. height:100%;
  299. }
  300. .ext-ie .x-resizable-handle-east {
  301. margin-right:-1px; /*IE rounding error*/
  302. }
  303. .x-resizable-handle-south{
  304. width:100%;
  305. cursor:s-resize;
  306. left:0;
  307. bottom:0;
  308. height:6px;
  309. }
  310. .ext-ie .x-resizable-handle-south {
  311. margin-bottom:-1px; /*IE rounding error*/
  312. }
  313. .x-resizable-handle-west{
  314. width:6px;
  315. cursor:w-resize;
  316. left:0;
  317. top:0;
  318. height:100%;
  319. }
  320. .x-resizable-handle-north{
  321. width:100%;
  322. cursor:n-resize;
  323. left:0;
  324. top:0;
  325. height:6px;
  326. }
  327. .x-resizable-handle-southeast{
  328. width:6px;
  329. cursor:se-resize;
  330. right:0;
  331. bottom:0;
  332. height:6px;
  333. z-index:101;
  334. }
  335. .x-resizable-handle-northwest{
  336. width:6px;
  337. cursor:nw-resize;
  338. left:0;
  339. top:0;
  340. height:6px;
  341. z-index:101;
  342. }
  343. .x-resizable-handle-northeast{
  344. width:6px;
  345. cursor:ne-resize;
  346. right:0;
  347. top:0;
  348. height:6px;
  349. z-index:101;
  350. }
  351. .x-resizable-handle-southwest{
  352. width:6px;
  353. cursor:sw-resize;
  354. left:0;
  355. bottom:0;
  356. height:6px;
  357. z-index:101;
  358. }
  359. .x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle{
  360. filter:alpha(opacity=100);
  361. opacity:1;
  362. }
  363. .x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east,
  364. .x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west
  365. {
  366. background-position: left;
  367. }
  368. .x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south,
  369. .x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north
  370. {
  371. background-position: top;
  372. }
  373. .x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
  374. background-position: top left;
  375. }
  376. .x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{
  377. background-position:bottom right;
  378. }
  379. .x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{
  380. background-position: bottom left;
  381. }
  382. .x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{
  383. background-position: top right;
  384. }
  385. .x-resizable-proxy{
  386. border: 1px dashed;
  387. position:absolute;
  388. overflow:hidden;
  389. display:none;
  390. left:0;
  391. top:0;
  392. z-index:50000;
  393. }
  394. .x-resizable-overlay{
  395. width:100%;
  396. height:100%;
  397. display:none;
  398. position:absolute;
  399. left:0;
  400. top:0;
  401. z-index:200000;
  402. -moz-opacity: 0;
  403. opacity:0;
  404. filter: alpha(opacity=0);
  405. }
  406. .x-tab-panel {
  407. overflow:hidden;
  408. }
  409. .x-tab-panel-header, .x-tab-panel-footer {
  410. border: 1px solid;
  411. overflow:hidden;
  412. zoom:1;
  413. }
  414. .x-tab-panel-header {
  415. border: 1px solid;
  416. padding-bottom: 2px;
  417. }
  418. .x-tab-panel-footer {
  419. border: 1px solid;
  420. padding-top: 2px;
  421. }
  422. .x-tab-strip-wrap {
  423. width:100%;
  424. overflow:hidden;
  425. position:relative;
  426. zoom:1;
  427. }
  428. ul.x-tab-strip {
  429. display:block;
  430. width:5000px;
  431. zoom:1;
  432. }
  433. ul.x-tab-strip-top{
  434. padding-top: 1px;
  435. background: repeat-x bottom;
  436. border-bottom: 1px solid;
  437. }
  438. ul.x-tab-strip-bottom{
  439. padding-bottom: 1px;
  440. background: repeat-x top;
  441. border-top: 1px solid;
  442. border-bottom: 0 none;
  443. }
  444. .x-tab-panel-header-plain .x-tab-strip-top {
  445. background:transparent !important;
  446. padding-top:0 !important;
  447. }
  448. .x-tab-panel-header-plain {
  449. background:transparent !important;
  450. border-width:0 !important;
  451. padding-bottom:0 !important;
  452. }
  453. .x-tab-panel-header-plain .x-tab-strip-spacer,
  454. .x-tab-panel-footer-plain .x-tab-strip-spacer {
  455. border:1px solid;
  456. height:2px;
  457. font-size:1px;
  458. line-height:1px;
  459. }
  460. .x-tab-panel-header-plain .x-tab-strip-spacer {
  461. border-top: 0 none;
  462. }
  463. .x-tab-panel-footer-plain .x-tab-strip-spacer {
  464. border-bottom: 0 none;
  465. }
  466. .x-tab-panel-footer-plain .x-tab-strip-bottom {
  467. background:transparent !important;
  468. padding-bottom:0 !important;
  469. }
  470. .x-tab-panel-footer-plain {
  471. background:transparent !important;
  472. border-width:0 !important;
  473. padding-top:0 !important;
  474. }
  475. .ext-border-box .x-tab-panel-header-plain .x-tab-strip-spacer,
  476. .ext-border-box .x-tab-panel-footer-plain .x-tab-strip-spacer {
  477. height:3px;
  478. }
  479. ul.x-tab-strip li {
  480. float:left;
  481. margin-left:2px;
  482. }
  483. ul.x-tab-strip li.x-tab-edge {
  484. float:left;
  485. margin:0 !important;
  486. padding:0 !important;
  487. border:0 none !important;
  488. font-size:1px !important;
  489. line-height:1px !important;
  490. overflow:hidden;
  491. zoom:1;
  492. background:transparent !important;
  493. width:1px;
  494. }
  495. .x-tab-strip a, .x-tab-strip span, .x-tab-strip em {
  496. display:block;
  497. }
  498. .x-tab-strip a {
  499. text-decoration:none !important;
  500. -moz-outline: none;
  501. outline: none;
  502. cursor:pointer;
  503. }
  504. .x-tab-strip-inner {
  505. overflow:hidden;
  506. text-overflow: ellipsis;
  507. }
  508. .x-tab-strip span.x-tab-strip-text {
  509. white-space: nowrap;
  510. cursor:pointer;
  511. padding:4px 0;
  512. }
  513. .x-tab-strip-top .x-tab-with-icon .x-tab-right {
  514. padding-left:6px;
  515. }
  516. .x-tab-strip .x-tab-with-icon span.x-tab-strip-text {
  517. padding-left:20px;
  518. background-position: 0 3px;
  519. background-repeat: no-repeat;
  520. }
  521. .x-tab-strip-active, .x-tab-strip-active a.x-tab-right {
  522. cursor:default;
  523. }
  524. .x-tab-strip-active span.x-tab-strip-text {
  525. cursor:default;
  526. }
  527. .x-tab-strip-disabled .x-tabs-text {
  528. cursor:default;
  529. }
  530. .x-tab-panel-body {
  531. overflow:hidden;
  532. }
  533. .x-tab-panel-bwrap {
  534. overflow:hidden;
  535. }
  536. .ext-ie .x-tab-strip .x-tab-right {
  537. position:relative;
  538. }
  539. .x-tab-strip-top .x-tab-strip-active .x-tab-right {
  540. margin-bottom:-1px;
  541. }
  542. /*
  543. * Horrible hack for IE8 in quirks mode
  544. */
  545. .ext-ie8 ul.x-tab-strip li {
  546. position: relative;
  547. }
  548. .ext-ie8 .x-tab-strip .x-tab-right{
  549. margin-bottom: 0 !important;
  550. top: 1px;
  551. }
  552. .ext-ie8 ul.x-tab-strip-top {
  553. padding-top: 0;
  554. }
  555. .ext-ie8 .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
  556. top:4px;
  557. }
  558. .ext-ie8 .x-tab-strip-bottom .x-tab-right{
  559. top:0;
  560. }
  561. .x-tab-strip-top .x-tab-strip-active .x-tab-right span.x-tab-strip-text {
  562. padding-bottom:5px;
  563. }
  564. .x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
  565. margin-top:-1px;
  566. }
  567. .x-tab-strip-bottom .x-tab-strip-active .x-tab-right span.x-tab-strip-text {
  568. padding-top:5px;
  569. }
  570. .x-tab-strip-top .x-tab-right {
  571. background: transparent no-repeat 0 -51px;
  572. padding-left:10px;
  573. }
  574. .x-tab-strip-top .x-tab-left {
  575. background: transparent no-repeat right -351px;
  576. padding-right:10px;
  577. }
  578. .x-tab-strip-top .x-tab-strip-inner {
  579. background: transparent repeat-x 0 -201px;
  580. }
  581. .x-tab-strip-top .x-tab-strip-over .x-tab-right {
  582. background-position:0 -101px;
  583. }
  584. .x-tab-strip-top .x-tab-strip-over .x-tab-left {
  585. background-position:right -401px;
  586. }
  587. .x-tab-strip-top .x-tab-strip-over .x-tab-strip-inner {
  588. background-position:0 -251px;
  589. }
  590. .x-tab-strip-top .x-tab-strip-active .x-tab-right {
  591. background-position: 0 0;
  592. }
  593. .x-tab-strip-top .x-tab-strip-active .x-tab-left {
  594. background-position: right -301px;
  595. }
  596. .x-tab-strip-top .x-tab-strip-active .x-tab-strip-inner {
  597. background-position: 0 -151px;
  598. }
  599. .x-tab-strip-bottom .x-tab-right {
  600. background: no-repeat bottom right;
  601. }
  602. .x-tab-strip-bottom .x-tab-left {
  603. background: no-repeat bottom left;
  604. }
  605. .x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
  606. background: no-repeat bottom right;
  607. }
  608. .x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
  609. background: no-repeat bottom left;
  610. }
  611. .x-tab-strip-bottom .x-tab-left {
  612. margin-right: 3px;
  613. padding:0 10px;
  614. }
  615. .x-tab-strip-bottom .x-tab-right {
  616. padding:0;
  617. }
  618. .x-tab-strip .x-tab-strip-close {
  619. display:none;
  620. }
  621. .x-tab-strip-closable {
  622. position:relative;
  623. }
  624. .x-tab-strip-closable .x-tab-left {
  625. padding-right:19px;
  626. }
  627. .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
  628. opacity:.6;
  629. -moz-opacity:.6;
  630. background-repeat:no-repeat;
  631. display:block;
  632. width:11px;
  633. height:11px;
  634. position:absolute;
  635. top:3px;
  636. right:3px;
  637. cursor:pointer;
  638. z-index:2;
  639. }
  640. .x-tab-strip .x-tab-strip-active a.x-tab-strip-close {
  641. opacity:.8;
  642. -moz-opacity:.8;
  643. }
  644. .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{
  645. opacity:1;
  646. -moz-opacity:1;
  647. }
  648. .x-tab-panel-body {
  649. border: 1px solid;
  650. }
  651. .x-tab-panel-body-top {
  652. border-top: 0 none;
  653. }
  654. .x-tab-panel-body-bottom {
  655. border-bottom: 0 none;
  656. }
  657. .x-tab-scroller-left {
  658. background: transparent no-repeat -18px 0;
  659. border-bottom: 1px solid;
  660. width:18px;
  661. position:absolute;
  662. left:0;
  663. top:0;
  664. z-index:10;
  665. cursor:pointer;
  666. }
  667. .x-tab-scroller-left-over {
  668. background-position: 0 0;
  669. }
  670. .x-tab-scroller-left-disabled {
  671. background-position: -18px 0;
  672. opacity:.5;
  673. -moz-opacity:.5;
  674. filter:alpha(opacity=50);
  675. cursor:default;
  676. }
  677. .x-tab-scroller-right {
  678. background: transparent no-repeat 0 0;
  679. border-bottom: 1px solid;
  680. width:18px;
  681. position:absolute;
  682. right:0;
  683. top:0;
  684. z-index:10;
  685. cursor:pointer;
  686. }
  687. .x-tab-scroller-right-over {
  688. background-position: -18px 0;
  689. }
  690. .x-tab-scroller-right-disabled {
  691. background-position: 0 0;
  692. opacity:.5;
  693. -moz-opacity:.5;
  694. filter:alpha(opacity=50);
  695. cursor:default;
  696. }
  697. .x-tab-scrolling-bottom .x-tab-scroller-left, .x-tab-scrolling-bottom .x-tab-scroller-right{
  698. margin-top: 1px;
  699. }
  700. .x-tab-scrolling .x-tab-strip-wrap {
  701. margin-left:18px;
  702. margin-right:18px;
  703. }
  704. .x-tab-scrolling {
  705. position:relative;
  706. }
  707. .x-tab-panel-bbar .x-toolbar {
  708. border:1px solid;
  709. border-top:0 none;
  710. overflow:hidden;
  711. padding:2px;
  712. }
  713. .x-tab-panel-tbar .x-toolbar {
  714. border:1px solid;
  715. border-top:0 none;
  716. overflow:hidden;
  717. padding:2px;
  718. }/* all fields */
  719. .x-form-field{
  720. margin: 0 0 0 0;
  721. }
  722. .ext-webkit *:focus{
  723. outline: none !important;
  724. }
  725. /* ---- text fields ---- */
  726. .x-form-text, textarea.x-form-field{
  727. padding:1px 3px;
  728. background:repeat-x 0 0;
  729. border:1px solid;
  730. }
  731. textarea.x-form-field {
  732. padding:2px 3px;
  733. }
  734. .x-form-text, .ext-ie .x-form-file {
  735. height:22px;
  736. line-height:18px;
  737. vertical-align:middle;
  738. }
  739. .ext-ie6 .x-form-text, .ext-ie7 .x-form-text {
  740. margin:-1px 0; /* ie bogus margin bug */
  741. height:22px; /* ie quirks */
  742. line-height:18px;
  743. }
  744. .ext-ie6 textarea.x-form-field, .ext-ie7 textarea.x-form-field {
  745. margin:-1px 0; /* ie bogus margin bug */
  746. }
  747. .ext-strict .x-form-text {
  748. height:18px;
  749. }
  750. .ext-safari.ext-mac textarea.x-form-field {
  751. margin-bottom:-2px; /* another bogus margin bug, safari/mac only */
  752. }
  753. .ext-strict .ext-ie8 .x-form-text, .ext-strict .ext-ie8 textarea.x-form-field {
  754. margin-bottom: 1px;
  755. }
  756. .ext-gecko .x-form-text , .ext-ie8 .x-form-text {
  757. padding-top:2px; /* FF won't center the text vertically */
  758. padding-bottom:0;
  759. }
  760. .ext-ie6 .x-form-composite .x-form-text.x-box-item, .ext-ie7 .x-form-composite .x-form-text.x-box-item {
  761. margin: 0 !important; /* clear ie bogus margin bug fix */
  762. }
  763. textarea {
  764. resize: none; /* Disable browser resizable textarea */
  765. }
  766. /* select boxes */
  767. .x-form-select-one {
  768. height:20px;
  769. line-height:18px;
  770. vertical-align:middle;
  771. border: 1px solid;
  772. }
  773. /* multi select boxes */
  774. /* --- TODO --- */
  775. /* 2.0.2 style */
  776. .x-form-check-wrap {
  777. line-height:18px;
  778. height: auto;
  779. }
  780. .ext-ie .x-form-check-wrap input {
  781. width:15px;
  782. height:15px;
  783. }
  784. .x-form-check-wrap input{
  785. vertical-align: bottom;
  786. }
  787. .x-editor .x-form-check-wrap {
  788. padding:3px;
  789. }
  790. .x-editor .x-form-checkbox {
  791. height:13px;
  792. }
  793. .x-form-check-group-label {
  794. border-bottom: 1px solid;
  795. margin-bottom: 5px;
  796. padding-left: 3px !important;
  797. float: none !important;
  798. }
  799. /* wrapped fields and triggers */
  800. .x-form-field-wrap .x-form-trigger{
  801. width:17px;
  802. height:21px;
  803. border:0;
  804. background:transparent no-repeat 0 0;
  805. cursor:pointer;
  806. border-bottom: 1px solid;
  807. position:absolute;
  808. top:0;
  809. }
  810. .x-form-field-wrap .x-form-date-trigger, .x-form-field-wrap .x-form-clear-trigger, .x-form-field-wrap .x-form-search-trigger{
  811. cursor:pointer;
  812. }
  813. .x-form-field-wrap .x-form-twin-triggers .x-form-trigger{
  814. position:static;
  815. top:auto;
  816. vertical-align:top;
  817. }
  818. .x-form-field-wrap {
  819. position:relative;
  820. left:0;top:0;
  821. text-align: left;
  822. zoom:1;
  823. white-space: nowrap;
  824. }
  825. .ext-strict .ext-ie8 .x-toolbar-cell .x-form-field-trigger-wrap .x-form-trigger {
  826. right: 0; /* IE8 Strict mode trigger bug */
  827. }
  828. .x-form-field-wrap .x-form-trigger-over{
  829. background-position:-17px 0;
  830. }
  831. .x-form-field-wrap .x-form-trigger-click{
  832. background-position:-34px 0;
  833. }
  834. .x-trigger-wrap-focus .x-form-trigger{
  835. background-position:-51px 0;
  836. }
  837. .x-trigger-wrap-focus .x-form-trigger-over{
  838. background-position:-68px 0;
  839. }
  840. .x-trigger-wrap-focus .x-form-trigger-click{
  841. background-position:-85px 0;
  842. }
  843. .x-trigger-wrap-focus .x-form-trigger{
  844. border-bottom: 1px solid;
  845. }
  846. .x-item-disabled .x-form-trigger-over{
  847. background-position:0 0 !important;
  848. border-bottom: 1px solid;
  849. }
  850. .x-item-disabled .x-form-trigger-click{
  851. background-position:0 0 !important;
  852. border-bottom: 1px solid;
  853. }
  854. .x-trigger-noedit{
  855. cursor:pointer;
  856. }
  857. /* field focus style */
  858. .x-form-focus, textarea.x-form-focus{
  859. border: 1px solid;
  860. }
  861. /* invalid fields */
  862. .x-form-invalid, textarea.x-form-invalid{
  863. background:repeat-x bottom;
  864. border: 1px solid;
  865. }
  866. .ext-webkit .x-form-invalid{
  867. border: 1px solid;
  868. }
  869. .x-form-inner-invalid, textarea.x-form-inner-invalid{
  870. background:repeat-x bottom;
  871. }
  872. /* editors */
  873. .x-editor {
  874. visibility:hidden;
  875. padding:0;
  876. margin:0;
  877. }
  878. .x-form-grow-sizer {
  879. left: -10000px;
  880. padding: 8px 3px;
  881. position: absolute;
  882. visibility:hidden;
  883. top: -10000px;
  884. white-space: pre-wrap;
  885. white-space: -moz-pre-wrap;
  886. white-space: -pre-wrap;
  887. white-space: -o-pre-wrap;
  888. word-wrap: break-word;
  889. zoom:1;
  890. }
  891. .x-form-grow-sizer p {
  892. margin:0 !important;
  893. border:0 none !important;
  894. padding:0 !important;
  895. }
  896. /* Form Items CSS */
  897. .x-form-item {
  898. display:block;
  899. margin-bottom:4px;
  900. zoom:1;
  901. }
  902. .x-form-item label.x-form-item-label {
  903. display:block;
  904. float:left;
  905. width:100px;
  906. padding:3px;
  907. padding-left:0;
  908. clear:left;
  909. z-index:2;
  910. position:relative;
  911. }
  912. .x-form-element {
  913. padding-left:105px;
  914. position:relative;
  915. }
  916. .x-form-invalid-msg {
  917. padding:2px;
  918. padding-left:18px;
  919. background: transparent no-repeat 0 2px;
  920. line-height:16px;
  921. width:200px;
  922. }
  923. .x-form-label-left label.x-form-item-label {
  924. text-align:left;
  925. }
  926. .x-form-label-right label.x-form-item-label {
  927. text-align:right;
  928. }
  929. .x-form-label-top .x-form-item label.x-form-item-label {
  930. width:auto;
  931. float:none;
  932. clear:none;
  933. display:inline;
  934. margin-bottom:4px;
  935. position:static;
  936. }
  937. .x-form-label-top .x-form-element {
  938. padding-left:0;
  939. padding-top:4px;
  940. }
  941. .x-form-label-top .x-form-item {
  942. padding-bottom:4px;
  943. }
  944. /* Editor small font for grid, toolbar and tree */
  945. .x-small-editor .x-form-text {
  946. height:20px;
  947. line-height:16px;
  948. vertical-align:middle;
  949. }
  950. .ext-ie6 .x-small-editor .x-form-text, .ext-ie7 .x-small-editor .x-form-text {
  951. margin-top:-1px !important; /* ie bogus margin bug */
  952. margin-bottom:-1px !important;
  953. height:20px !important; /* ie quirks */
  954. line-height:16px !important;
  955. }
  956. .ext-strict .x-small-editor .x-form-text {
  957. height:16px !important;
  958. }
  959. .ext-ie6 .x-small-editor .x-form-text, .ext-ie7 .x-small-editor .x-form-text {
  960. height:20px;
  961. line-height:16px;
  962. }
  963. .ext-border-box .x-small-editor .x-form-text {
  964. height:20px;
  965. }
  966. .x-small-editor .x-form-select-one {
  967. height:20px;
  968. line-height:16px;
  969. vertical-align:middle;
  970. }
  971. .x-small-editor .x-form-num-field {
  972. text-align:right;
  973. }
  974. .x-small-editor .x-form-field-wrap .x-form-trigger{
  975. height:19px;
  976. }
  977. .ext-webkit .x-small-editor .x-form-text{padding-top:3px;font-size:100%;}
  978. .x-form-clear {
  979. clear:both;
  980. height:0;
  981. overflow:hidden;
  982. line-height:0;
  983. font-size:0;
  984. }
  985. .x-form-clear-left {
  986. clear:left;
  987. height:0;
  988. overflow:hidden;
  989. line-height:0;
  990. font-size:0;
  991. }
  992. .ext-ie6 .x-form-check-wrap input, .ext-border-box .x-form-check-wrap input{
  993. margin-top: 3px;
  994. }
  995. .x-form-cb-label {
  996. position: relative;
  997. margin-left:4px;
  998. top: 2px;
  999. }
  1000. .ext-ie .x-form-cb-label{
  1001. top: 1px;
  1002. }
  1003. .ext-ie6 .x-form-cb-label, .ext-border-box .x-form-cb-label{
  1004. top: 3px;
  1005. }
  1006. .x-form-display-field{
  1007. padding-top: 2px;
  1008. }
  1009. .ext-gecko .x-form-display-field, .ext-strict .ext-ie7 .x-form-display-field{
  1010. padding-top: 1px;
  1011. }
  1012. .ext-ie .x-form-display-field{
  1013. padding-top: 3px;
  1014. }
  1015. .ext-strict .ext-ie8 .x-form-display-field{
  1016. padding-top: 0;
  1017. }
  1018. .x-form-column {
  1019. float:left;
  1020. padding:0;
  1021. margin:0;
  1022. width:48%;
  1023. overflow:hidden;
  1024. zoom:1;
  1025. }
  1026. /* buttons */
  1027. .x-form .x-form-btns-ct .x-btn{
  1028. float:right;
  1029. clear:none;
  1030. }
  1031. .x-form .x-form-btns-ct .x-form-btns td {
  1032. border:0;
  1033. padding:0;
  1034. }
  1035. .x-form .x-form-btns-ct .x-form-btns-right table{
  1036. float:right;
  1037. clear:none;
  1038. }
  1039. .x-form .x-form-btns-ct .x-form-btns-left table{
  1040. float:left;
  1041. clear:none;
  1042. }
  1043. .x-form .x-form-btns-ct .x-form-btns-center{
  1044. text-align:center; /*ie*/
  1045. }
  1046. .x-form .x-form-btns-ct .x-form-btns-center table{
  1047. margin:0 auto; /*everyone else*/
  1048. }
  1049. .x-form .x-form-btns-ct table td.x-form-btn-td{
  1050. padding:3px;
  1051. }
  1052. .x-form .x-form-btns-ct .x-btn-focus .x-btn-left{
  1053. background-position:0 -147px;
  1054. }
  1055. .x-form .x-form-btns-ct .x-btn-focus .x-btn-right{
  1056. background-position:0 -168px;
  1057. }
  1058. .x-form .x-form-btns-ct .x-btn-focus .x-btn-center{
  1059. background-position:0 -189px;
  1060. }
  1061. .x-form .x-form-btns-ct .x-btn-click .x-btn-center{
  1062. background-position:0 -126px;
  1063. }
  1064. .x-form .x-form-btns-ct .x-btn-click .x-btn-right{
  1065. background-position:0 -84px;
  1066. }
  1067. .x-form .x-form-btns-ct .x-btn-click .x-btn-left{
  1068. background-position:0 -63px;
  1069. }
  1070. .x-form-invalid-icon {
  1071. width:16px;
  1072. height:18px;
  1073. visibility:hidden;
  1074. position:absolute;
  1075. left:0;
  1076. top:0;
  1077. display:block;
  1078. background:transparent no-repeat 0 2px;
  1079. }
  1080. /* fieldsets */
  1081. .x-fieldset {
  1082. border:1px solid;
  1083. padding:10px;
  1084. margin-bottom:10px;
  1085. display:block; /* preserve margins in IE */
  1086. }
  1087. /* make top of checkbox/tools visible in webkit */
  1088. .ext-webkit .x-fieldset-header {
  1089. padding-top: 1px;
  1090. }
  1091. .ext-ie .x-fieldset legend {
  1092. margin-bottom:10px;
  1093. }
  1094. .ext-ie .x-fieldset {
  1095. padding-top: 0;
  1096. padding-bottom:10px;
  1097. }
  1098. .x-fieldset legend .x-tool-toggle {
  1099. margin-right:3px;
  1100. margin-left:0;
  1101. float:left !important;
  1102. }
  1103. .x-fieldset legend input {
  1104. margin-right:3px;
  1105. float:left !important;
  1106. height:13px;
  1107. width:13px;
  1108. }
  1109. fieldset.x-panel-collapsed {
  1110. padding-bottom:0 !important;
  1111. border-width: 1px 1px 0 1px !important;
  1112. border-left-color: transparent;
  1113. border-right-color: transparent;
  1114. }
  1115. .ext-ie6 fieldset.x-panel-collapsed{
  1116. padding-bottom:0 !important;
  1117. border-width: 1px 0 0 0 !important;
  1118. margin-left: 1px;
  1119. margin-right: 1px;
  1120. }
  1121. fieldset.x-panel-collapsed .x-fieldset-bwrap {
  1122. visibility:hidden;
  1123. position:absolute;
  1124. left:-1000px;
  1125. top:-1000px;
  1126. }
  1127. .ext-ie .x-fieldset-bwrap {
  1128. zoom:1;
  1129. }
  1130. .x-fieldset-noborder {
  1131. border:0px none transparent;
  1132. }
  1133. .x-fieldset-noborder legend {
  1134. margin-left:-3px;
  1135. }
  1136. /* IE legend positioning bug */
  1137. .ext-ie .x-fieldset-noborder legend {
  1138. position: relative;
  1139. margin-bottom:23px;
  1140. }
  1141. .ext-ie .x-fieldset-noborder legend span {
  1142. position: absolute;
  1143. left:16px;
  1144. }
  1145. .ext-gecko .x-window-body .x-form-item {
  1146. -moz-outline: none;
  1147. outline: none;
  1148. overflow: auto;
  1149. }
  1150. .ext-gecko .x-form-item {
  1151. -moz-outline: none;
  1152. outline: none;
  1153. }
  1154. .x-hide-label label.x-form-item-label {
  1155. display:none;
  1156. }
  1157. .x-hide-label .x-form-element {
  1158. padding-left: 0 !important;
  1159. }
  1160. .x-form-label-top .x-hide-label label.x-form-item-label{
  1161. display: none;
  1162. }
  1163. .x-fieldset {
  1164. overflow:hidden;
  1165. }
  1166. .x-fieldset-bwrap {
  1167. overflow:hidden;
  1168. zoom:1;
  1169. }
  1170. .x-fieldset-body {
  1171. overflow:hidden;
  1172. }
  1173. .x-btn{
  1174. cursor:pointer;
  1175. white-space: nowrap;
  1176. }
  1177. .x-btn button{
  1178. border:0 none;
  1179. background:transparent;
  1180. padding-left:3px;
  1181. padding-right:3px;
  1182. cursor:pointer;
  1183. margin:0;
  1184. overflow:visible;
  1185. width:auto;
  1186. -moz-outline:0 none;
  1187. outline:0 none;
  1188. }
  1189. * html .ext-ie .x-btn button {
  1190. width:1px;
  1191. }
  1192. .ext-gecko .x-btn button, .ext-webkit .x-btn button {
  1193. padding-left:0;
  1194. padding-right:0;
  1195. }
  1196. .ext-gecko .x-btn button::-moz-focus-inner {
  1197. padding:0;
  1198. }
  1199. .ext-ie .x-btn button {
  1200. padding-top:2px;
  1201. }
  1202. .x-btn td {
  1203. padding:0 !important;
  1204. }
  1205. .x-btn-text {
  1206. cursor:pointer;
  1207. white-space: nowrap;
  1208. padding:0;
  1209. }
  1210. /* icon placement and sizing styles */
  1211. /* Only text */
  1212. .x-btn-noicon .x-btn-small .x-btn-text{
  1213. height: 16px;
  1214. }
  1215. .x-btn-noicon .x-btn-medium .x-btn-text{
  1216. height: 24px;
  1217. }
  1218. .x-btn-noicon .x-btn-large .x-btn-text{
  1219. height: 32px;
  1220. }
  1221. /* Only icons */
  1222. .x-btn-icon .x-btn-text{
  1223. background-position: center;
  1224. background-repeat: no-repeat;
  1225. }
  1226. .x-btn-icon .x-btn-small .x-btn-text{
  1227. height: 16px;
  1228. width: 16px;
  1229. }
  1230. .x-btn-icon .x-btn-medium .x-btn-text{
  1231. height: 24px;
  1232. width: 24px;
  1233. }
  1234. .x-btn-icon .x-btn-large .x-btn-text{
  1235. height: 32px;
  1236. width: 32px;
  1237. }
  1238. /* Icons and text */
  1239. /* left */
  1240. .x-btn-text-icon .x-btn-icon-small-left .x-btn-text{
  1241. background-position: 0 center;
  1242. background-repeat: no-repeat;
  1243. padding-left:18px;
  1244. height:16px;
  1245. }
  1246. .x-btn-text-icon .x-btn-icon-medium-left .x-btn-text{
  1247. background-position: 0 center;
  1248. background-repeat: no-repeat;
  1249. padding-left:26px;
  1250. height:24px;
  1251. }
  1252. .x-btn-text-icon .x-btn-icon-large-left .x-btn-text{
  1253. background-position: 0 center;
  1254. background-repeat: no-repeat;
  1255. padding-left:34px;
  1256. height:32px;
  1257. }
  1258. /* top */
  1259. .x-btn-text-icon .x-btn-icon-small-top .x-btn-text{
  1260. background-position: center 0;
  1261. background-repeat: no-repeat;
  1262. padding-top:18px;
  1263. }
  1264. .x-btn-text-icon .x-btn-icon-medium-top .x-btn-text{
  1265. background-position: center 0;
  1266. background-repeat: no-repeat;
  1267. padding-top:26px;
  1268. }
  1269. .x-btn-text-icon .x-btn-icon-large-top .x-btn-text{
  1270. background-position: center 0;
  1271. background-repeat: no-repeat;
  1272. padding-top:34px;
  1273. }
  1274. /* right */
  1275. .x-btn-text-icon .x-btn-icon-small-right .x-btn-text{
  1276. background-position: right center;
  1277. background-repeat: no-repeat;
  1278. padding-right:18px;
  1279. height:16px;
  1280. }
  1281. .x-btn-text-icon .x-btn-icon-medium-right .x-btn-text{
  1282. background-position: right center;
  1283. background-repeat: no-repeat;
  1284. padding-right:26px;
  1285. height:24px;
  1286. }
  1287. .x-btn-text-icon .x-btn-icon-large-right .x-btn-text{
  1288. background-position: right center;
  1289. background-repeat: no-repeat;
  1290. padding-right:34px;
  1291. height:32px;
  1292. }
  1293. /* bottom */
  1294. .x-btn-text-icon .x-btn-icon-small-bottom .x-btn-text{
  1295. background-position: center bottom;
  1296. background-repeat: no-repeat;
  1297. padding-bottom:18px;
  1298. }
  1299. .x-btn-text-icon .x-btn-icon-medium-bottom .x-btn-text{
  1300. background-position: center bottom;
  1301. background-repeat: no-repeat;
  1302. padding-bottom:26px;
  1303. }
  1304. .x-btn-text-icon .x-btn-icon-large-bottom .x-btn-text{
  1305. background-position: center bottom;
  1306. background-repeat: no-repeat;
  1307. padding-bottom:34px;
  1308. }
  1309. /* background positioning */
  1310. .x-btn-tr i, .x-btn-tl i, .x-btn-mr i, .x-btn-ml i, .x-btn-br i, .x-btn-bl i{
  1311. font-size:1px;
  1312. line-height:1px;
  1313. width:3px;
  1314. display:block;
  1315. overflow:hidden;
  1316. }
  1317. .x-btn-tr i, .x-btn-tl i, .x-btn-br i, .x-btn-bl i{
  1318. height:3px;
  1319. }
  1320. .x-btn-tl{
  1321. width:3px;
  1322. height:3px;
  1323. background:no-repeat 0 0;
  1324. }
  1325. .x-btn-tr{
  1326. width:3px;
  1327. height:3px;
  1328. background:no-repeat -3px 0;
  1329. }
  1330. .x-btn-tc{
  1331. height:3px;
  1332. background:repeat-x 0 -6px;
  1333. }
  1334. .x-btn-ml{
  1335. width:3px;
  1336. background:no-repeat 0 -24px;
  1337. }
  1338. .x-btn-mr{
  1339. width:3px;
  1340. background:no-repeat -3px -24px;
  1341. }
  1342. .x-btn-mc{
  1343. background:repeat-x 0 -1096px;
  1344. vertical-align: middle;
  1345. text-align:center;
  1346. padding:0 5px;
  1347. cursor:pointer;
  1348. white-space:nowrap;
  1349. }
  1350. /* Fixes an issue with the button height */
  1351. .ext-strict .ext-ie6 .x-btn-mc, .ext-strict .ext-ie7 .x-btn-mc {
  1352. height: 100%;
  1353. }
  1354. .x-btn-bl{
  1355. width:3px;
  1356. height:3px;
  1357. background:no-repeat 0 -3px;
  1358. }
  1359. .x-btn-br{
  1360. width:3px;
  1361. height:3px;
  1362. background:no-repeat -3px -3px;
  1363. }
  1364. .x-btn-bc{
  1365. height:3px;
  1366. background:repeat-x 0 -15px;
  1367. }
  1368. .x-btn-over .x-btn-tl{
  1369. background-position: -6px 0;
  1370. }
  1371. .x-btn-over .x-btn-tr{
  1372. background-position: -9px 0;
  1373. }
  1374. .x-btn-over .x-btn-tc{
  1375. background-position: 0 -9px;
  1376. }
  1377. .x-btn-over .x-btn-ml{
  1378. background-position: -6px -24px;
  1379. }
  1380. .x-btn-over .x-btn-mr{
  1381. background-position: -9px -24px;
  1382. }
  1383. .x-btn-over .x-btn-mc{
  1384. background-position: 0 -2168px;
  1385. }
  1386. .x-btn-over .x-btn-bl{
  1387. background-position: -6px -3px;
  1388. }
  1389. .x-btn-over .x-btn-br{
  1390. background-position: -9px -3px;
  1391. }
  1392. .x-btn-over .x-btn-bc{
  1393. background-position: 0 -18px;
  1394. }
  1395. .x-btn-click .x-btn-tl, .x-btn-menu-active .x-btn-tl, .x-btn-pressed .x-btn-tl{
  1396. background-position: -12px 0;
  1397. }
  1398. .x-btn-click .x-btn-tr, .x-btn-menu-active .x-btn-tr, .x-btn-pressed .x-btn-tr{
  1399. background-position: -15px 0;
  1400. }
  1401. .x-btn-click .x-btn-tc, .x-btn-menu-active .x-btn-tc, .x-btn-pressed .x-btn-tc{
  1402. background-position: 0 -12px;
  1403. }
  1404. .x-btn-click .x-btn-ml, .x-btn-menu-active .x-btn-ml, .x-btn-pressed .x-btn-ml{
  1405. background-position: -12px -24px;
  1406. }
  1407. .x-btn-click .x-btn-mr, .x-btn-menu-active .x-btn-mr, .x-btn-pressed .x-btn-mr{
  1408. background-position: -15px -24px;
  1409. }
  1410. .x-btn-click .x-btn-mc, .x-btn-menu-active .x-btn-mc, .x-btn-pressed .x-btn-mc{
  1411. background-position: 0 -3240px;
  1412. }
  1413. .x-btn-click .x-btn-bl, .x-btn-menu-active .x-btn-bl, .x-btn-pressed .x-btn-bl{
  1414. background-position: -12px -3px;
  1415. }
  1416. .x-btn-click .x-btn-br, .x-btn-menu-active .x-btn-br, .x-btn-pressed .x-btn-br{
  1417. background-position: -15px -3px;
  1418. }
  1419. .x-btn-click .x-btn-bc, .x-btn-menu-active .x-btn-bc, .x-btn-pressed .x-btn-bc{
  1420. background-position: 0 -21px;
  1421. }
  1422. .x-btn-disabled *{
  1423. cursor:default !important;
  1424. }
  1425. /* With a menu arrow */
  1426. /* right */
  1427. .x-btn-mc em.x-btn-arrow {
  1428. display:block;
  1429. background:transparent no-repeat right center;
  1430. padding-right:10px;
  1431. }
  1432. .x-btn-mc em.x-btn-split {
  1433. display:block;
  1434. background:transparent no-repeat right center;
  1435. padding-right:14px;
  1436. }
  1437. /* bottom */
  1438. .x-btn-mc em.x-btn-arrow-bottom {
  1439. display:block;
  1440. background:transparent no-repeat center bottom;
  1441. padding-bottom:14px;
  1442. }
  1443. .x-btn-mc em.x-btn-split-bottom {
  1444. display:block;
  1445. background:transparent no-repeat center bottom;
  1446. padding-bottom:14px;
  1447. }
  1448. /* height adjustment class */
  1449. .x-btn-as-arrow .x-btn-mc em {
  1450. display:block;
  1451. background:transparent;
  1452. padding-bottom:14px;
  1453. }
  1454. /* groups */
  1455. .x-btn-group {
  1456. padding:1px;
  1457. }
  1458. .x-btn-group-header {
  1459. padding:2px;
  1460. text-align:center;
  1461. }
  1462. .x-btn-group-tc {
  1463. background: transparent repeat-x 0 0;
  1464. overflow:hidden;
  1465. }
  1466. .x-btn-group-tl {
  1467. background: transparent no-repeat 0 0;
  1468. padding-left:3px;
  1469. zoom:1;
  1470. }
  1471. .x-btn-group-tr {
  1472. background: transparent no-repeat right 0;
  1473. zoom:1;
  1474. padding-right:3px;
  1475. }
  1476. .x-btn-group-bc {
  1477. background: transparent repeat-x 0 bottom;
  1478. zoom:1;
  1479. }
  1480. .x-btn-group-bc .x-panel-footer {
  1481. zoom:1;
  1482. }
  1483. .x-btn-group-bl {
  1484. background: transparent no-repeat 0 bottom;
  1485. padding-left:3px;
  1486. zoom:1;
  1487. }
  1488. .x-btn-group-br {
  1489. background: transparent no-repeat right bottom;
  1490. padding-right:3px;
  1491. zoom:1;
  1492. }
  1493. .x-btn-group-mc {
  1494. border:0 none;
  1495. padding:1px 0 0 0;
  1496. margin:0;
  1497. }
  1498. .x-btn-group-mc .x-btn-group-body {
  1499. background:transparent;
  1500. border: 0 none;
  1501. }
  1502. .x-btn-group-ml {
  1503. background: transparent repeat-y 0 0;
  1504. padding-left:3px;
  1505. zoom:1;
  1506. }
  1507. .x-btn-group-mr {
  1508. background: transparent repeat-y right 0;
  1509. padding-right:3px;
  1510. zoom:1;
  1511. }
  1512. .x-btn-group-bc .x-btn-group-footer {
  1513. padding-bottom:6px;
  1514. }
  1515. .x-panel-nofooter .x-btn-group-bc {
  1516. height:3px;
  1517. font-size:0;
  1518. line-height:0;
  1519. }
  1520. .x-btn-group-bwrap {
  1521. overflow:hidden;
  1522. zoom:1;
  1523. }
  1524. .x-btn-group-body {
  1525. overflow:hidden;
  1526. zoom:1;
  1527. }
  1528. .x-btn-group-notitle .x-btn-group-tc {
  1529. background: transparent repeat-x 0 0;
  1530. overflow:hidden;
  1531. height:2px;
  1532. }.x-toolbar{
  1533. border-style:solid;
  1534. border-width:0 0 1px 0;
  1535. display: block;
  1536. padding:2px;
  1537. background:repeat-x top left;
  1538. position:relative;
  1539. left:0;
  1540. top:0;
  1541. zoom:1;
  1542. overflow:hidden;
  1543. }
  1544. .x-toolbar-left {
  1545. width: 100%;
  1546. }
  1547. .x-toolbar .x-item-disabled .x-btn-icon {
  1548. opacity: .35;
  1549. -moz-opacity: .35;
  1550. filter: alpha(opacity=35);
  1551. }
  1552. .x-toolbar td {
  1553. vertical-align:middle;
  1554. }
  1555. .x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label{
  1556. white-space: nowrap;
  1557. }
  1558. .x-toolbar .x-item-disabled {
  1559. cursor:default;
  1560. opacity:.6;
  1561. -moz-opacity:.6;
  1562. filter:alpha(opacity=60);
  1563. }
  1564. .x-toolbar .x-item-disabled * {
  1565. cursor:default;
  1566. }
  1567. .x-toolbar .x-toolbar-cell {
  1568. vertical-align:middle;
  1569. }
  1570. .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,
  1571. .x-toolbar .x-btn-mc, .x-toolbar .x-btn-bl, .x-toolbar .x-btn-br, .x-toolbar .x-btn-bc
  1572. {
  1573. background-position: 500px 500px;
  1574. }
  1575. /* These rules are duplicated from button.css to give priority of x-toolbar rules above */
  1576. .x-toolbar .x-btn-over .x-btn-tl{
  1577. background-position: -6px 0;
  1578. }
  1579. .x-toolbar .x-btn-over .x-btn-tr{
  1580. background-position: -9px 0;
  1581. }
  1582. .x-toolbar .x-btn-over .x-btn-tc{
  1583. background-position: 0 -9px;
  1584. }
  1585. .x-toolbar .x-btn-over .x-btn-ml{
  1586. background-position: -6px -24px;
  1587. }
  1588. .x-toolbar .x-btn-over .x-btn-mr{
  1589. background-position: -9px -24px;
  1590. }
  1591. .x-toolbar .x-btn-over .x-btn-mc{
  1592. background-position: 0 -2168px;
  1593. }
  1594. .x-toolbar .x-btn-over .x-btn-bl{
  1595. background-position: -6px -3px;
  1596. }
  1597. .x-toolbar .x-btn-over .x-btn-br{
  1598. background-position: -9px -3px;
  1599. }
  1600. .x-toolbar .x-btn-over .x-btn-bc{
  1601. background-position: 0 -18px;
  1602. }
  1603. .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{
  1604. background-position: -12px 0;
  1605. }
  1606. .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{
  1607. background-position: -15px 0;
  1608. }
  1609. .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{
  1610. background-position: 0 -12px;
  1611. }
  1612. .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{
  1613. background-position: -12px -24px;
  1614. }
  1615. .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{
  1616. background-position: -15px -24px;
  1617. }
  1618. .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{
  1619. background-position: 0 -3240px;
  1620. }
  1621. .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{
  1622. background-position: -12px -3px;
  1623. }
  1624. .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{
  1625. background-position: -15px -3px;
  1626. }
  1627. .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{
  1628. background-position: 0 -21px;
  1629. }
  1630. .x-toolbar div.xtb-text{
  1631. padding:2px 2px 0;
  1632. line-height:16px;
  1633. display:block;
  1634. }
  1635. .x-toolbar .xtb-sep {
  1636. background-position: center;
  1637. background-repeat: no-repeat;
  1638. display: block;
  1639. font-size: 1px;
  1640. height: 16px;
  1641. width:4px;
  1642. overflow: hidden;
  1643. cursor:default;
  1644. margin: 0 2px 0;
  1645. border:0;
  1646. }
  1647. .x-toolbar .xtb-spacer {
  1648. width:2px;
  1649. }
  1650. /* Paging Toolbar */
  1651. .x-tbar-page-number{
  1652. width:30px;
  1653. height:14px;
  1654. }
  1655. .ext-ie .x-tbar-page-number{
  1656. margin-top: 2px;
  1657. }
  1658. .x-paging-info {
  1659. position:absolute;
  1660. top:5px;
  1661. right: 8px;
  1662. }
  1663. /* floating */
  1664. .x-toolbar-ct {
  1665. width:100%;
  1666. }
  1667. .x-toolbar-right td {
  1668. text-align: center;
  1669. }
  1670. .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 {
  1671. overflow:hidden;
  1672. zoom:1;
  1673. }
  1674. .x-toolbar-more .x-btn-small .x-btn-text{
  1675. height: 16px;
  1676. width: 12px;
  1677. }
  1678. .x-toolbar-more em.x-btn-arrow {
  1679. display:inline;
  1680. background:transparent;
  1681. padding-right:0;
  1682. }
  1683. .x-toolbar-more .x-btn-mc em.x-btn-arrow {
  1684. background-image: none;
  1685. }
  1686. div.x-toolbar-no-items {
  1687. color:gray !important;
  1688. padding:5px 10px !important;
  1689. }
  1690. /* fix ie toolbar form items */
  1691. .ext-border-box .x-toolbar-cell .x-form-text {
  1692. margin-bottom:-1px !important;
  1693. }
  1694. .ext-border-box .x-toolbar-cell .x-form-field-wrap .x-form-text {
  1695. margin:0 !important;
  1696. }
  1697. .ext-ie .x-toolbar-cell .x-form-field-wrap {
  1698. height:21px;
  1699. }
  1700. .ext-ie .x-toolbar-cell .x-form-text {
  1701. position:relative;
  1702. top:-1px;
  1703. }
  1704. .ext-strict .ext-ie8 .x-toolbar-cell .x-form-field-trigger-wrap .x-form-text, .ext-strict .ext-ie .x-toolbar-cell .x-form-text {
  1705. top: 0px;
  1706. }
  1707. .x-toolbar-right td .x-form-field-trigger-wrap{
  1708. text-align: left;
  1709. }
  1710. .x-toolbar-cell .x-form-checkbox, .x-toolbar-cell .x-form-radio{
  1711. margin-top: 5px;
  1712. }
  1713. .x-toolbar-cell .x-form-cb-label{
  1714. vertical-align: bottom;
  1715. top: 1px;
  1716. }
  1717. .ext-ie .x-toolbar-cell .x-form-checkbox, .ext-ie .x-toolbar-cell .x-form-radio{
  1718. margin-top: 4px;
  1719. }
  1720. .ext-ie .x-toolbar-cell .x-form-cb-label{
  1721. top: 0;
  1722. }
  1723. /* Grid3 styles */
  1724. .x-grid3 {
  1725. position:relative;
  1726. overflow:hidden;
  1727. }
  1728. .x-grid-panel .x-panel-body {
  1729. overflow:hidden !important;
  1730. }
  1731. .x-grid-panel .x-panel-mc .x-panel-body {
  1732. border:1px solid;
  1733. }
  1734. .x-grid3 table {
  1735. table-layout:fixed;
  1736. }
  1737. .x-grid3-viewport{
  1738. overflow:hidden;
  1739. }
  1740. .x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td{
  1741. -moz-outline: none;
  1742. outline: none;
  1743. -moz-user-focus: normal;
  1744. }
  1745. .x-grid3-row td, .x-grid3-summary-row td {
  1746. line-height:13px;
  1747. vertical-align: top;
  1748. padding-left:1px;
  1749. padding-right:1px;
  1750. -moz-user-select: none;
  1751. -khtml-user-select:none;
  1752. -webkit-user-select:ignore;
  1753. }
  1754. .x-grid3-cell{
  1755. -moz-user-select: none;
  1756. -khtml-user-select:none;
  1757. -webkit-user-select:ignore;
  1758. }
  1759. .x-grid3-hd-row td {
  1760. line-height:15px;
  1761. vertical-align:middle;
  1762. border-left:1px solid;
  1763. border-right:1px solid;
  1764. }
  1765. .x-grid3-hd-row .x-grid3-marker-hd {
  1766. padding:3px;
  1767. }
  1768. .x-grid3-row .x-grid3-marker {
  1769. padding:3px;
  1770. }
  1771. .x-grid3-cell-inner, .x-grid3-hd-inner{
  1772. overflow:hidden;
  1773. -o-text-overflow: ellipsis;
  1774. text-overflow: ellipsis;
  1775. padding:3px 3px 3px 5px;
  1776. white-space: nowrap;
  1777. }
  1778. .x-grid3-hd-inner {
  1779. position:relative;
  1780. cursor:inherit;
  1781. padding:4px 3px 4px 5px;
  1782. }
  1783. .x-grid3-row-body {
  1784. white-space:normal;
  1785. }
  1786. .x-grid3-body-cell {
  1787. -moz-outline:0 none;
  1788. outline:0 none;
  1789. }
  1790. /* IE Quirks to clip */
  1791. .ext-ie .x-grid3-cell-inner, .ext-ie .x-grid3-hd-inner{
  1792. width:100%;
  1793. }
  1794. /* reverse above in strict mode */
  1795. .ext-strict .x-grid3-cell-inner, .ext-strict .x-grid3-hd-inner{
  1796. width:auto;
  1797. }
  1798. .x-grid-row-loading {
  1799. background: no-repeat center center;
  1800. }
  1801. .x-grid-page {
  1802. overflow:hidden;
  1803. }
  1804. .x-grid3-row {
  1805. cursor: default;
  1806. border: 1px solid;
  1807. width:100%;
  1808. }
  1809. .x-grid3-row-over {
  1810. border:1px solid;
  1811. background: repeat-x left top;
  1812. }
  1813. .x-grid3-resize-proxy {
  1814. width:1px;
  1815. left:0;
  1816. cursor: e-resize;
  1817. cursor: col-resize;
  1818. position:absolute;
  1819. top:0;
  1820. height:100px;
  1821. overflow:hidden;
  1822. visibility:hidden;
  1823. border:0 none;
  1824. z-index:7;
  1825. }
  1826. .x-grid3-resize-marker {
  1827. width:1px;
  1828. left:0;
  1829. position:absolute;
  1830. top:0;
  1831. height:100px;
  1832. overflow:hidden;
  1833. visibility:hidden;
  1834. border:0 none;
  1835. z-index:7;
  1836. }
  1837. .x-grid3-focus {
  1838. position:absolute;
  1839. left:0;
  1840. top:0;
  1841. width:1px;
  1842. height:1px;
  1843. line-height:1px;
  1844. font-size:1px;
  1845. -moz-outline:0 none;
  1846. outline:0 none;
  1847. -moz-user-select: text;
  1848. -khtml-user-select: text;
  1849. -webkit-user-select:ignore;
  1850. }
  1851. /* header styles */
  1852. .x-grid3-header{
  1853. background: repeat-x 0 bottom;
  1854. cursor:default;
  1855. zoom:1;
  1856. padding:1px 0 0 0;
  1857. }
  1858. .x-grid3-header-pop {
  1859. border-left:1px solid;
  1860. float:right;
  1861. clear:none;
  1862. }
  1863. .x-grid3-header-pop-inner {
  1864. border-left:1px solid;
  1865. width:14px;
  1866. height:19px;
  1867. background: transparent no-repeat center center;
  1868. }
  1869. .ext-ie .x-grid3-header-pop-inner {
  1870. width:15px;
  1871. }
  1872. .ext-strict .x-grid3-header-pop-inner {
  1873. width:14px;
  1874. }
  1875. .x-grid3-header-inner {
  1876. overflow:hidden;
  1877. zoom:1;
  1878. float:left;
  1879. }
  1880. .x-grid3-header-offset {
  1881. padding-left:1px;
  1882. text-align: left;
  1883. }
  1884. td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
  1885. border-left:1px solid;
  1886. border-right:1px solid;
  1887. }
  1888. 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 {
  1889. background: repeat-x left bottom;
  1890. }
  1891. .x-grid3-sort-icon{
  1892. background-repeat: no-repeat;
  1893. display: none;
  1894. height: 4px;
  1895. width: 13px;
  1896. margin-left:3px;
  1897. vertical-align: middle;
  1898. }
  1899. .sort-asc .x-grid3-sort-icon, .sort-desc .x-grid3-sort-icon {
  1900. display: inline;
  1901. }
  1902. /* Header position fixes for IE strict mode */
  1903. .ext-strict .ext-ie .x-grid3-header-inner, .ext-strict .ext-ie6 .x-grid3-hd {
  1904. position:relative;
  1905. }
  1906. .ext-strict .ext-ie6 .x-grid3-hd-inner{
  1907. position:static;
  1908. }
  1909. /* Body Styles */
  1910. .x-grid3-body {
  1911. zoom:1;
  1912. }
  1913. .x-grid3-scroller {
  1914. overflow:auto;
  1915. zoom:1;
  1916. position:relative;
  1917. }
  1918. .x-grid3-cell-text, .x-grid3-hd-text {
  1919. display: block;
  1920. padding: 3px 5px 3px 5px;
  1921. -moz-user-select: none;
  1922. -khtml-user-select: none;
  1923. -webkit-user-select:ignore;
  1924. }
  1925. .x-grid3-split {
  1926. background-position: center;
  1927. background-repeat: no-repeat;
  1928. cursor: e-resize;
  1929. cursor: col-resize;
  1930. display: block;
  1931. font-size: 1px;
  1932. height: 16px;
  1933. overflow: hidden;
  1934. position: absolute;
  1935. top: 2px;
  1936. width: 6px;
  1937. z-index: 3;
  1938. }
  1939. /* Column Reorder DD */
  1940. .x-dd-drag-proxy .x-grid3-hd-inner{
  1941. background: repeat-x left bottom;
  1942. width:120px;
  1943. padding:3px;
  1944. border:1px solid;
  1945. overflow:hidden;
  1946. }
  1947. .col-move-top, .col-move-bottom{
  1948. width:9px;
  1949. height:9px;
  1950. position:absolute;
  1951. top:0;
  1952. line-height:1px;
  1953. font-size:1px;
  1954. overflow:hidden;
  1955. visibility:hidden;
  1956. z-index:20000;
  1957. background:transparent no-repeat left top;
  1958. }
  1959. /* Selection Styles */
  1960. .x-grid3-row-selected {
  1961. border:1px dotted;
  1962. }
  1963. .x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker{
  1964. background: repeat-x 0 bottom !important;
  1965. vertical-align:middle !important;
  1966. padding:0;
  1967. border-top:1px solid;
  1968. border-bottom:none !important;
  1969. border-right:1px solid !important;
  1970. text-align:center;
  1971. }
  1972. .x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div{
  1973. padding:0 4px;
  1974. text-align:center;
  1975. }
  1976. /* dirty cells */
  1977. .x-grid3-dirty-cell {
  1978. background: transparent no-repeat 0 0;
  1979. }
  1980. /* Grid Toolbars */
  1981. .x-grid3-topbar, .x-grid3-bottombar{
  1982. overflow:hidden;
  1983. display:none;
  1984. zoom:1;
  1985. position:relative;
  1986. }
  1987. .x-grid3-topbar .x-toolbar{
  1988. border-right:0 none;
  1989. }
  1990. .x-grid3-bottombar .x-toolbar{
  1991. border-right:0 none;
  1992. border-bottom:0 none;
  1993. border-top:1px solid;
  1994. }
  1995. /* Props Grid Styles */
  1996. .x-props-grid .x-grid3-cell{
  1997. padding:1px;
  1998. }
  1999. .x-props-grid .x-grid3-td-name .x-grid3-cell-inner{
  2000. background:transparent repeat-y -16px !important;
  2001. padding-left:12px;
  2002. }
  2003. .x-props-grid .x-grid3-body .x-grid3-td-name{
  2004. padding:1px;
  2005. padding-right:0;
  2006. border:0 none;
  2007. border-right:1px solid;
  2008. }
  2009. /* dd */
  2010. .x-grid3-col-dd {
  2011. border:0 none;
  2012. padding:0;
  2013. background:transparent;
  2014. }
  2015. .x-dd-drag-ghost .x-grid3-dd-wrap {
  2016. padding:1px 3px 3px 1px;
  2017. }
  2018. .x-grid3-hd {
  2019. -moz-user-select:none;
  2020. -khtml-user-select:none;
  2021. -webkit-user-select:ignore;
  2022. }
  2023. .x-grid3-hd-btn {
  2024. display:none;
  2025. position:absolute;
  2026. width:14px;
  2027. background:no-repeat left center;
  2028. right:0;
  2029. top:0;
  2030. z-index:2;
  2031. cursor:pointer;
  2032. }
  2033. .x-grid3-hd-over .x-grid3-hd-btn, .x-grid3-hd-menu-open .x-grid3-hd-btn {
  2034. display:block;
  2035. }
  2036. a.x-grid3-hd-btn:hover {
  2037. background-position:-14px center;
  2038. }
  2039. /* Expanders */
  2040. .x-grid3-body .x-grid3-td-expander {
  2041. background:transparent repeat-y right;
  2042. }
  2043. .x-grid3-body .x-grid3-td-expander .x-grid3-cell-inner {
  2044. padding:0 !important;
  2045. height:100%;
  2046. }
  2047. .x-grid3-row-expander {
  2048. width:100%;
  2049. height:18px;
  2050. background-position:4px 2px;
  2051. background-repeat:no-repeat;
  2052. background-color:transparent;
  2053. }
  2054. .x-grid3-row-collapsed .x-grid3-row-expander {
  2055. background-position:4px 2px;
  2056. }
  2057. .x-grid3-row-expanded .x-grid3-row-expander {
  2058. background-position:-21px 2px;
  2059. }
  2060. .x-grid3-row-collapsed .x-grid3-row-body {
  2061. display:none !important;
  2062. }
  2063. .x-grid3-row-expanded .x-grid3-row-body {
  2064. display:block !important;
  2065. }
  2066. /* Checkers */
  2067. .x-grid3-body .x-grid3-td-checker {
  2068. background:transparent repeat-y right;
  2069. }
  2070. .x-grid3-body .x-grid3-td-checker .x-grid3-cell-inner, .x-grid3-header .x-grid3-td-checker .x-grid3-hd-inner {
  2071. padding:0 !important;
  2072. height:100%;
  2073. }
  2074. .x-grid3-row-checker, .x-grid3-hd-checker {
  2075. width:100%;
  2076. height:18px;
  2077. background-position:2px 2px;
  2078. background-repeat:no-repeat;
  2079. background-color:transparent;
  2080. }
  2081. .x-grid3-row .x-grid3-row-checker {
  2082. background-position:2px 2px;
  2083. }
  2084. .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 {
  2085. background-position:-23px 2px;
  2086. }
  2087. .x-grid3-hd-checker {
  2088. background-position:2px 1px;
  2089. }
  2090. .ext-border-box .x-grid3-hd-checker {
  2091. background-position:2px 3px;
  2092. }
  2093. .x-grid3-hd-checker-on .x-grid3-hd-checker {
  2094. background-position:-23px 1px;
  2095. }
  2096. .ext-border-box .x-grid3-hd-checker-on .x-grid3-hd-checker {
  2097. background-position:-23px 3px;
  2098. }
  2099. /* Numberer */
  2100. .x-grid3-body .x-grid3-td-numberer {
  2101. background:transparent repeat-y right;
  2102. }
  2103. .x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner {
  2104. padding:3px 5px 0 0 !important;
  2105. text-align:right;
  2106. }
  2107. /* Row Icon */
  2108. .x-grid3-body .x-grid3-td-row-icon {
  2109. background:transparent repeat-y right;
  2110. vertical-align:top;
  2111. text-align:center;
  2112. }
  2113. .x-grid3-body .x-grid3-td-row-icon .x-grid3-cell-inner {
  2114. padding:0 !important;
  2115. background-position:center center;
  2116. background-repeat:no-repeat;
  2117. width:16px;
  2118. height:16px;
  2119. margin-left:2px;
  2120. margin-top:3px;
  2121. }
  2122. /* All specials */
  2123. .x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,
  2124. .x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,
  2125. .x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
  2126. background:transparent repeat-y right;
  2127. }
  2128. .x-grid3-body .x-grid3-check-col-td .x-grid3-cell-inner {
  2129. padding: 1px 0 0 0 !important;
  2130. }
  2131. .x-grid3-check-col {
  2132. width:100%;
  2133. height:16px;
  2134. background-position:center center;
  2135. background-repeat:no-repeat;
  2136. background-color:transparent;
  2137. }
  2138. .x-grid3-check-col-on {
  2139. width:100%;
  2140. height:16px;
  2141. background-position:center center;
  2142. background-repeat:no-repeat;
  2143. background-color:transparent;
  2144. }
  2145. /* Grouping classes */
  2146. .x-grid-group, .x-grid-group-body, .x-grid-group-hd {
  2147. zoom:1;
  2148. }
  2149. .x-grid-group-hd {
  2150. border-bottom: 2px solid;
  2151. cursor:pointer;
  2152. padding-top:6px;
  2153. }
  2154. .x-grid-group-hd div.x-grid-group-title {
  2155. background:transparent no-repeat 3px 3px;
  2156. padding:4px 4px 4px 17px;
  2157. }
  2158. .x-grid-group-collapsed .x-grid-group-body {
  2159. display:none;
  2160. }
  2161. .ext-ie6 .x-grid3 .x-editor .x-form-text, .ext-ie7 .x-grid3 .x-editor .x-form-text {
  2162. position:relative;
  2163. top:-1px;
  2164. }
  2165. .ext-ie .x-props-grid .x-editor .x-form-text {
  2166. position:static;
  2167. top:0;
  2168. }
  2169. .x-grid-empty {
  2170. padding:10px;
  2171. }
  2172. /* fix floating toolbar issue */
  2173. .ext-ie7 .x-grid-panel .x-panel-bbar {
  2174. position:relative;
  2175. }
  2176. /* Reset position to static when Grid Panel has been framed */
  2177. /* to resolve 'snapping' from top to bottom behavior. */
  2178. /* @forumThread 86656 */
  2179. .ext-ie7 .x-grid-panel .x-panel-mc .x-panel-bbar {
  2180. position: static;
  2181. }
  2182. .ext-ie6 .x-grid3-header {
  2183. position: relative;
  2184. }
  2185. /* Fix WebKit bug in Grids */
  2186. .ext-webkit .x-grid-panel .x-panel-bwrap{
  2187. -webkit-user-select:none;
  2188. }
  2189. .ext-webkit .x-tbar-page-number{
  2190. -webkit-user-select:ignore;
  2191. }
  2192. /* end*/
  2193. /* column lines */
  2194. .x-grid-with-col-lines .x-grid3-row td.x-grid3-cell {
  2195. padding-right:0;
  2196. border-right:1px solid;
  2197. }
  2198. .x-dd-drag-proxy{
  2199. position:absolute;
  2200. left:0;
  2201. top:0;
  2202. visibility:hidden;
  2203. z-index:15000;
  2204. }
  2205. .x-dd-drag-ghost{
  2206. -moz-opacity: 0.85;
  2207. opacity:.85;
  2208. filter: alpha(opacity=85);
  2209. border: 1px solid;
  2210. padding:3px;
  2211. padding-left:20px;
  2212. white-space:nowrap;
  2213. }
  2214. .x-dd-drag-repair .x-dd-drag-ghost{
  2215. -moz-opacity: 0.4;
  2216. opacity:.4;
  2217. filter: alpha(opacity=40);
  2218. border:0 none;
  2219. padding:0;
  2220. background-color:transparent;
  2221. }
  2222. .x-dd-drag-repair .x-dd-drop-icon{
  2223. visibility:hidden;
  2224. }
  2225. .x-dd-drop-icon{
  2226. position:absolute;
  2227. top:3px;
  2228. left:3px;
  2229. display:block;
  2230. width:16px;
  2231. height:16px;
  2232. background-color:transparent;
  2233. background-position: center;
  2234. background-repeat: no-repeat;
  2235. z-index:1;
  2236. }
  2237. .x-view-selector {
  2238. position:absolute;
  2239. left:0;
  2240. top:0;
  2241. width:0;
  2242. border:1px dotted;
  2243. opacity: .5;
  2244. -moz-opacity: .5;
  2245. filter:alpha(opacity=50);
  2246. zoom:1;
  2247. }.ext-strict .ext-ie .x-tree .x-panel-bwrap{
  2248. position:relative;
  2249. overflow:hidden;
  2250. }
  2251. .x-tree-icon, .x-tree-ec-icon, .x-tree-elbow-line, .x-tree-elbow, .x-tree-elbow-end, .x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
  2252. border: 0 none;
  2253. height: 18px;
  2254. margin: 0;
  2255. padding: 0;
  2256. vertical-align: top;
  2257. width: 16px;
  2258. background-repeat: no-repeat;
  2259. }
  2260. .x-tree-node-collapsed .x-tree-node-icon, .x-tree-node-expanded .x-tree-node-icon, .x-tree-node-leaf .x-tree-node-icon{
  2261. border: 0 none;
  2262. height: 18px;
  2263. margin: 0;
  2264. padding: 0;
  2265. vertical-align: top;
  2266. width: 16px;
  2267. background-position:center;
  2268. background-repeat: no-repeat;
  2269. }
  2270. .ext-ie .x-tree-node-indent img, .ext-ie .x-tree-node-icon, .ext-ie .x-tree-ec-icon {
  2271. vertical-align: middle !important;
  2272. }
  2273. .ext-strict .ext-ie8 .x-tree-node-indent img, .ext-strict .ext-ie8 .x-tree-node-icon, .ext-strict .ext-ie8 .x-tree-ec-icon {
  2274. vertical-align: top !important;
  2275. }
  2276. /* checkboxes */
  2277. input.x-tree-node-cb {
  2278. margin-left:1px;
  2279. height: 19px;
  2280. vertical-align: bottom;
  2281. }
  2282. .ext-ie input.x-tree-node-cb {
  2283. margin-left:0;
  2284. margin-top: 1px;
  2285. width: 16px;
  2286. height: 16px;
  2287. vertical-align: middle;
  2288. }
  2289. .ext-strict .ext-ie8 input.x-tree-node-cb{
  2290. margin: 1px 1px;
  2291. height: 14px;
  2292. vertical-align: bottom;
  2293. }
  2294. .ext-strict .ext-ie8 input.x-tree-node-cb + a{
  2295. vertical-align: bottom;
  2296. }
  2297. .ext-opera input.x-tree-node-cb {
  2298. height: 14px;
  2299. vertical-align: middle;
  2300. }
  2301. .x-tree-noicon .x-tree-node-icon{
  2302. width:0; height:0;
  2303. }
  2304. /* No line styles */
  2305. .x-tree-no-lines .x-tree-elbow{
  2306. background:transparent;
  2307. }
  2308. .x-tree-no-lines .x-tree-elbow-end{
  2309. background:transparent;
  2310. }
  2311. .x-tree-no-lines .x-tree-elbow-line{
  2312. background:transparent;
  2313. }
  2314. /* Arrows */
  2315. .x-tree-arrows .x-tree-elbow{
  2316. background:transparent;
  2317. }
  2318. .x-tree-arrows .x-tree-elbow-plus{
  2319. background:transparent no-repeat 0 0;
  2320. }
  2321. .x-tree-arrows .x-tree-elbow-minus{
  2322. background:transparent no-repeat -16px 0;
  2323. }
  2324. .x-tree-arrows .x-tree-elbow-end{
  2325. background:transparent;
  2326. }
  2327. .x-tree-arrows .x-tree-elbow-end-plus{
  2328. background:transparent no-repeat 0 0;
  2329. }
  2330. .x-tree-arrows .x-tree-elbow-end-minus{
  2331. background:transparent no-repeat -16px 0;
  2332. }
  2333. .x-tree-arrows .x-tree-elbow-line{
  2334. background:transparent;
  2335. }
  2336. .x-tree-arrows .x-tree-ec-over .x-tree-elbow-plus{
  2337. background-position:-32px 0;
  2338. }
  2339. .x-tree-arrows .x-tree-ec-over .x-tree-elbow-minus{
  2340. background-position:-48px 0;
  2341. }
  2342. .x-tree-arrows .x-tree-ec-over .x-tree-elbow-end-plus{
  2343. background-position:-32px 0;
  2344. }
  2345. .x-tree-arrows .x-tree-ec-over .x-tree-elbow-end-minus{
  2346. background-position:-48px 0;
  2347. }
  2348. .x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
  2349. cursor:pointer;
  2350. }
  2351. .ext-ie ul.x-tree-node-ct{
  2352. font-size:0;
  2353. line-height:0;
  2354. zoom:1;
  2355. }
  2356. .x-tree-node{
  2357. white-space: nowrap;
  2358. }
  2359. .x-tree-node-el {
  2360. line-height:18px;
  2361. cursor:pointer;
  2362. }
  2363. .x-tree-node a, .x-dd-drag-ghost a{
  2364. text-decoration:none;
  2365. -khtml-user-select:none;
  2366. -moz-user-select:none;
  2367. -webkit-user-select:ignore;
  2368. -kthml-user-focus:normal;
  2369. -moz-user-focus:normal;
  2370. -moz-outline: 0 none;
  2371. outline:0 none;
  2372. }
  2373. .x-tree-node a span, .x-dd-drag-ghost a span{
  2374. text-decoration:none;
  2375. padding:1px 3px 1px 2px;
  2376. }
  2377. .x-tree-node .x-tree-node-disabled .x-tree-node-icon{
  2378. -moz-opacity: 0.5;
  2379. opacity:.5;
  2380. filter: alpha(opacity=50);
  2381. }
  2382. .x-tree-node .x-tree-node-inline-icon{
  2383. background:transparent;
  2384. }
  2385. .x-tree-node a:hover, .x-dd-drag-ghost a:hover{
  2386. text-decoration:none;
  2387. }
  2388. .x-tree-node div.x-tree-drag-insert-below{
  2389. border-bottom:1px dotted;
  2390. }
  2391. .x-tree-node div.x-tree-drag-insert-above{
  2392. border-top:1px dotted;
  2393. }
  2394. .x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below{
  2395. border-bottom:0 none;
  2396. }
  2397. .x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above{
  2398. border-top:0 none;
  2399. }
  2400. .x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a{
  2401. border-bottom:2px solid;
  2402. }
  2403. .x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a{
  2404. border-top:2px solid;
  2405. }
  2406. .x-tree-node .x-tree-drag-append a span{
  2407. border:1px dotted;
  2408. }
  2409. .x-dd-drag-ghost .x-tree-node-indent, .x-dd-drag-ghost .x-tree-ec-icon{
  2410. display:none !important;
  2411. }
  2412. /* Fix for ie rootVisible:false issue */
  2413. .x-tree-root-ct {
  2414. zoom:1;
  2415. }
  2416. .x-date-picker {
  2417. border: 1px solid;
  2418. border-top:0 none;
  2419. position:relative;
  2420. }
  2421. .x-date-picker a {
  2422. -moz-outline:0 none;
  2423. outline:0 none;
  2424. }
  2425. .x-date-inner, .x-date-inner td, .x-date-inner th{
  2426. border-collapse:separate;
  2427. }
  2428. .x-date-middle,.x-date-left,.x-date-right {
  2429. background: repeat-x 0 -83px;
  2430. overflow:hidden;
  2431. }
  2432. .x-date-middle .x-btn-tc,.x-date-middle .x-btn-tl,.x-date-middle .x-btn-tr,
  2433. .x-date-middle .x-btn-mc,.x-date-middle .x-btn-ml,.x-date-middle .x-btn-mr,
  2434. .x-date-middle .x-btn-bc,.x-date-middle .x-btn-bl,.x-date-middle .x-btn-br{
  2435. background:transparent !important;
  2436. vertical-align:middle;
  2437. }
  2438. .x-date-middle .x-btn-mc em.x-btn-arrow {
  2439. background:transparent no-repeat right 0;
  2440. }
  2441. .x-date-right, .x-date-left {
  2442. width:18px;
  2443. }
  2444. .x-date-right{
  2445. text-align:right;
  2446. }
  2447. .x-date-middle {
  2448. padding-top:2px;
  2449. padding-bottom:2px;
  2450. width:130px; /* FF3 */
  2451. }
  2452. .x-date-right a, .x-date-left a{
  2453. display:block;
  2454. width:16px;
  2455. height:16px;
  2456. background-position: center;
  2457. background-repeat: no-repeat;
  2458. cursor:pointer;
  2459. -moz-opacity: 0.6;
  2460. opacity:.6;
  2461. filter: alpha(opacity=60);
  2462. }
  2463. .x-date-right a:hover, .x-date-left a:hover{
  2464. -moz-opacity: 1;
  2465. opacity:1;
  2466. filter: alpha(opacity=100);
  2467. }
  2468. .x-item-disabled .x-date-right a:hover, .x-item-disabled .x-date-left a:hover{
  2469. -moz-opacity: 0.6;
  2470. opacity:.6;
  2471. filter: alpha(opacity=60);
  2472. }
  2473. .x-date-right a {
  2474. margin-right:2px;
  2475. text-decoration:none !important;
  2476. }
  2477. .x-date-left a{
  2478. margin-left:2px;
  2479. text-decoration:none !important;
  2480. }
  2481. table.x-date-inner {
  2482. width: 100%;
  2483. table-layout:fixed;
  2484. }
  2485. .ext-webkit table.x-date-inner{
  2486. /* Fix for webkit browsers */
  2487. width: 175px;
  2488. }
  2489. .x-date-inner th {
  2490. width:25px;
  2491. }
  2492. .x-date-inner th {
  2493. background: repeat-x left top;
  2494. text-align:right !important;
  2495. border-bottom: 1px solid;
  2496. cursor:default;
  2497. padding:0;
  2498. border-collapse:separate;
  2499. }
  2500. .x-date-inner th span {
  2501. display:block;
  2502. padding:2px;
  2503. padding-right:7px;
  2504. }
  2505. .x-date-inner td {
  2506. border: 1px solid;
  2507. text-align:right;
  2508. padding:0;
  2509. }
  2510. .x-date-inner a {
  2511. padding:2px 5px;
  2512. display:block;
  2513. text-decoration:none;
  2514. text-align:right;
  2515. zoom:1;
  2516. }
  2517. .x-date-inner .x-date-active{
  2518. cursor:pointer;
  2519. color:black;
  2520. }
  2521. .x-date-inner .x-date-selected a{
  2522. background: repeat-x left top;
  2523. border:1px solid;
  2524. padding:1px 4px;
  2525. }
  2526. .x-date-inner .x-date-today a{
  2527. border: 1px solid;
  2528. padding:1px 4px;
  2529. }
  2530. .x-date-inner .x-date-prevday a,.x-date-inner .x-date-nextday a {
  2531. text-decoration:none !important;
  2532. }
  2533. .x-date-bottom {
  2534. padding:4px;
  2535. border-top: 1px solid;
  2536. background: repeat-x left top;
  2537. }
  2538. .x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover{
  2539. text-decoration:none !important;
  2540. }
  2541. .x-item-disabled .x-date-inner a:hover{
  2542. background: none;
  2543. }
  2544. .x-date-inner .x-date-disabled a {
  2545. cursor:default;
  2546. }
  2547. .x-date-menu .x-menu-item {
  2548. padding:1px 24px 1px 4px;
  2549. white-space: nowrap;
  2550. }
  2551. .x-date-menu .x-menu-item .x-menu-item-icon {
  2552. width:10px;
  2553. height:10px;
  2554. margin-right:5px;
  2555. background-position:center -4px !important;
  2556. }
  2557. .x-date-mp {
  2558. position:absolute;
  2559. left:0;
  2560. top:0;
  2561. display:none;
  2562. }
  2563. .x-date-mp td {
  2564. padding:2px;
  2565. font:normal 11px arial, helvetica,tahoma,sans-serif;
  2566. }
  2567. td.x-date-mp-month,td.x-date-mp-year,td.x-date-mp-ybtn {
  2568. border: 0 none;
  2569. text-align:center;
  2570. vertical-align: middle;
  2571. width:25%;
  2572. }
  2573. .x-date-mp-ok {
  2574. margin-right:3px;
  2575. }
  2576. .x-date-mp-btns button {
  2577. text-decoration:none;
  2578. text-align:center;
  2579. text-decoration:none !important;
  2580. border:1px solid;
  2581. padding:1px 3px 1px;
  2582. cursor:pointer;
  2583. }
  2584. .x-date-mp-btns {
  2585. background: repeat-x left top;
  2586. }
  2587. .x-date-mp-btns td {
  2588. border-top: 1px solid;
  2589. text-align:center;
  2590. }
  2591. td.x-date-mp-month a,td.x-date-mp-year a {
  2592. display:block;
  2593. padding:2px 4px;
  2594. text-decoration:none;
  2595. text-align:center;
  2596. }
  2597. td.x-date-mp-month a:hover,td.x-date-mp-year a:hover {
  2598. text-decoration:none;
  2599. cursor:pointer;
  2600. }
  2601. td.x-date-mp-sel a {
  2602. padding:1px 3px;
  2603. background: repeat-x left top;
  2604. border:1px solid;
  2605. }
  2606. .x-date-mp-ybtn a {
  2607. overflow:hidden;
  2608. width:15px;
  2609. height:15px;
  2610. cursor:pointer;
  2611. background:transparent no-repeat;
  2612. display:block;
  2613. margin:0 auto;
  2614. }
  2615. .x-date-mp-ybtn a.x-date-mp-next {
  2616. background-position:0 -120px;
  2617. }
  2618. .x-date-mp-ybtn a.x-date-mp-next:hover {
  2619. background-position:-15px -120px;
  2620. }
  2621. .x-date-mp-ybtn a.x-date-mp-prev {
  2622. background-position:0 -105px;
  2623. }
  2624. .x-date-mp-ybtn a.x-date-mp-prev:hover {
  2625. background-position:-15px -105px;
  2626. }
  2627. .x-date-mp-ybtn {
  2628. text-align:center;
  2629. }
  2630. td.x-date-mp-sep {
  2631. border-right:1px solid;
  2632. }.x-tip{
  2633. position: absolute;
  2634. top: 0;
  2635. left:0;
  2636. visibility: hidden;
  2637. z-index: 20002;
  2638. border:0 none;
  2639. }
  2640. .x-tip .x-tip-close{
  2641. height: 15px;
  2642. float:right;
  2643. width: 15px;
  2644. margin:0 0 2px 2px;
  2645. cursor:pointer;
  2646. display:none;
  2647. }
  2648. .x-tip .x-tip-tc {
  2649. background: transparent no-repeat 0 -62px;
  2650. padding-top:3px;
  2651. overflow:hidden;
  2652. zoom:1;
  2653. }
  2654. .x-tip .x-tip-tl {
  2655. background: transparent no-repeat 0 0;
  2656. padding-left:6px;
  2657. overflow:hidden;
  2658. zoom:1;
  2659. }
  2660. .x-tip .x-tip-tr {
  2661. background: transparent no-repeat right 0;
  2662. padding-right:6px;
  2663. overflow:hidden;
  2664. zoom:1;
  2665. }
  2666. .x-tip .x-tip-bc {
  2667. background: transparent no-repeat 0 -121px;
  2668. height:3px;
  2669. overflow:hidden;
  2670. }
  2671. .x-tip .x-tip-bl {
  2672. background: transparent no-repeat 0 -59px;
  2673. padding-left:6px;
  2674. zoom:1;
  2675. }
  2676. .x-tip .x-tip-br {
  2677. background: transparent no-repeat right -59px;
  2678. padding-right:6px;
  2679. zoom:1;
  2680. }
  2681. .x-tip .x-tip-mc {
  2682. border:0 none;
  2683. }
  2684. .x-tip .x-tip-ml {
  2685. background: no-repeat 0 -124px;
  2686. padding-left:6px;
  2687. zoom:1;
  2688. }
  2689. .x-tip .x-tip-mr {
  2690. background: transparent no-repeat right -124px;
  2691. padding-right:6px;
  2692. zoom:1;
  2693. }
  2694. .ext-ie .x-tip .x-tip-header,.ext-ie .x-tip .x-tip-tc {
  2695. font-size:0;
  2696. line-height:0;
  2697. }
  2698. .ext-border-box .x-tip .x-tip-header, .ext-border-box .x-tip .x-tip-tc{
  2699. line-height: 1px;
  2700. }
  2701. .x-tip .x-tip-header-text {
  2702. padding:0;
  2703. margin:0 0 2px 0;
  2704. }
  2705. .x-tip .x-tip-body {
  2706. margin:0 !important;
  2707. line-height:14px;
  2708. padding:0;
  2709. }
  2710. .x-tip .x-tip-body .loading-indicator {
  2711. margin:0;
  2712. }
  2713. .x-tip-draggable .x-tip-header,.x-tip-draggable .x-tip-header-text {
  2714. cursor:move;
  2715. }
  2716. .x-form-invalid-tip .x-tip-tc {
  2717. background: repeat-x 0 -12px;
  2718. padding-top:6px;
  2719. }
  2720. .x-form-invalid-tip .x-tip-bc {
  2721. background: repeat-x 0 -18px;
  2722. height:6px;
  2723. }
  2724. .x-form-invalid-tip .x-tip-bl {
  2725. background: no-repeat 0 -6px;
  2726. }
  2727. .x-form-invalid-tip .x-tip-br {
  2728. background: no-repeat right -6px;
  2729. }
  2730. .x-form-invalid-tip .x-tip-body {
  2731. padding:2px;
  2732. }
  2733. .x-form-invalid-tip .x-tip-body {
  2734. padding-left:24px;
  2735. background:transparent no-repeat 2px 2px;
  2736. }
  2737. .x-tip-anchor {
  2738. position: absolute;
  2739. width: 9px;
  2740. height: 10px;
  2741. overflow:hidden;
  2742. background: transparent no-repeat 0 0;
  2743. zoom:1;
  2744. }
  2745. .x-tip-anchor-bottom {
  2746. background-position: -9px 0;
  2747. }
  2748. .x-tip-anchor-right {
  2749. background-position: -18px 0;
  2750. width: 10px;
  2751. }
  2752. .x-tip-anchor-left {
  2753. background-position: -28px 0;
  2754. width: 10px;
  2755. }.x-menu {
  2756. z-index: 15000;
  2757. zoom: 1;
  2758. background: repeat-y;
  2759. }
  2760. .x-menu-floating{
  2761. border: 1px solid;
  2762. }
  2763. .x-menu a {
  2764. text-decoration: none !important;
  2765. }
  2766. .ext-ie .x-menu {
  2767. zoom:1;
  2768. overflow:hidden;
  2769. }
  2770. .x-menu-list{
  2771. padding: 2px;
  2772. background:transparent;
  2773. border:0 none;
  2774. overflow:hidden;
  2775. overflow-y: hidden;
  2776. }
  2777. .ext-strict .ext-ie .x-menu-list{
  2778. position: relative;
  2779. }
  2780. .x-menu li{
  2781. line-height:100%;
  2782. }
  2783. .x-menu li.x-menu-sep-li{
  2784. font-size:1px;
  2785. line-height:1px;
  2786. }
  2787. .x-menu-list-item{
  2788. white-space: nowrap;
  2789. display:block;
  2790. padding:1px;
  2791. }
  2792. .x-menu-item{
  2793. -moz-user-select: none;
  2794. -khtml-user-select:none;
  2795. -webkit-user-select:ignore;
  2796. }
  2797. .x-menu-item-arrow{
  2798. background:transparent no-repeat right;
  2799. }
  2800. .x-menu-sep {
  2801. display:block;
  2802. font-size:1px;
  2803. line-height:1px;
  2804. margin: 2px 3px;
  2805. border-bottom:1px solid;
  2806. overflow:hidden;
  2807. }
  2808. .x-menu-focus {
  2809. position:absolute;
  2810. left:-1px;
  2811. top:-1px;
  2812. width:1px;
  2813. height:1px;
  2814. line-height:1px;
  2815. font-size:1px;
  2816. -moz-outline:0 none;
  2817. outline:0 none;
  2818. -moz-user-select: none;
  2819. -khtml-user-select:none;
  2820. -webkit-user-select:ignore;
  2821. overflow:hidden;
  2822. display:block;
  2823. }
  2824. a.x-menu-item {
  2825. cursor: pointer;
  2826. display: block;
  2827. line-height: 16px;
  2828. outline-color: -moz-use-text-color;
  2829. outline-style: none;
  2830. outline-width: 0;
  2831. padding: 3px 21px 3px 27px;
  2832. position: relative;
  2833. text-decoration: none;
  2834. white-space: nowrap;
  2835. }
  2836. .x-menu-item-active {
  2837. background-repeat: repeat-x;
  2838. background-position: left bottom;
  2839. border-style:solid;
  2840. border-width: 1px 0;
  2841. margin:0 1px;
  2842. padding: 0;
  2843. }
  2844. .x-menu-item-active a.x-menu-item {
  2845. border-style:solid;
  2846. border-width:0 1px;
  2847. margin:0 -1px;
  2848. }
  2849. .x-menu-item-icon {
  2850. border: 0 none;
  2851. height: 16px;
  2852. padding: 0;
  2853. vertical-align: top;
  2854. width: 16px;
  2855. position: absolute;
  2856. left: 3px;
  2857. top: 3px;
  2858. margin: 0;
  2859. background-position:center;
  2860. }
  2861. .ext-ie .x-menu-item-icon {
  2862. left: -24px;
  2863. }
  2864. .ext-strict .x-menu-item-icon {
  2865. left: 3px;
  2866. }
  2867. .ext-ie6 .x-menu-item-icon {
  2868. left: -24px;
  2869. }
  2870. .ext-ie .x-menu-item-icon {
  2871. vertical-align: middle;
  2872. }
  2873. .x-menu-check-item .x-menu-item-icon{
  2874. background: transparent no-repeat center;
  2875. }
  2876. .x-menu-group-item .x-menu-item-icon{
  2877. background: transparent;
  2878. }
  2879. .x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
  2880. background: transparent no-repeat center;
  2881. }
  2882. .x-date-menu .x-menu-list{
  2883. padding: 0;
  2884. }
  2885. .x-menu-date-item{
  2886. padding:0;
  2887. }
  2888. .x-menu .x-color-palette, .x-menu .x-date-picker{
  2889. margin-left: 26px;
  2890. margin-right:4px;
  2891. }
  2892. .x-menu .x-date-picker{
  2893. border:1px solid;
  2894. margin-top:2px;
  2895. margin-bottom:2px;
  2896. }
  2897. .x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker{
  2898. margin: 0;
  2899. border: 0 none;
  2900. }
  2901. .x-date-menu {
  2902. padding:0 !important;
  2903. }
  2904. /*
  2905. * fixes separator visibility problem in IE 6
  2906. */
  2907. .ext-strict .ext-ie6 .x-menu-sep-li {
  2908. padding: 3px 4px;
  2909. }
  2910. .ext-strict .ext-ie6 .x-menu-sep {
  2911. margin: 0;
  2912. height: 1px;
  2913. }
  2914. /*
  2915. * Ugly mess to remove the white border under the picker
  2916. */
  2917. .ext-ie .x-date-menu{
  2918. height: 199px;
  2919. }
  2920. .ext-strict .ext-ie .x-date-menu, .ext-border-box .ext-ie8 .x-date-menu{
  2921. height: 197px;
  2922. }
  2923. .ext-strict .ext-ie7 .x-date-menu{
  2924. height: 195px;
  2925. }
  2926. .ext-strict .ext-ie8 .x-date-menu{
  2927. height: auto;
  2928. }
  2929. .x-cycle-menu .x-menu-item-checked {
  2930. border:1px dotted !important;
  2931. padding:0;
  2932. }
  2933. .x-menu .x-menu-scroller {
  2934. width: 100%;
  2935. background-repeat:no-repeat;
  2936. background-position:center;
  2937. height:8px;
  2938. line-height: 8px;
  2939. cursor:pointer;
  2940. margin: 0;
  2941. padding: 0;
  2942. }
  2943. .x-menu .x-menu-scroller-active{
  2944. height: 6px;
  2945. line-height: 6px;
  2946. }
  2947. .x-menu-list-item-indent{
  2948. padding-left: 27px;
  2949. }/*
  2950. Creates rounded, raised boxes like on the Ext website - the markup isn't pretty:
  2951. <div class="x-box-blue">
  2952. <div class="x-box-tl"><div class="x-box-tr"><div class="x-box-tc"></div></div></div>
  2953. <div class="x-box-ml"><div class="x-box-mr"><div class="x-box-mc">
  2954. <h3>YOUR TITLE HERE (optional)</h3>
  2955. <div>YOUR CONTENT HERE</div>
  2956. </div></div></div>
  2957. <div class="x-box-bl"><div class="x-box-br"><div class="x-box-bc"></div></div></div>
  2958. </div>
  2959. */
  2960. .x-box-tl {
  2961. background: transparent no-repeat 0 0;
  2962. zoom:1;
  2963. }
  2964. .x-box-tc {
  2965. height: 8px;
  2966. background: transparent repeat-x 0 0;
  2967. overflow: hidden;
  2968. }
  2969. .x-box-tr {
  2970. background: transparent no-repeat right -8px;
  2971. }
  2972. .x-box-ml {
  2973. background: transparent repeat-y 0;
  2974. padding-left: 4px;
  2975. overflow: hidden;
  2976. zoom:1;
  2977. }
  2978. .x-box-mc {
  2979. background: repeat-x 0 -16px;
  2980. padding: 4px 10px;
  2981. }
  2982. .x-box-mc h3 {
  2983. margin: 0 0 4px 0;
  2984. zoom:1;
  2985. }
  2986. .x-box-mr {
  2987. background: transparent repeat-y right;
  2988. padding-right: 4px;
  2989. overflow: hidden;
  2990. }
  2991. .x-box-bl {
  2992. background: transparent no-repeat 0 -16px;
  2993. zoom:1;
  2994. }
  2995. .x-box-bc {
  2996. background: transparent repeat-x 0 -8px;
  2997. height: 8px;
  2998. overflow: hidden;
  2999. }
  3000. .x-box-br {
  3001. background: transparent no-repeat right -24px;
  3002. }
  3003. .x-box-tl, .x-box-bl {
  3004. padding-left: 8px;
  3005. overflow: hidden;
  3006. }
  3007. .x-box-tr, .x-box-br {
  3008. padding-right: 8px;
  3009. overflow: hidden;
  3010. }.x-combo-list {
  3011. border:1px solid;
  3012. zoom:1;
  3013. overflow:hidden;
  3014. }
  3015. .x-combo-list-inner {
  3016. overflow:auto;
  3017. position:relative; /* for calculating scroll offsets */
  3018. zoom:1;
  3019. overflow-x:hidden;
  3020. }
  3021. .x-combo-list-hd {
  3022. border-bottom:1px solid;
  3023. padding:3px;
  3024. }
  3025. .x-resizable-pinned .x-combo-list-inner {
  3026. border-bottom:1px solid;
  3027. }
  3028. .x-combo-list-item {
  3029. padding:2px;
  3030. border:1px solid;
  3031. white-space: nowrap;
  3032. overflow:hidden;
  3033. text-overflow: ellipsis;
  3034. }
  3035. .x-combo-list .x-combo-selected{
  3036. border:1px dotted !important;
  3037. cursor:pointer;
  3038. }
  3039. .x-combo-list .x-toolbar {
  3040. border-top:1px solid;
  3041. border-bottom:0 none;
  3042. }.x-panel {
  3043. border-style: solid;
  3044. border-width:0;
  3045. }
  3046. .x-panel-header {
  3047. overflow:hidden;
  3048. zoom:1;
  3049. padding:5px 3px 4px 5px;
  3050. border:1px solid;
  3051. line-height: 15px;
  3052. background: transparent repeat-x 0 -1px;
  3053. }
  3054. .x-panel-body {
  3055. border:1px solid;
  3056. border-top:0 none;
  3057. overflow:hidden;
  3058. position: relative; /* added for item scroll positioning */
  3059. }
  3060. .x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar {
  3061. border:1px solid;
  3062. border-top:0 none;
  3063. overflow:hidden;
  3064. padding:2px;
  3065. }
  3066. .x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
  3067. border-top:1px solid;
  3068. border-bottom: 0 none;
  3069. }
  3070. .x-panel-body-noheader, .x-panel-mc .x-panel-body {
  3071. border-top:1px solid;
  3072. }
  3073. .x-panel-header {
  3074. overflow:hidden;
  3075. zoom:1;
  3076. }
  3077. .x-panel-tl .x-panel-header {
  3078. padding:5px 0 4px 0;
  3079. border:0 none;
  3080. background:transparent;
  3081. }
  3082. .x-panel-tl .x-panel-icon, .x-window-tl .x-panel-icon {
  3083. padding-left:20px !important;
  3084. background-repeat:no-repeat;
  3085. background-position:0 4px;
  3086. zoom:1;
  3087. }
  3088. .x-panel-inline-icon {
  3089. width:16px;
  3090. height:16px;
  3091. background-repeat:no-repeat;
  3092. background-position:0 0;
  3093. vertical-align:middle;
  3094. margin-right:4px;
  3095. margin-top:-1px;
  3096. margin-bottom:-1px;
  3097. }
  3098. .x-panel-tc {
  3099. background: transparent repeat-x 0 0;
  3100. overflow:hidden;
  3101. }
  3102. /* fix ie7 strict mode bug */
  3103. .ext-strict .ext-ie7 .x-panel-tc {
  3104. overflow: visible;
  3105. }
  3106. .x-panel-tl {
  3107. background: transparent no-repeat 0 0;
  3108. padding-left:6px;
  3109. zoom:1;
  3110. border-bottom:1px solid;
  3111. }
  3112. .x-panel-tr {
  3113. background: transparent no-repeat right 0;
  3114. zoom:1;
  3115. padding-right:6px;
  3116. }
  3117. .x-panel-bc {
  3118. background: transparent repeat-x 0 bottom;
  3119. zoom:1;
  3120. }
  3121. .x-panel-bc .x-panel-footer {
  3122. zoom:1;
  3123. }
  3124. .x-panel-bl {
  3125. background: transparent no-repeat 0 bottom;
  3126. padding-left:6px;
  3127. zoom:1;
  3128. }
  3129. .x-panel-br {
  3130. background: transparent no-repeat right bottom;
  3131. padding-right:6px;
  3132. zoom:1;
  3133. }
  3134. .x-panel-mc {
  3135. border:0 none;
  3136. padding:0;
  3137. margin:0;
  3138. padding-top:6px;
  3139. }
  3140. .x-panel-mc .x-panel-body {
  3141. background:transparent;
  3142. border: 0 none;
  3143. }
  3144. .x-panel-ml {
  3145. background: repeat-y 0 0;
  3146. padding-left:6px;
  3147. zoom:1;
  3148. }
  3149. .x-panel-mr {
  3150. background: transparent repeat-y right 0;
  3151. padding-right:6px;
  3152. zoom:1;
  3153. }
  3154. .x-panel-bc .x-panel-footer {
  3155. padding-bottom:6px;
  3156. }
  3157. .x-panel-nofooter .x-panel-bc, .x-panel-nofooter .x-window-bc {
  3158. height:6px;
  3159. font-size:0;
  3160. line-height:0;
  3161. }
  3162. .x-panel-bwrap {
  3163. overflow:hidden;
  3164. zoom:1;
  3165. left:0;
  3166. top:0;
  3167. }
  3168. .x-panel-body {
  3169. overflow:hidden;
  3170. zoom:1;
  3171. }
  3172. .x-panel-collapsed .x-resizable-handle{
  3173. display:none;
  3174. }
  3175. .ext-gecko .x-panel-animated div {
  3176. overflow:hidden !important;
  3177. }
  3178. /* Plain */
  3179. .x-plain-body {
  3180. overflow:hidden;
  3181. }
  3182. .x-plain-bbar .x-toolbar {
  3183. overflow:hidden;
  3184. padding:2px;
  3185. }
  3186. .x-plain-tbar .x-toolbar {
  3187. overflow:hidden;
  3188. padding:2px;
  3189. }
  3190. .x-plain-bwrap {
  3191. overflow:hidden;
  3192. zoom:1;
  3193. }
  3194. .x-plain {
  3195. overflow:hidden;
  3196. }
  3197. /* Tools */
  3198. .x-tool {
  3199. overflow:hidden;
  3200. width:15px;
  3201. height:15px;
  3202. float:right;
  3203. cursor:pointer;
  3204. background:transparent no-repeat;
  3205. margin-left:2px;
  3206. }
  3207. /* expand / collapse tools */
  3208. .x-tool-toggle {
  3209. background-position:0 -60px;
  3210. }
  3211. .x-tool-toggle-over {
  3212. background-position:-15px -60px;
  3213. }
  3214. .x-panel-collapsed .x-tool-toggle {
  3215. background-position:0 -75px;
  3216. }
  3217. .x-panel-collapsed .x-tool-toggle-over {
  3218. background-position:-15px -75px;
  3219. }
  3220. .x-tool-close {
  3221. background-position:0 -0;
  3222. }
  3223. .x-tool-close-over {
  3224. background-position:-15px 0;
  3225. }
  3226. .x-tool-minimize {
  3227. background-position:0 -15px;
  3228. }
  3229. .x-tool-minimize-over {
  3230. background-position:-15px -15px;
  3231. }
  3232. .x-tool-maximize {
  3233. background-position:0 -30px;
  3234. }
  3235. .x-tool-maximize-over {
  3236. background-position:-15px -30px;
  3237. }
  3238. .x-tool-restore {
  3239. background-position:0 -45px;
  3240. }
  3241. .x-tool-restore-over {
  3242. background-position:-15px -45px;
  3243. }
  3244. .x-tool-gear {
  3245. background-position:0 -90px;
  3246. }
  3247. .x-tool-gear-over {
  3248. background-position:-15px -90px;
  3249. }
  3250. .x-tool-pin {
  3251. background-position:0 -135px;
  3252. }
  3253. .x-tool-pin-over {
  3254. background-position:-15px -135px;
  3255. }
  3256. .x-tool-unpin {
  3257. background-position:0 -150px;
  3258. }
  3259. .x-tool-unpin-over {
  3260. background-position:-15px -150px;
  3261. }
  3262. .x-tool-right {
  3263. background-position:0 -165px;
  3264. }
  3265. .x-tool-right-over {
  3266. background-position:-15px -165px;
  3267. }
  3268. .x-tool-left {
  3269. background-position:0 -180px;
  3270. }
  3271. .x-tool-left-over {
  3272. background-position:-15px -180px;
  3273. }
  3274. .x-tool-up {
  3275. background-position:0 -210px;
  3276. }
  3277. .x-tool-up-over {
  3278. background-position:-15px -210px;
  3279. }
  3280. .x-tool-down {
  3281. background-position:0 -195px;
  3282. }
  3283. .x-tool-down-over {
  3284. background-position:-15px -195px;
  3285. }
  3286. .x-tool-refresh {
  3287. background-position:0 -225px;
  3288. }
  3289. .x-tool-refresh-over {
  3290. background-position:-15px -225px;
  3291. }
  3292. .x-tool-minus {
  3293. background-position:0 -255px;
  3294. }
  3295. .x-tool-minus-over {
  3296. background-position:-15px -255px;
  3297. }
  3298. .x-tool-plus {
  3299. background-position:0 -240px;
  3300. }
  3301. .x-tool-plus-over {
  3302. background-position:-15px -240px;
  3303. }
  3304. .x-tool-search {
  3305. background-position:0 -270px;
  3306. }
  3307. .x-tool-search-over {
  3308. background-position:-15px -270px;
  3309. }
  3310. .x-tool-save {
  3311. background-position:0 -285px;
  3312. }
  3313. .x-tool-save-over {
  3314. background-position:-15px -285px;
  3315. }
  3316. .x-tool-help {
  3317. background-position:0 -300px;
  3318. }
  3319. .x-tool-help-over {
  3320. background-position:-15px -300px;
  3321. }
  3322. .x-tool-print {
  3323. background-position:0 -315px;
  3324. }
  3325. .x-tool-print-over {
  3326. background-position:-15px -315px;
  3327. }
  3328. /* Ghosting */
  3329. .x-panel-ghost {
  3330. z-index:12000;
  3331. overflow:hidden;
  3332. position:absolute;
  3333. left:0;top:0;
  3334. opacity:.65;
  3335. -moz-opacity:.65;
  3336. filter:alpha(opacity=65);
  3337. }
  3338. .x-panel-ghost ul {
  3339. margin:0;
  3340. padding:0;
  3341. overflow:hidden;
  3342. font-size:0;
  3343. line-height:0;
  3344. border:1px solid;
  3345. border-top:0 none;
  3346. display:block;
  3347. }
  3348. .x-panel-ghost * {
  3349. cursor:move !important;
  3350. }
  3351. .x-panel-dd-spacer {
  3352. border:2px dashed;
  3353. }
  3354. /* Buttons */
  3355. .x-panel-btns {
  3356. padding:5px;
  3357. overflow:hidden;
  3358. }
  3359. .x-panel-btns td.x-toolbar-cell{
  3360. padding:3px;
  3361. }
  3362. .x-panel-btns .x-btn-focus .x-btn-left{
  3363. background-position:0 -147px;
  3364. }
  3365. .x-panel-btns .x-btn-focus .x-btn-right{
  3366. background-position:0 -168px;
  3367. }
  3368. .x-panel-btns .x-btn-focus .x-btn-center{
  3369. background-position:0 -189px;
  3370. }
  3371. .x-panel-btns .x-btn-over .x-btn-left{
  3372. background-position:0 -63px;
  3373. }
  3374. .x-panel-btns .x-btn-over .x-btn-right{
  3375. background-position:0 -84px;
  3376. }
  3377. .x-panel-btns .x-btn-over .x-btn-center{
  3378. background-position:0 -105px;
  3379. }
  3380. .x-panel-btns .x-btn-click .x-btn-center{
  3381. background-position:0 -126px;
  3382. }
  3383. .x-panel-btns .x-btn-click .x-btn-right{
  3384. background-position:0 -84px;
  3385. }
  3386. .x-panel-btns .x-btn-click .x-btn-left{
  3387. background-position:0 -63px;
  3388. }
  3389. .x-panel-fbar td,.x-panel-fbar span,.x-panel-fbar input,.x-panel-fbar div,.x-panel-fbar select,.x-panel-fbar label{
  3390. white-space: nowrap;
  3391. }
  3392. /**
  3393. * W3C Suggested Default style sheet for HTML 4
  3394. * http://www.w3.org/TR/CSS21/sample.html
  3395. *
  3396. * Resets for Ext.Panel @cfg normal: true
  3397. */
  3398. .x-panel-reset .x-panel-body html,
  3399. .x-panel-reset .x-panel-body address,
  3400. .x-panel-reset .x-panel-body blockquote,
  3401. .x-panel-reset .x-panel-body body,
  3402. .x-panel-reset .x-panel-body dd,
  3403. .x-panel-reset .x-panel-body div,
  3404. .x-panel-reset .x-panel-body dl,
  3405. .x-panel-reset .x-panel-body dt,
  3406. .x-panel-reset .x-panel-body fieldset,
  3407. .x-panel-reset .x-panel-body form,
  3408. .x-panel-reset .x-panel-body frame, frameset,
  3409. .x-panel-reset .x-panel-body h1,
  3410. .x-panel-reset .x-panel-body h2,
  3411. .x-panel-reset .x-panel-body h3,
  3412. .x-panel-reset .x-panel-body h4,
  3413. .x-panel-reset .x-panel-body h5,
  3414. .x-panel-reset .x-panel-body h6,
  3415. .x-panel-reset .x-panel-body noframes,
  3416. .x-panel-reset .x-panel-body ol,
  3417. .x-panel-reset .x-panel-body p,
  3418. .x-panel-reset .x-panel-body ul,
  3419. .x-panel-reset .x-panel-body center,
  3420. .x-panel-reset .x-panel-body dir,
  3421. .x-panel-reset .x-panel-body hr,
  3422. .x-panel-reset .x-panel-body menu,
  3423. .x-panel-reset .x-panel-body pre { display: block }
  3424. .x-panel-reset .x-panel-body li { display: list-item }
  3425. .x-panel-reset .x-panel-body head { display: none }
  3426. .x-panel-reset .x-panel-body table { display: table }
  3427. .x-panel-reset .x-panel-body tr { display: table-row }
  3428. .x-panel-reset .x-panel-body thead { display: table-header-group }
  3429. .x-panel-reset .x-panel-body tbody { display: table-row-group }
  3430. .x-panel-reset .x-panel-body tfoot { display: table-footer-group }
  3431. .x-panel-reset .x-panel-body col { display: table-column }
  3432. .x-panel-reset .x-panel-body colgroup { display: table-column-group }
  3433. .x-panel-reset .x-panel-body td,
  3434. .x-panel-reset .x-panel-body th { display: table-cell }
  3435. .x-panel-reset .x-panel-body caption { display: table-caption }
  3436. .x-panel-reset .x-panel-body th { font-weight: bolder; text-align: center }
  3437. .x-panel-reset .x-panel-body caption { text-align: center }
  3438. .x-panel-reset .x-panel-body body { margin: 8px }
  3439. .x-panel-reset .x-panel-body h1 { font-size: 2em; margin: .67em 0 }
  3440. .x-panel-reset .x-panel-body h2 { font-size: 1.5em; margin: .75em 0 }
  3441. .x-panel-reset .x-panel-body h3 { font-size: 1.17em; margin: .83em 0 }
  3442. .x-panel-reset .x-panel-body h4,
  3443. .x-panel-reset .x-panel-body p,
  3444. .x-panel-reset .x-panel-body blockquote,
  3445. .x-panel-reset .x-panel-body ul,
  3446. .x-panel-reset .x-panel-body fieldset,
  3447. .x-panel-reset .x-panel-body form,
  3448. .x-panel-reset .x-panel-body ol,
  3449. .x-panel-reset .x-panel-body dl,
  3450. .x-panel-reset .x-panel-body dir,
  3451. .x-panel-reset .x-panel-body menu { margin: 1.12em 0 }
  3452. .x-panel-reset .x-panel-body h5 { font-size: .83em; margin: 1.5em 0 }
  3453. .x-panel-reset .x-panel-body h6 { font-size: .75em; margin: 1.67em 0 }
  3454. .x-panel-reset .x-panel-body h1,
  3455. .x-panel-reset .x-panel-body h2,
  3456. .x-panel-reset .x-panel-body h3,
  3457. .x-panel-reset .x-panel-body h4,
  3458. .x-panel-reset .x-panel-body h5,
  3459. .x-panel-reset .x-panel-body h6,
  3460. .x-panel-reset .x-panel-body b,
  3461. .x-panel-reset .x-panel-body strong { font-weight: bolder }
  3462. .x-panel-reset .x-panel-body blockquote { margin-left: 40px; margin-right: 40px }
  3463. .x-panel-reset .x-panel-body i,
  3464. .x-panel-reset .x-panel-body cite,
  3465. .x-panel-reset .x-panel-body em,
  3466. .x-panel-reset .x-panel-body var,
  3467. .x-panel-reset .x-panel-body address { font-style: italic }
  3468. .x-panel-reset .x-panel-body pre,
  3469. .x-panel-reset .x-panel-body tt,
  3470. .x-panel-reset .x-panel-body code,
  3471. .x-panel-reset .x-panel-body kbd,
  3472. .x-panel-reset .x-panel-body samp { font-family: monospace }
  3473. .x-panel-reset .x-panel-body pre { white-space: pre }
  3474. .x-panel-reset .x-panel-body button,
  3475. .x-panel-reset .x-panel-body textarea,
  3476. .x-panel-reset .x-panel-body input,
  3477. .x-panel-reset .x-panel-body select { display: inline-block }
  3478. .x-panel-reset .x-panel-body big { font-size: 1.17em }
  3479. .x-panel-reset .x-panel-body small,
  3480. .x-panel-reset .x-panel-body sub,
  3481. .x-panel-reset .x-panel-body sup { font-size: .83em }
  3482. .x-panel-reset .x-panel-body sub { vertical-align: sub }
  3483. .x-panel-reset .x-panel-body sup { vertical-align: super }
  3484. .x-panel-reset .x-panel-body table { border-spacing: 2px; }
  3485. .x-panel-reset .x-panel-body thead,
  3486. .x-panel-reset .x-panel-body tbody,
  3487. .x-panel-reset .x-panel-body tfoot { vertical-align: middle }
  3488. .x-panel-reset .x-panel-body td,
  3489. .x-panel-reset .x-panel-body th { vertical-align: inherit }
  3490. .x-panel-reset .x-panel-body s,
  3491. .x-panel-reset .x-panel-body strike,
  3492. .x-panel-reset .x-panel-body del { text-decoration: line-through }
  3493. .x-panel-reset .x-panel-body hr { border: 1px inset }
  3494. .x-panel-reset .x-panel-body ol,
  3495. .x-panel-reset .x-panel-body ul,
  3496. .x-panel-reset .x-panel-body dir,
  3497. .x-panel-reset .x-panel-body menu,
  3498. .x-panel-reset .x-panel-body dd { margin-left: 40px }
  3499. .x-panel-reset .x-panel-body ul, .x-panel-reset .x-panel-body menu, .x-panel-reset .x-panel-body dir { list-style-type: disc;}
  3500. .x-panel-reset .x-panel-body ol { list-style-type: decimal }
  3501. .x-panel-reset .x-panel-body ol ul,
  3502. .x-panel-reset .x-panel-body ul ol,
  3503. .x-panel-reset .x-panel-body ul ul,
  3504. .x-panel-reset .x-panel-body ol ol { margin-top: 0; margin-bottom: 0 }
  3505. .x-panel-reset .x-panel-body u,
  3506. .x-panel-reset .x-panel-body ins { text-decoration: underline }
  3507. .x-panel-reset .x-panel-body br:before { content: "\A" }
  3508. .x-panel-reset .x-panel-body :before, .x-panel-reset .x-panel-body :after { white-space: pre-line }
  3509. .x-panel-reset .x-panel-body center { text-align: center }
  3510. .x-panel-reset .x-panel-body :link, .x-panel-reset .x-panel-body :visited { text-decoration: underline }
  3511. .x-panel-reset .x-panel-body :focus { outline: invert dotted thin }
  3512. /* Begin bidirectionality settings (do not change) */
  3513. .x-panel-reset .x-panel-body BDO[DIR="ltr"] { direction: ltr; unicode-bidi: bidi-override }
  3514. .x-panel-reset .x-panel-body BDO[DIR="rtl"] { direction: rtl; unicode-bidi: bidi-override }
  3515. .x-window {
  3516. zoom:1;
  3517. }
  3518. .x-window .x-window-handle {
  3519. opacity:0;
  3520. -moz-opacity:0;
  3521. filter:alpha(opacity=0);
  3522. }
  3523. .x-window-proxy {
  3524. border:1px solid;
  3525. z-index:12000;
  3526. overflow:hidden;
  3527. position:absolute;
  3528. left:0;top:0;
  3529. display:none;
  3530. opacity:.5;
  3531. -moz-opacity:.5;
  3532. filter:alpha(opacity=50);
  3533. }
  3534. .x-window-header {
  3535. overflow:hidden;
  3536. zoom:1;
  3537. }
  3538. .x-window-bwrap {
  3539. z-index:1;
  3540. position:relative;
  3541. zoom:1;
  3542. left:0;top:0;
  3543. }
  3544. .x-window-tl .x-window-header {
  3545. padding:5px 0 4px 0;
  3546. }
  3547. .x-window-header-text {
  3548. cursor:pointer;
  3549. }
  3550. .x-window-tc {
  3551. background: transparent repeat-x 0 0;
  3552. overflow:hidden;
  3553. zoom:1;
  3554. }
  3555. .x-window-tl {
  3556. background: transparent no-repeat 0 0;
  3557. padding-left:6px;
  3558. zoom:1;
  3559. z-index:1;
  3560. position:relative;
  3561. }
  3562. .x-window-tr {
  3563. background: transparent no-repeat right 0;
  3564. padding-right:6px;
  3565. }
  3566. .x-window-bc {
  3567. background: transparent repeat-x 0 bottom;
  3568. zoom:1;
  3569. }
  3570. .x-window-bc .x-window-footer {
  3571. padding-bottom:6px;
  3572. zoom:1;
  3573. font-size:0;
  3574. line-height:0;
  3575. }
  3576. .x-window-bl {
  3577. background: transparent no-repeat 0 bottom;
  3578. padding-left:6px;
  3579. zoom:1;
  3580. }
  3581. .x-window-br {
  3582. background: transparent no-repeat right bottom;
  3583. padding-right:6px;
  3584. zoom:1;
  3585. }
  3586. .x-window-mc {
  3587. border:1px solid;
  3588. padding:0;
  3589. margin:0;
  3590. }
  3591. .x-window-ml {
  3592. background: transparent repeat-y 0 0;
  3593. padding-left:6px;
  3594. zoom:1;
  3595. }
  3596. .x-window-mr {
  3597. background: transparent repeat-y right 0;
  3598. padding-right:6px;
  3599. zoom:1;
  3600. }
  3601. .x-window-body {
  3602. overflow:hidden;
  3603. }
  3604. .x-window-bwrap {
  3605. overflow:hidden;
  3606. }
  3607. .x-window-maximized .x-window-bl, .x-window-maximized .x-window-br,
  3608. .x-window-maximized .x-window-ml, .x-window-maximized .x-window-mr,
  3609. .x-window-maximized .x-window-tl, .x-window-maximized .x-window-tr {
  3610. padding:0;
  3611. }
  3612. .x-window-maximized .x-window-footer {
  3613. padding-bottom:0;
  3614. }
  3615. .x-window-maximized .x-window-tc {
  3616. padding-left:3px;
  3617. padding-right:3px;
  3618. }
  3619. .x-window-maximized .x-window-mc {
  3620. border-left:0 none;
  3621. border-right:0 none;
  3622. }
  3623. .x-window-tbar .x-toolbar, .x-window-bbar .x-toolbar {
  3624. border-left:0 none;
  3625. border-right: 0 none;
  3626. }
  3627. .x-window-bbar .x-toolbar {
  3628. border-top:1px solid;
  3629. border-bottom:0 none;
  3630. }
  3631. .x-window-draggable, .x-window-draggable .x-window-header-text {
  3632. cursor:move;
  3633. }
  3634. .x-window-maximized .x-window-draggable, .x-window-maximized .x-window-draggable .x-window-header-text {
  3635. cursor:default;
  3636. }
  3637. .x-window-body {
  3638. background:transparent;
  3639. }
  3640. .x-panel-ghost .x-window-tl {
  3641. border-bottom:1px solid;
  3642. }
  3643. .x-panel-collapsed .x-window-tl {
  3644. border-bottom:1px solid;
  3645. }
  3646. .x-window-maximized-ct {
  3647. overflow:hidden;
  3648. }
  3649. .x-window-maximized .x-window-handle {
  3650. display:none;
  3651. }
  3652. .x-window-sizing-ghost ul {
  3653. border:0 none !important;
  3654. }
  3655. .x-dlg-focus{
  3656. -moz-outline:0 none;
  3657. outline:0 none;
  3658. width:0;
  3659. height:0;
  3660. overflow:hidden;
  3661. position:absolute;
  3662. top:0;
  3663. left:0;
  3664. }
  3665. .ext-webkit .x-dlg-focus{
  3666. width: 1px;
  3667. height: 1px;
  3668. }
  3669. .x-dlg-mask{
  3670. z-index:10000;
  3671. display:none;
  3672. position:absolute;
  3673. top:0;
  3674. left:0;
  3675. -moz-opacity: 0.5;
  3676. opacity:.50;
  3677. filter: alpha(opacity=50);
  3678. }
  3679. body.ext-ie6.x-body-masked select {
  3680. visibility:hidden;
  3681. }
  3682. body.ext-ie6.x-body-masked .x-window select {
  3683. visibility:visible;
  3684. }
  3685. .x-window-plain .x-window-mc {
  3686. border: 1px solid;
  3687. }
  3688. .x-window-plain .x-window-body {
  3689. border: 1px solid;
  3690. background:transparent !important;
  3691. }.x-html-editor-wrap {
  3692. border:1px solid;
  3693. }
  3694. .x-html-editor-tb .x-btn-text {
  3695. background:transparent no-repeat;
  3696. }
  3697. .x-html-editor-tb .x-edit-bold, .x-menu-item img.x-edit-bold {
  3698. background-position:0 0;
  3699. background-image:url(../images/default/editor/tb-sprite.gif);
  3700. }
  3701. .x-html-editor-tb .x-edit-italic, .x-menu-item img.x-edit-italic {
  3702. background-position:-16px 0;
  3703. background-image:url(../images/default/editor/tb-sprite.gif);
  3704. }
  3705. .x-html-editor-tb .x-edit-underline, .x-menu-item img.x-edit-underline {
  3706. background-position:-32px 0;
  3707. background-image:url(../images/default/editor/tb-sprite.gif);
  3708. }
  3709. .x-html-editor-tb .x-edit-forecolor, .x-menu-item img.x-edit-forecolor {
  3710. background-position:-160px 0;
  3711. background-image:url(../images/default/editor/tb-sprite.gif);
  3712. }
  3713. .x-html-editor-tb .x-edit-backcolor, .x-menu-item img.x-edit-backcolor {
  3714. background-position:-176px 0;
  3715. background-image:url(../images/default/editor/tb-sprite.gif);
  3716. }
  3717. .x-html-editor-tb .x-edit-justifyleft, .x-menu-item img.x-edit-justifyleft {
  3718. background-position:-112px 0;
  3719. background-image:url(../images/default/editor/tb-sprite.gif);
  3720. }
  3721. .x-html-editor-tb .x-edit-justifycenter, .x-menu-item img.x-edit-justifycenter {
  3722. background-position:-128px 0;
  3723. background-image:url(../images/default/editor/tb-sprite.gif);
  3724. }
  3725. .x-html-editor-tb .x-edit-justifyright, .x-menu-item img.x-edit-justifyright {
  3726. background-position:-144px 0;
  3727. background-image:url(../images/default/editor/tb-sprite.gif);
  3728. }
  3729. .x-html-editor-tb .x-edit-insertorderedlist, .x-menu-item img.x-edit-insertorderedlist {
  3730. background-position:-80px 0;
  3731. background-image:url(../images/default/editor/tb-sprite.gif);
  3732. }
  3733. .x-html-editor-tb .x-edit-insertunorderedlist, .x-menu-item img.x-edit-insertunorderedlist {
  3734. background-position:-96px 0;
  3735. background-image:url(../images/default/editor/tb-sprite.gif);
  3736. }
  3737. .x-html-editor-tb .x-edit-increasefontsize, .x-menu-item img.x-edit-increasefontsize {
  3738. background-position:-48px 0;
  3739. background-image:url(../images/default/editor/tb-sprite.gif);
  3740. }
  3741. .x-html-editor-tb .x-edit-decreasefontsize, .x-menu-item img.x-edit-decreasefontsize {
  3742. background-position:-64px 0;
  3743. background-image:url(../images/default/editor/tb-sprite.gif);
  3744. }
  3745. .x-html-editor-tb .x-edit-sourceedit, .x-menu-item img.x-edit-sourceedit {
  3746. background-position:-192px 0;
  3747. background-image:url(../images/default/editor/tb-sprite.gif);
  3748. }
  3749. .x-html-editor-tb .x-edit-createlink, .x-menu-item img.x-edit-createlink {
  3750. background-position:-208px 0;
  3751. background-image:url(../images/default/editor/tb-sprite.gif);
  3752. }
  3753. .x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
  3754. padding:5px;
  3755. padding-bottom:1px;
  3756. }
  3757. .x-html-editor-tb .x-toolbar {
  3758. position:static !important;
  3759. }.x-panel-noborder .x-panel-body-noborder {
  3760. border-width:0;
  3761. }
  3762. .x-panel-noborder .x-panel-header-noborder {
  3763. border-width:0 0 1px;
  3764. border-style:solid;
  3765. }
  3766. .x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
  3767. border-width:0 0 1px;
  3768. border-style:solid;
  3769. }
  3770. .x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
  3771. border-width:1px 0 0 0;
  3772. border-style:solid;
  3773. }
  3774. .x-window-noborder .x-window-mc {
  3775. border-width:0;
  3776. }
  3777. .x-window-plain .x-window-body-noborder {
  3778. border-width:0;
  3779. }
  3780. .x-tab-panel-noborder .x-tab-panel-body-noborder {
  3781. border-width:0;
  3782. }
  3783. .x-tab-panel-noborder .x-tab-panel-header-noborder {
  3784. border-width: 0 0 1px 0;
  3785. }
  3786. .x-tab-panel-noborder .x-tab-panel-footer-noborder {
  3787. border-width: 1px 0 0 0;
  3788. }
  3789. .x-tab-panel-bbar-noborder .x-toolbar {
  3790. border-width: 1px 0 0 0;
  3791. border-style:solid;
  3792. }
  3793. .x-tab-panel-tbar-noborder .x-toolbar {
  3794. border-width:0 0 1px;
  3795. border-style:solid;
  3796. }.x-border-layout-ct {
  3797. position: relative;
  3798. }
  3799. .x-border-panel {
  3800. position:absolute;
  3801. left:0;
  3802. top:0;
  3803. }
  3804. .x-tool-collapse-south {
  3805. background-position:0 -195px;
  3806. }
  3807. .x-tool-collapse-south-over {
  3808. background-position:-15px -195px;
  3809. }
  3810. .x-tool-collapse-north {
  3811. background-position:0 -210px;
  3812. }
  3813. .x-tool-collapse-north-over {
  3814. background-position:-15px -210px;
  3815. }
  3816. .x-tool-collapse-west {
  3817. background-position:0 -180px;
  3818. }
  3819. .x-tool-collapse-west-over {
  3820. background-position:-15px -180px;
  3821. }
  3822. .x-tool-collapse-east {
  3823. background-position:0 -165px;
  3824. }
  3825. .x-tool-collapse-east-over {
  3826. background-position:-15px -165px;
  3827. }
  3828. .x-tool-expand-south {
  3829. background-position:0 -210px;
  3830. }
  3831. .x-tool-expand-south-over {
  3832. background-position:-15px -210px;
  3833. }
  3834. .x-tool-expand-north {
  3835. background-position:0 -195px;
  3836. }
  3837. .x-tool-expand-north-over {
  3838. background-position:-15px -195px;
  3839. }
  3840. .x-tool-expand-west {
  3841. background-position:0 -165px;
  3842. }
  3843. .x-tool-expand-west-over {
  3844. background-position:-15px -165px;
  3845. }
  3846. .x-tool-expand-east {
  3847. background-position:0 -180px;
  3848. }
  3849. .x-tool-expand-east-over {
  3850. background-position:-15px -180px;
  3851. }
  3852. .x-tool-expand-north, .x-tool-expand-south {
  3853. float:right;
  3854. margin:3px;
  3855. }
  3856. .x-tool-expand-east, .x-tool-expand-west {
  3857. float:none;
  3858. margin:3px auto;
  3859. }
  3860. .x-accordion-hd .x-tool-toggle {
  3861. background-position:0 -255px;
  3862. }
  3863. .x-accordion-hd .x-tool-toggle-over {
  3864. background-position:-15px -255px;
  3865. }
  3866. .x-panel-collapsed .x-accordion-hd .x-tool-toggle {
  3867. background-position:0 -240px;
  3868. }
  3869. .x-panel-collapsed .x-accordion-hd .x-tool-toggle-over {
  3870. background-position:-15px -240px;
  3871. }
  3872. .x-accordion-hd {
  3873. padding-top:4px;
  3874. padding-bottom:3px;
  3875. border-top:0 none;
  3876. background: transparent repeat-x 0 -9px;
  3877. }
  3878. .x-layout-collapsed{
  3879. position:absolute;
  3880. left:-10000px;
  3881. top:-10000px;
  3882. visibility:hidden;
  3883. width:20px;
  3884. height:20px;
  3885. overflow:hidden;
  3886. border:1px solid;
  3887. z-index:20;
  3888. }
  3889. .ext-border-box .x-layout-collapsed{
  3890. width:22px;
  3891. height:22px;
  3892. }
  3893. .x-layout-collapsed-over{
  3894. cursor:pointer;
  3895. }
  3896. .x-layout-collapsed-west .x-layout-collapsed-tools, .x-layout-collapsed-east .x-layout-collapsed-tools{
  3897. position:absolute;
  3898. top:0;
  3899. left:0;
  3900. width:20px;
  3901. height:20px;
  3902. }
  3903. .x-layout-split{
  3904. position:absolute;
  3905. height:5px;
  3906. width:5px;
  3907. line-height:1px;
  3908. font-size:1px;
  3909. z-index:3;
  3910. background-color:transparent;
  3911. }
  3912. /* IE6 strict won't drag w/out a color */
  3913. .ext-strict .ext-ie6 .x-layout-split{
  3914. background-color: #fff !important;
  3915. filter: alpha(opacity=1);
  3916. }
  3917. .x-layout-split-h{
  3918. background-image:url(../images/default/s.gif);
  3919. background-position: left;
  3920. }
  3921. .x-layout-split-v{
  3922. background-image:url(../images/default/s.gif);
  3923. background-position: top;
  3924. }
  3925. .x-column-layout-ct {
  3926. overflow:hidden;
  3927. zoom:1;
  3928. }
  3929. .x-column {
  3930. float:left;
  3931. padding:0;
  3932. margin:0;
  3933. overflow:hidden;
  3934. zoom:1;
  3935. }
  3936. .x-column-inner {
  3937. overflow:hidden;
  3938. zoom:1;
  3939. }
  3940. /* mini mode */
  3941. .x-layout-mini {
  3942. position:absolute;
  3943. top:0;
  3944. left:0;
  3945. display:block;
  3946. width:5px;
  3947. height:35px;
  3948. cursor:pointer;
  3949. opacity:.5;
  3950. -moz-opacity:.5;
  3951. filter:alpha(opacity=50);
  3952. }
  3953. .x-layout-mini-over, .x-layout-collapsed-over .x-layout-mini{
  3954. opacity:1;
  3955. -moz-opacity:1;
  3956. filter:none;
  3957. }
  3958. .x-layout-split-west .x-layout-mini {
  3959. top:48%;
  3960. }
  3961. .x-layout-split-east .x-layout-mini {
  3962. top:48%;
  3963. }
  3964. .x-layout-split-north .x-layout-mini {
  3965. left:48%;
  3966. height:5px;
  3967. width:35px;
  3968. }
  3969. .x-layout-split-south .x-layout-mini {
  3970. left:48%;
  3971. height:5px;
  3972. width:35px;
  3973. }
  3974. .x-layout-cmini-west .x-layout-mini {
  3975. top:48%;
  3976. }
  3977. .x-layout-cmini-east .x-layout-mini {
  3978. top:48%;
  3979. }
  3980. .x-layout-cmini-north .x-layout-mini {
  3981. left:48%;
  3982. height:5px;
  3983. width:35px;
  3984. }
  3985. .x-layout-cmini-south .x-layout-mini {
  3986. left:48%;
  3987. height:5px;
  3988. width:35px;
  3989. }
  3990. .x-layout-cmini-west, .x-layout-cmini-east {
  3991. border:0 none;
  3992. width:5px !important;
  3993. padding:0;
  3994. background:transparent;
  3995. }
  3996. .x-layout-cmini-north, .x-layout-cmini-south {
  3997. border:0 none;
  3998. height:5px !important;
  3999. padding:0;
  4000. background:transparent;
  4001. }
  4002. .x-viewport, .x-viewport body {
  4003. margin: 0;
  4004. padding: 0;
  4005. border: 0 none;
  4006. overflow: hidden;
  4007. height: 100%;
  4008. }
  4009. .x-abs-layout-item {
  4010. position:absolute;
  4011. left:0;
  4012. top:0;
  4013. }
  4014. .ext-ie input.x-abs-layout-item, .ext-ie textarea.x-abs-layout-item {
  4015. margin:0;
  4016. }
  4017. .x-box-layout-ct {
  4018. overflow:hidden;
  4019. zoom:1;
  4020. }
  4021. .x-box-inner {
  4022. overflow:hidden;
  4023. zoom:1;
  4024. position:relative;
  4025. left:0;
  4026. top:0;
  4027. }
  4028. .x-box-item {
  4029. position:absolute;
  4030. left:0;
  4031. top:0;
  4032. }.x-progress-wrap {
  4033. border:1px solid;
  4034. overflow:hidden;
  4035. }
  4036. .x-progress-inner {
  4037. height:18px;
  4038. background:repeat-x;
  4039. position:relative;
  4040. }
  4041. .x-progress-bar {
  4042. height:18px;
  4043. float:left;
  4044. width:0;
  4045. background: repeat-x left center;
  4046. border-top:1px solid;
  4047. border-bottom:1px solid;
  4048. border-right:1px solid;
  4049. }
  4050. .x-progress-text {
  4051. padding:1px 5px;
  4052. overflow:hidden;
  4053. position:absolute;
  4054. left:0;
  4055. text-align:center;
  4056. }
  4057. .x-progress-text-back {
  4058. line-height:16px;
  4059. }
  4060. .ext-ie .x-progress-text-back {
  4061. line-height:15px;
  4062. }
  4063. .ext-strict .ext-ie7 .x-progress-text-back{
  4064. width: 100%;
  4065. }
  4066. .x-list-header{
  4067. background: repeat-x 0 bottom;
  4068. cursor:default;
  4069. zoom:1;
  4070. height:22px;
  4071. }
  4072. .x-list-header-inner div {
  4073. display:block;
  4074. float:left;
  4075. overflow:hidden;
  4076. -o-text-overflow: ellipsis;
  4077. text-overflow: ellipsis;
  4078. white-space: nowrap;
  4079. }
  4080. .x-list-header-inner div em {
  4081. display:block;
  4082. border-left:1px solid;
  4083. padding:4px 4px;
  4084. overflow:hidden;
  4085. -moz-user-select: none;
  4086. -khtml-user-select: none;
  4087. line-height:14px;
  4088. }
  4089. .x-list-body {
  4090. overflow:auto;
  4091. overflow-x:hidden;
  4092. overflow-y:auto;
  4093. zoom:1;
  4094. float: left;
  4095. width: 100%;
  4096. }
  4097. .x-list-body dl {
  4098. zoom:1;
  4099. }
  4100. .x-list-body dt {
  4101. display:block;
  4102. float:left;
  4103. overflow:hidden;
  4104. -o-text-overflow: ellipsis;
  4105. text-overflow: ellipsis;
  4106. white-space: nowrap;
  4107. cursor:pointer;
  4108. zoom:1;
  4109. }
  4110. .x-list-body dt em {
  4111. display:block;
  4112. padding:3px 4px;
  4113. overflow:hidden;
  4114. -moz-user-select: none;
  4115. -khtml-user-select: none;
  4116. }
  4117. .x-list-resizer {
  4118. border-left:1px solid;
  4119. border-right:1px solid;
  4120. position:absolute;
  4121. left:0;
  4122. top:0;
  4123. }
  4124. .x-list-header-inner em.sort-asc {
  4125. background: transparent no-repeat center 0;
  4126. border-style:solid;
  4127. border-width: 0 1px 1px;
  4128. padding-bottom:3px;
  4129. }
  4130. .x-list-header-inner em.sort-desc {
  4131. background: transparent no-repeat center -23px;
  4132. border-style:solid;
  4133. border-width: 0 1px 1px;
  4134. padding-bottom:3px;
  4135. }
  4136. /* Shared styles */
  4137. .x-slider {
  4138. zoom:1;
  4139. }
  4140. .x-slider-inner {
  4141. position:relative;
  4142. left:0;
  4143. top:0;
  4144. overflow:visible;
  4145. zoom:1;
  4146. }
  4147. .x-slider-focus {
  4148. position:absolute;
  4149. left:0;
  4150. top:0;
  4151. width:1px;
  4152. height:1px;
  4153. line-height:1px;
  4154. font-size:1px;
  4155. -moz-outline:0 none;
  4156. outline:0 none;
  4157. -moz-user-select: none;
  4158. -khtml-user-select:none;
  4159. -webkit-user-select:ignore;
  4160. display:block;
  4161. overflow:hidden;
  4162. }
  4163. /* Horizontal styles */
  4164. .x-slider-horz {
  4165. padding-left:7px;
  4166. background:transparent no-repeat 0 -22px;
  4167. }
  4168. .x-slider-horz .x-slider-end {
  4169. padding-right:7px;
  4170. zoom:1;
  4171. background:transparent no-repeat right -44px;
  4172. }
  4173. .x-slider-horz .x-slider-inner {
  4174. background:transparent repeat-x 0 0;
  4175. height:22px;
  4176. }
  4177. .x-slider-horz .x-slider-thumb {
  4178. width:14px;
  4179. height:15px;
  4180. position:absolute;
  4181. left:0;
  4182. top:3px;
  4183. background:transparent no-repeat 0 0;
  4184. }
  4185. .x-slider-horz .x-slider-thumb-over {
  4186. background-position: -14px -15px;
  4187. }
  4188. .x-slider-horz .x-slider-thumb-drag {
  4189. background-position: -28px -30px;
  4190. }
  4191. /* Vertical styles */
  4192. .x-slider-vert {
  4193. padding-top:7px;
  4194. background:transparent no-repeat -44px 0;
  4195. width:22px;
  4196. }
  4197. .x-slider-vert .x-slider-end {
  4198. padding-bottom:7px;
  4199. zoom:1;
  4200. background:transparent no-repeat -22px bottom;
  4201. }
  4202. .x-slider-vert .x-slider-inner {
  4203. background:transparent repeat-y 0 0;
  4204. }
  4205. .x-slider-vert .x-slider-thumb {
  4206. width:15px;
  4207. height:14px;
  4208. position:absolute;
  4209. left:3px;
  4210. bottom:0;
  4211. background:transparent no-repeat 0 0;
  4212. }
  4213. .x-slider-vert .x-slider-thumb-over {
  4214. background-position: -15px -14px;
  4215. }
  4216. .x-slider-vert .x-slider-thumb-drag {
  4217. background-position: -30px -28px;
  4218. }.x-window-dlg .x-window-body {
  4219. border:0 none !important;
  4220. padding:5px 10px;
  4221. overflow:hidden !important;
  4222. }
  4223. .x-window-dlg .x-window-mc {
  4224. border:0 none !important;
  4225. }
  4226. .x-window-dlg .ext-mb-input {
  4227. margin-top:4px;
  4228. width:95%;
  4229. }
  4230. .x-window-dlg .ext-mb-textarea {
  4231. margin-top:4px;
  4232. }
  4233. .x-window-dlg .x-progress-wrap {
  4234. margin-top:4px;
  4235. }
  4236. .ext-ie .x-window-dlg .x-progress-wrap {
  4237. margin-top:6px;
  4238. }
  4239. .x-window-dlg .x-msg-box-wait {
  4240. background:transparent no-repeat left;
  4241. display:block;
  4242. width:300px;
  4243. padding-left:18px;
  4244. line-height:18px;
  4245. }
  4246. .x-window-dlg .ext-mb-icon {
  4247. float:left;
  4248. width:47px;
  4249. height:32px;
  4250. }
  4251. .ext-ie .x-window-dlg .ext-mb-icon {
  4252. width:44px; /* 3px IE margin issue */
  4253. }
  4254. .x-window-dlg .x-dlg-icon .ext-mb-content{
  4255. zoom: 1; margin-left: 47px;
  4256. }
  4257. .x-window-dlg .ext-mb-info, .x-window-dlg .ext-mb-warning, .x-window-dlg .ext-mb-question, .x-window-dlg .ext-mb-error {
  4258. background:transparent no-repeat top left;
  4259. }
  4260. .ext-gecko2 .ext-mb-fix-cursor {
  4261. overflow:auto;
  4262. }